Could not find installable ISAM

  • Thread starter Thread starter Sandeep
  • Start date Start date
S

Sandeep

Hi
I m using following lines to access a MsAccess Database its there
conn=new
OledbCOnnection("Provider=Microsoft.Jet.OLEDB.4.0;DataSource=c:\\DB1.MDB;Jet
OLEDB:Max Buffer Size=256;")
conn.open()

But its giving problem giving an error
Could not find installable ISAM.

What to Do


Please Help me out

Regards

Sandeep
 
Hi,

write the "DataSource=xxx" as "Data Source=xxx" , that is a space between
"Data" and "Source"
 
Back
Top