Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Microsoft C#

FoxPro 2.6 ODBC Connection String

Author: eggheadcafe.com | Published: 10th Aug 2005 | Visited: 805 times | Add Comment
Filed in: CSharp

Printer 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

 Query string encryption for ASP.NET Clear text query strings are a potential security threat for your web application. Thus, query strings should be always encryp ...

 Implementing a TString object in Delphi - String "as" Object TIPS :: How many times have you wanted to assign a string value for the "Object" parameter in, for example, TComboBox.Items? The TStrings class has a method AddObject that add ...

 Use encoded query string with ASP.NET In order to improve the security of ASP.NET web applications, query strings should be always encryp ...

 String Format Library Another type-safe alternative to Boost's string format libr ...

 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 ...

 SQL Connection Dialog SQL Connection dialog and saveing the connection st ...

 Faster string building an Alternative to native string and StringBuilder opt ...

 Delphi CASE statement Works with String Values! in Delphi TIPS :: You've probably tried providing a Case statement with string type selector expression, to find out that it only takes ordinal types (which string is not). Lookin ...

 Using String Attributes in ECO IV dbExpress Applications This article discusses a potential problem with using string attributes in ECO IV applications which use the dbExpress persistence mapper, and provides a solution to overcome ...



Next: Get Your Customers Involved in the Testing Process with Functional Tests in Excel



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links