On 17-11-2012 13:41, Eric Kom wrote:
> Good day,
> 
> After connected to the database and assign the SQL query to
> SQLQueryMySQL.SQL.Text and opened the query as follow:
> 
> SQLQueryMySQL.SQL.Text := 'SELECT usernameLogin, passwordLogin,
> fullNameLogin FROM `tux`.`login`';
> SQLQueryMySQL.Open;
> 
> My question is, how do manage to assign a specific fields to a variables
> defined?
> 
http://wiki.lazarus.freepascal.org/SQLdb_Tutorial3


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to