Domain Name Forum

Domain Name Forum (http://www.domainnameforum.org/index.php)
-   Pascal and Delphi (http://www.domainnameforum.org/forumdisplay.php?f=132)
-   -   selecting 2 columns from a table into 2 objects (http://www.domainnameforum.org/showthread.php?t=97294)

webdev 05-25-2010 11:39 AM

selecting 2 columns from a table into 2 objects
 
I have been able to extract a single column with help here but now I want to get two, but the same process does not seem to work. Procedure Tform1.showroom; begin adoquery1.close; adoquery1.SQL.Clear; ADOQuery1.SQL.Add('Select roomname,description from Rooms'); adoquery1.Open;


All times are GMT -4. The time now is 08:08 AM.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.