Difference between revisions of "Using OleDb"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) (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...') |
PeterHarding (talk | contribs) |
||
(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: | =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 11:07, 11 September 2016
Connection Strings
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\folder;Extended Properties=dBASE IV;User ID=Admin;Password=;