Background Information:
I have a MySQL database sitting on a server.
At the moment I am using Access 97/2000 and myODBC to input data into the database.
One of the problems that I am now currently having is the amount of people using the database, and Access is not coping too well with the pressure.
What I would like to do:
Instead of using access, I would like to switch over to having a web interface to the database.
Using HTML I can set up an initial form asking for username and password.
Unfortunately this is all the skills I have.
First of all I would like to have this form check the username and password against a table in the MySQL database.
If it validates the password, it opens a htm form (designed using DHTML in VB6).
If it does not validate the password, then an error message is given
(a)The server the MySQL database sits on is called Server1
(b)The database name is globaldata
(c)The table is called login
(d)The 2 fields in the table are called user and password
As if this wasn't enough to ask anyone, I would also like all connections to the database to be DNSless
Thanking anyone in advance for any help given.
I have a MySQL database sitting on a server.
At the moment I am using Access 97/2000 and myODBC to input data into the database.
One of the problems that I am now currently having is the amount of people using the database, and Access is not coping too well with the pressure.
What I would like to do:
Instead of using access, I would like to switch over to having a web interface to the database.
Using HTML I can set up an initial form asking for username and password.
Unfortunately this is all the skills I have.
First of all I would like to have this form check the username and password against a table in the MySQL database.
If it validates the password, it opens a htm form (designed using DHTML in VB6).
If it does not validate the password, then an error message is given
(a)The server the MySQL database sits on is called Server1
(b)The database name is globaldata
(c)The table is called login
(d)The 2 fields in the table are called user and password
As if this wasn't enough to ask anyone, I would also like all connections to the database to be DNSless
Thanking anyone in advance for any help given.