Insert a row into DBF file by c# code?
-
Hello everyone! I have experienced problems with setting the connection string when I try to connect to a file of type DBF (dBase, FoxPro) and OleDbCommand for the insert statement (both by code). I use Visual Studio 2003? Can anybody help me to manage with this? the source is c:\myTable.dbf the insert statement: use myTable insert into myTable(someColumn) values ('string') Thanks in advance!
-
Hello everyone! I have experienced problems with setting the connection string when I try to connect to a file of type DBF (dBase, FoxPro) and OleDbCommand for the insert statement (both by code). I use Visual Studio 2003? Can anybody help me to manage with this? the source is c:\myTable.dbf the insert statement: use myTable insert into myTable(someColumn) values ('string') Thanks in advance!