Home » Category » Database & Application Miscellaneous

Database & Application Miscellaneous: "Dim dbase As Database" gives error

104| Fri, 30 Nov 2007 23:41:00 GMT| heavenguy| Comments (3)
Hello when i declare
Dim dbase as Database
i get an error saying user-defined type not defined. Does anyone have any idea why and how i can fix that? Thank you.

Keywords & Tags: dim, dbase, database, gives, error, application

URL: http://database.itags.org/database-application/116/
 
«« Prev - Next »» 3 helpful answers below.
Have you added a reference to an object library that recognizes database as an object? eg DAO

steveflit | Wed, 05 Dec 2007 18:43:00 GMT |

From your IDE, click on Projects/References and set a reference to the latest version of the Microsoft DAO Object Library that shows in your reference list.

hack | Wed, 05 Dec 2007 18:44:00 GMT |

Thanks a lot guys. It is solved i forgot to add the reference.

heavenguy | Wed, 05 Dec 2007 18:45:00 GMT |

Database & Application Miscellaneous Hot Answers

Database & Application Miscellaneous New questions

Database & Application Miscellaneous Related Categories