Board index » delphi » Stored Procedure Calling
HotRod40
![]() Delphi Developer |
HotRod40
![]() Delphi Developer |
Stored Procedure Calling2004-05-26 09:05:26 PM delphi260 Hi, Could anyone show or describe how to call and execute a SQL Server 2000 stored procedure in Delphi 5 Prof. that using the TStoredProc component in D5. I dont have ADO as it doesnt come with D5 as standard. Any help or suggestions would be appreciated. Scott |
Brian Hollister
![]() Delphi Developer |
2004-05-26 09:37:16 PM
Re:Stored Procedure Calling
"HotRod40" <XXXX@XXXXX.COM>writes
QuoteHi, example right there. hth, b |
Jeremy Collins
![]() Delphi Developer |
2004-05-27 12:09:53 AM
Re:Stored Procedure Calling
HotRod40 writes:
QuoteHi, Data Objects 2.x Library. You'll have a file called "ADODB_TLB.PAS". You can now create Connection and Command objects and execute your stored procedure. I can provide an example if you want to go this route. -- jc Remove the -not from email |