import data from vb.net to miscrosoft access
--------------------------------------------------------------------------------
Hi,
im trying to import and store data from visual basic.net to microsoft access. Does anyone has any idea what codes i have to add in apart from adding the .Jet method as shown below?
Private Const cnstr = "Provider = Microsoft.Jet.OLEDB.4.0;Data Source = carpark1.mdb"
If possible can u pls provide some relevant programming or access samples or examples?