pranavrules2007
I Sell Brains,Any Buyers?
hello.. I am new to visual basic. I want to know,how to connect a form to a database. I am completely new to this stuff, so please be easy on me while replying.. I wanted to make a database which would store all the information seen below in the screenshot, like the username, password, etc.. Please help me from the basics such as what to use, [Oracle, MySQL, whatever] and how to create a database in it.. i know all the basic commands such as..
I am familiar with Oracle 9i, as we were taugh that in the second year of engineering.. But here, i see that everyone is using MySQL for dbs.. So please tell me the differences too.. also please tell me where/how to store the database. I want to show this in my college so also tell me how to carry a DB on a CD/Pendrive.. When i click on submit, the information in the text boxes should be sent to the database.. i.e, the tuples[rows] should be automatically updated i was for a long time for finding how to connect the db.. please help me out here.. thanks a million...
Regards,
Pranav
If you like, please mail me at:
pranav_s_2000@yahoo.com
*img69.imageshack.us/img69/3113/formvc6.jpg
well? anyone? please??
Code:
create table userreg
(
username varchar2(10),
empid number(4),
etc etc...
);
Regards,
Pranav
If you like, please mail me at:
pranav_s_2000@yahoo.com
*img69.imageshack.us/img69/3113/formvc6.jpg
well? anyone? please??
Last edited: