I created a simple VB program that insert records to
DBase III file by Insert SQL statements. The program ran fine and created a new records, but after that I cannot open that file on DBase by USE or BROWSE command. It throws a message that my file is not a database file.
I use this type of connection
cn.ConnectionString = "Driver={Microsoft dBASE Driver (*.dbf)};" & "DriverID=21;" & "Dbq=c:\DocsToDBF"
What is wrong? Please help.
DBase III file by Insert SQL statements. The program ran fine and created a new records, but after that I cannot open that file on DBase by USE or BROWSE command. It throws a message that my file is not a database file.
I use this type of connection
cn.ConnectionString = "Driver={Microsoft dBASE Driver (*.dbf)};" & "DriverID=21;" & "Dbq=c:\DocsToDBF"
What is wrong? Please help.