Odelle
04-19-2004, 02:38 PM
Hello. I need some help accessing a Microsoft Access 2000 database from Visual Basic 6. Although I know a fair amount about Visual Basic, I know very little about connecting it with Access. I have read through much of the tutorials, but unfortunately still have a problem.
>> I want to be able to add/delete/edit a single database as I would a random/sequential file.
As I said, I do not know a great deal about databases, but I can say I don't use things like: 'Dim blah As New ADODB.Connection'
I have tried the standard: dtaBlah.Recordset.AddNew... dtaBlah.Recordset.Delete, etc. But these seem to require SQL statments which then force me to use *two* databases.
*I just want to treat it like a file, please!*
Thank you *very* much for your help.
>> I want to be able to add/delete/edit a single database as I would a random/sequential file.
As I said, I do not know a great deal about databases, but I can say I don't use things like: 'Dim blah As New ADODB.Connection'
I have tried the standard: dtaBlah.Recordset.AddNew... dtaBlah.Recordset.Delete, etc. But these seem to require SQL statments which then force me to use *two* databases.
*I just want to treat it like a file, please!*
Thank you *very* much for your help.