I'm using the Visual Basic 6.0
When I use the following code:
Private db as database
I get the error:
Compile Error: User-defined type not defined
I also get the error from the code:
Set DB = OpenDatabase(App.Path & "\mydb.mdb"
Does anyone know why I get this error?
Thanks.
When I use the following code:
Private db as database
I get the error:
Compile Error: User-defined type not defined
I also get the error from the code:
Set DB = OpenDatabase(App.Path & "\mydb.mdb"
Does anyone know why I get this error?
Thanks.