[Lazarus] How to assign a SQL field to a variable
Reinier Olislagers
reinierolislagers at gmail.com
Sat Nov 17 14:51:48 CET 2012
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
More information about the Lazarus
mailing list