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
Post a Comment