Viewing 11 posts - 46 through 56 (of 56 total)
Those were the fastest replies ever.
Thank you very much Adam and Matt!!
November 1, 2007 at 2:25 pm
Sorry, please consider his_amount as Amount. I mistyped.
November 1, 2007 at 2:21 pm
Here is my code:
------
CREATE VIEW
AS
SELECT
CASE WHEN Amount > 0 THEN his_amount ELSE '' END as [AmountIn],
CASE WHEN Amount < 0 THEN his_amount ELSE '' END as [AmountOut],
TransDate
FROM Payments
------
Error:
Server:...
November 1, 2007 at 2:19 pm
CLIENT SIDE:
If the query is reading from large table, (100 columns x 20000 rows)
I have no problem getting results using SQL Query Analyzer on the Client side.
However,...
October 26, 2007 at 11:36 am
I changed the timeout settings to umlimited (timeout = 0)
Still getting the same error for the large tables.
I don't thing the error is related with the security because when I...
October 25, 2007 at 5:18 pm
The client is SQL client.
FoxPro database is located on the shared drive.
My problem is accesing to the datasource from SQL using the link server.
October 17, 2007 at 12:38 pm
For FoxPro, there is no client/server application type. Basically, All data stored in the server as FoxPro database files (*.dbc).
October 17, 2007 at 12:14 pm
Thanks Luke,
I have already tried those suggestions. The link server works fine on the same machine with FoxPro. I couldn't solve the problem that I am having with the link...
October 17, 2007 at 10:57 am
Finally,
I have solved my problem.
That was a WIN Server 2K3 security issue. This corresponds to MSDAINITIALIZE DCOM component. The The Solution is:
Change permission settings for the component.
{2206CDB0-19C1-11D1-89E0-00C04FD7A829}.
Thanks everyone.
September 26, 2007 at 2:03 pm
Hi Janet,
I have the latest (MDAC) version.
However, (MDAC) 2.8 release does not include Microsoft Jet, the Microsoft Jet OLE DB Provider or ODBC driver, the Desktop Database ODBC Drivers, or...
September 26, 2007 at 11:16 am
Viewing 11 posts - 46 through 56 (of 56 total)