Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with ADO connection to DBC
Message
From
01/06/2001 11:49:42
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00513825
Message ID:
00513859
Views:
16
Hi!

Its strange. In VFP you can use SQLSETPROP(0,'DispWarnings') before any connecting through ODBC, that will disable warning messages. With ADO, I guess, should be something like that too. Or just try to catch an error by wrapping the connection open into the ON ERROR... statements. I experiensed a lot of such weird things with ADO too, and sometimes in VB application I had to disable errors temporarily because no other way to check if something works or not.

HTH.

>I would appreciate any thoughts on the following: I'm using ADO to access a Foxpro database:
>WITH oConnection
> .OPEN("Driver={Microsoft Visual FoxPro Driver};UID=;SourceDB=C:\SS\VFP\Delivery Address Pool\Data\deldata.dbc;SourceType=DBC;Exclusive=No;BackgroundFetch=Yes;Collate=Machine;Null=Yes;Deleted=Yes;")
>ENDWITH
>When I interrogate the error collection of oConnection I get "[Microsoft][ODBC Driver Manager]Driver's SQLConnectAttr failed" with an error number of 0.
>However, if I let the program continue it opens a record set on this connection with no problems!
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Reply
Map
View

Click here to load this message in the networking platform