vb.net - Linking VB to MS Accsss Database -


I am trying to link the VB application from an MB Access database.

The only way I think is able to do this is through adding data sources. Is there a way or method to do this, then do you use it as an external database and instead of uploading the database rather than file space?

Thank you

As

  import Sistmkdetakoleb DIM com new Olebconkekshn ( "provider = Maikrosoftkjetkolidb 4.0 Datasor = D: \ mydata.mdb;") as new Oleb Command Public sub new () con.Open () cmd.Connection = con cmd.CommandText = "SELECT * table1" end sub    

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -