-
An urgent problem
Hi! I am new to this forum. I am working on a project on library automation in vb6 and having a problem. I want to read the list of all books from a database named "books" an display it to the user in a dropdown menu and the selected item (book) should move to another database named "issued books". Any idea how to do this ? Please help me .
-
Re: An urgent problem
Check out the tutorials and faqs in this forum. If you're using VB6 you want to be looking at the ADO totorials (nb NOT the ADO.Net tutorials). They'll tell you all you need to knwo about data access and how to manipulate records in a database.