Salat Posted July 31, 2003 Posted July 31, 2003 If I have a .mdb file how to create an application which will operate at this file. How to start, which controls use, please tell me, I'm realy don't get it where to select the file, which property of which control use. thank You Piotrek Quote profesjonalne programowanie na zlecenie :)
rufus Posted July 31, 2003 Posted July 31, 2003 First you have to decide what kind of application you want to develop with the .mbd file you have. The steps includes: creating a OleDbConnection first to the datasource and then creating a OleDbDataAdapter and then through the OleDbDataReader, you can read the data and display on the controls on the windows form. The following link can help you: http://www.vbdotnetheaven.com/Code/Apr2003/003.asp Quote Rufus
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.