Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DBase ODBC Blues
Message
From
31/12/2003 05:30:33
 
 
To
30/12/2003 17:15:18
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00862923
Message ID:
00863089
Views:
14
For the edumacation of those as ignorant as I....

The answer is in the following line of code:
lcConnectionString = "DBQ=" + JUSTPATH(lcPIRPath) + CHR(0) + ;
		     "DefaultDir=" + JUSTPATH(lcPIRPath) + CHR(0) + ;
		     "DSN=PIR" + CHR(0) + ;
		     "Description=PIR Report Table DSN" + CHR(0)
With the key being the "DSN=PIR" line. Ya gotta give the animal a name folks, and then it works as advertised. Thanks for the class Mark; it works really well when you feed it the right meat.
Ray Roper
Previous
Reply
Map
View

Click here to load this message in the networking platform