Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 delphi and sql server 2000

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-09-03 : 08:13:38
J.LINGA REDDY writes "how do I capture the result when I execute command through delphi 5.

ex: q1.sql.add('select host_name() ')
q1.prepare;
q1.active := true

hostname(temp variable) := q1['COLUMN'];
when I give like this I am not able to capture the result.

SUPPOSE If I use same command in sybase I can get the result.
but when I connect to sql server 2000 it is not giving the result."
   

- Advertisement -