D
Dan V.
What is the connection string for a System.Data.OleDb.OleDBConnection for
Paradox 10?
I am trying to use the same connection object and switch between Paradox 10
and MS Access 2000.
I tried: Conn :=
OleDBConnection.Create('Provider=Microsoft.JET.OLEDB.4.0; Data
Source=C:\Adverse.db; Extended Properties=Paradox 5.x');
but I get "could not find installable ISAM" and I when I look in the ODBC
Administrator I have the Microsoft Paradox driver installed.
Paradox 10?
I am trying to use the same connection object and switch between Paradox 10
and MS Access 2000.
I tried: Conn :=
OleDBConnection.Create('Provider=Microsoft.JET.OLEDB.4.0; Data
Source=C:\Adverse.db; Extended Properties=Paradox 5.x');
but I get "could not find installable ISAM" and I when I look in the ODBC
Administrator I have the Microsoft Paradox driver installed.