Wednesday, November 24, 2010

Database access - GUYI - Part I - Server Auth Page

3:43So, we have two class that can be used to connect to the database and retrieve records based on a query (see my previous two posts).

Now let us start forming the basics of the GUI, a page/screen which will be used to get & store the connection string settings, option to load the saved connection string settings.

Following will be a summary of the functionality which needs to be done.
-> Select existing connection strings
->select database type (MY SQL/MS SQL/ORACLE)
->IP address/severname
-> database name
-> user name and password


After getting these details validate the connection setting and save them in a FLAT file.

No comments:

Post a Comment