Board index » delphi » SQL Server 7 Stored Proc names in Delphi 4 C/S
Alain Quesne
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
SQL Server 7 Stored Proc names in Delphi 4 C/S
I put a TStoredProc component on my form. After setting the DatabaseName, I
can see a list of stored procedures that seems to match the list on the server (what I see in either SQL Server Enterprise Mgr or SQL Explorer). However, those names (in the object inspector) are followed by a semi-colon and the number 1 (dbo.storedprocname;1). When I open the TStoredProc object, I get the following message : " Could not find stored procedure 'dbo.storedprocname;1 ' .. " If I get rid of the " ;1 ", then I get this error message : " Error creating cursor handle " BTW, the procedure I wrote has 2 input parameters and one output parameter. Thanks. -- Alain Quesnel |