Comman connection string across the application

abhi2823

Active member
Joined
Sep 8, 2007
Messages
32
Programming Experience
1-3
Hi there
I am building an application using Vb.net(2005) and Mysql I have a login screen and a series of other forms attached to it and the main form is menu form,now I want the information which is feed by the user in the login form for password checking should flow to the other forms related to it that is the user name and password.
How do i flow this particular information to the other forms?

Thanks in advance
 
Making a comman connection string for the application

Hi all
I am making an application with mysql and vb.net(2005) and I have login form which is going to provide access to the mysql database.
Now I need help on the following topics.
My main form is a menu form and it is not a MDI application.And I want the connection string to flow from the login form to all the other forms for data entry.

Thanks in advance
 
Back
Top