
May 15th, 2012, 03:54 PM
|
|
Registered User
|
|
Join Date: May 2012
Posts: 11
Time spent in forums: 31 m 4 sec
Reputation Power: 0
|
|
|
Delphi W/ MySQL
Ok, so I setup my TSQLConnection to work with MySQLServer. It seems to connect fine to my server and database.
My question is, how do I check rows from my tables?
In VB.nET I do this:
Dim SQLQuery = "SELECT * FROM Table WHERE Row = '" TextBox1.Text
I need to do the same in Delphi. It's a login, so I need it to check the edit1.text value with the data on my server. I have no clue how to do that in delphi...
please help. 
|