 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
George Guest
|
Posted: Sun Oct 17, 2004 9:06 am Post subject: TQuery +execute procedure |
|
|
Hi all,
I want to use TQuery component to execute my procedure...
I can use TStoredProc, but I don't like it for some reasons.
so I'm doing next.
query->SQL->Add("execute procedure proc_name(1)");
query->Prepare(); <----- at this point I get exception "command not
properly ended"
query->Active=true;
is that correct what I'm doing????
thanks
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|