I keep getting
Cannot Find installable ISAM
While trying to connect to my database on DELPHI.
I Use access 97 for my database.
This is the connection string i'm using
Provider=Microsoft.Jet.OLEDB.4.0;Data Source='C:\Program Files\Koinonia Software\Habil Empresarial\Dados\habil.mdb';Persist Security Info=False;Jet OLEDB:Database Password=amoragape ;Jet OLEDB:Allow Zero Length = True;
It started after i've inserted the
Jet OLEDB:Allow Zero Length = True;
parameter.
Can somebody help?