Thread
:
Delphi connection
View Single Post
#
4
(
permalink
)
05-17-2008, 05:10 PM
WingedPanther
Join Date: Jul 2006
Age: 35
Posts: 2,530
Last Blog:
wxWidgets is NOT code ...
Credits:
911
Rep Power:
28
Re: Delphi connection
You will need a TQuery object that is hooked to the ADO connection. You use TQuery.SQL.* to .Clear, .Add(), .Close, and .Open connections. You extract data using TQuery.ValueByName('FIELD_NAME').AsString, etc.
__________________
CodeCall Blog
|
CodeCall Wiki
|
Shareware
|
Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
WingedPanther
View Public Profile
Send a private message to WingedPanther
Find all posts by WingedPanther