I am getting a compile error:
'User defined type not defined'
on the following line in General Declarations:
Dim dbMyDB As Database
I'm trying to connect to an Access DB with VB 6.0
I'm using what looks like pretty standard DB connection code
but I can't get past Dim dbMyDB As Database . . .
I want to be able to get values from the db into local variables, insert, modify, delete records . . .
I've done the ADODC thing and want to get past that.
Any ideas, code samples, suggestions, tutorials . . . ?
'User defined type not defined'
on the following line in General Declarations:
Dim dbMyDB As Database
I'm trying to connect to an Access DB with VB 6.0
I'm using what looks like pretty standard DB connection code
but I can't get past Dim dbMyDB As Database . . .
I want to be able to get values from the db into local variables, insert, modify, delete records . . .
I've done the ADODC thing and want to get past that.
Any ideas, code samples, suggestions, tutorials . . . ?