C
Craig Lister
I have a mySQL database.
I have two edit boxes. editID and editEMail.
I'd like to have the user enter a user ID into the editID, and press 'Find'.
A query must run as 'Select email from users where id = ' . editID.text
The result should then appear in the editEMail.
No, it's not a school project. I'm a Delphi developer (Ok, enough of the
boo-ing!) wanting to change to c#, and with this simple example working, I
believe I can progress. But I can't seem to find a good example using mySQL.
Anyone able to assist?
Craig
Websites:
http://www.thelisters.co.uk/
http://www.myschoolmates.com/
I have two edit boxes. editID and editEMail.
I'd like to have the user enter a user ID into the editID, and press 'Find'.
A query must run as 'Select email from users where id = ' . editID.text
The result should then appear in the editEMail.
No, it's not a school project. I'm a Delphi developer (Ok, enough of the
boo-ing!) wanting to change to c#, and with this simple example working, I
believe I can progress. But I can't seem to find a good example using mySQL.
Anyone able to assist?
Craig
Websites:
http://www.thelisters.co.uk/
http://www.myschoolmates.com/