urgent help needed on How to connect VB 6 form with Ms acess 2000 and Xp

  • Thread starter Thread starter http://www.visual-basic-data-mining.net/forum
  • Start date Start date
H

http://www.visual-basic-data-mining.net/forum

Hi its Jasu, i need help
i have earlier on connected vb 6 with ms access but using the same code on
setting the database and the recordset i cannot connect the databse with vb
6
it brings a error of unrecognised format wen i run the form.

i am using commmand buttons for next previous ie to movewithin the records,
as the user of the system would like that design.
here is wat i had used earlier.
i have declared the variables
Private Sub Form_Load()
'To open the Database
Set db = OpenDatabase("C:\Computers.mdb")
Set c = db.OpenRecordset("Client")
c.MoveLast
pls reply to this i need to complete this as sun as 20th oct 2004

thank you.
jasu
 
Hi Jasu,

See the following KB article:

http://support.microsoft.com/?id=238401


Please let us know if this helps.

Tom
________________________________________


Hi its Jasu, i need help
i have earlier on connected vb 6 with ms access but using the same code on
setting the database and the recordset i cannot connect the databse with vb
6
it brings a error of unrecognised format wen i run the form.

i am using commmand buttons for next previous ie to movewithin the records,
as the user of the system would like that design.
here is wat i had used earlier.
i have declared the variables
Private Sub Form_Load()
'To open the Database
Set db = OpenDatabase("C:\Computers.mdb")
Set c = db.OpenRecordset("Client")
c.MoveLast
pls reply to this i need to complete this as sun as 20th oct 2004

thank you.
jasu
 
Back
Top