Difference between revisions of "Using OleDb"

From PeformIQ Upgrade
Jump to navigation Jump to search
(Created page with '=Connection Strings= Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\folder;Extended Properties=dBASE IV;User ID=Admin;Password=; * http://www.connectionstrings.com/dbf-foxpro...')
 
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
* http://www.connectionstrings.com/dbf-foxpro
* http://www.connectionstrings.com/dbf-foxpro


[[Category:dBase]]
=Links=
 
* * http://stackoverflow.com/questions/18222856/syntax-error-in-insert-into-statement-using-oledb
 
[[Category:DBase]]
 
 
[[Category:XBase]]
[[Category:Dot.NET]]
[[Category:Dot.NET]]
[[Category:Microsoft]]
[[Category:Microsoft]]

Latest revision as of 10:07, 11 September 2016

Connection Strings

Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\folder;Extended Properties=dBASE IV;User ID=Admin;Password=;

Links