Hello everybody,
i am reading
Vb.net databases, and i came through chapter and i have written the code top open an access file database. i run the program and when i try to open the database this messages occurs "could not find intallable ISAM"
some one help :)
this is my connection string
objconnection = New OleDbConnection("provider= microsoft.jet.oledb.4.0;" & "datasource=" & txtDatabase.Text & " ; ")
thank Yiu