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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -