Could not find installable ISAM.
-
I just started C# and ado.net sometime ago , was building a hotel app. With an access database and oledb. i started getting this error : Could not find installable ISAM. and vs pointed a very odd line. After hours of continous debuggin , i checked the book i was referring to and the connection string was : con = new OleDbConnection(@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="); and mine was : OleDbConnection(@"Provider=Microsoft.Jet.OLEDB.4.0;DataSource="); UM! did'nt get the difference? there should be a space between Data Source , if there is'nt , this stupid error shows up and points at the WRONG LINE Hope this helps Gideon
-
I just started C# and ado.net sometime ago , was building a hotel app. With an access database and oledb. i started getting this error : Could not find installable ISAM. and vs pointed a very odd line. After hours of continous debuggin , i checked the book i was referring to and the connection string was : con = new OleDbConnection(@"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="); and mine was : OleDbConnection(@"Provider=Microsoft.Jet.OLEDB.4.0;DataSource="); UM! did'nt get the difference? there should be a space between Data Source , if there is'nt , this stupid error shows up and points at the WRONG LINE Hope this helps Gideon
I just wasted 6 hours of my life over that stupid space in Data Source too.......