what is the code for access database connectivity in vb6.0
access database connectivity in vb6.0
Page 1 of 12 Replies - 4475 Views - Last Post: 11 December 2009 - 07:44 PM
Replies To: access database connectivity in vb6.0
#2
Re: access database connectivity in vb6.0
Posted 10 December 2009 - 01:52 AM
access database connectivity in vb6.0
** Renamed title to be more descriptive : I would imagine that VB topics go under the VB forum (zomg!) **
** Renamed title to be more descriptive : I would imagine that VB topics go under the VB forum (zomg!) **
#3
Re: access database connectivity in vb6.0
Posted 11 December 2009 - 07:44 PM
krishnaradha, on 10 Dec, 2009 - 12:37 AM, said:
what is the code for access database connectivity in vb6.0
use this one to connect to Access "Microsoft.Jet.OLEDB 4.0"
dbconn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Akin to\VB\employee\List.mdb;Persist Security Info=False"
dbconn.CursorLocation = adUseClient
dbconn.Open
rsdata.Open "select*(the file name of the Access Table)", dbconn, adOpenStatic, adLockOptimistic
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|