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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -