GeekArticles
Microsoft
C#FoxPro 2.6 ODBC Connection String
Author: eggheadcafe.com |
Published: 10th Aug 2005 |
Visited: 805 times |
Add CommentFiled in: CSharpPrinter Friendly Version The following ODBC connection string enables access to all .dbf files in the desired folder. DBQ=C:TEMP;Driver={Microsoft dBase Driver (*.dbf)}; DriverId=277;FIL=dBase4.0 In your query strip off the .dbf from the databasename select count(*) as cnt from mydatabasefilenameminusdbffileextension Submission Date: 2/3/2005 8:10:55 PM Submitted By: Robbe Morris Email: My Home Page: http://www.robbemorris.com My Biography Robbe is currently a 2005 Microsoft MVP for C#...n
Read Article Sponsored Links
Related Articles
• A Naive String Comparer A class to perform a "naive" comparison of two chunks of text to see if they look to be the s ...