Hi! I need someone to please tell me how to create a database with visual basic. I'm currently working on a new website and I urgently need guidance. I would really appreciate it. The database will be for the members login consisting of the username and password in order to restrict nonmembers from entering the members access pages. You may contact me either through this post or by sending an e-mail to Msz_Taz@inbox.com. Thanks!
You don't really create a database with VB. You create the database with the administration tool for your chosen database system (SQL, Access, etc) and then you use a language such as VB to read & write to that database.