Board index » delphi » SQL Server 2000 Stored Procedure and Core Lab driver
wrig...@autocite-engineering-nospam.com (AJ)
![]() Delphi Developer |
Sun, 31 Oct 2004 01:07:56 GMT
SQL Server 2000 Stored Procedure and Core Lab driver
Hello
I am having difficulty successfully calling a stored procedure from -------------------------------- CREATE PROCEDURE DELPHI_IOTEST /* initialize output parameters */ ---------------------------- Testing this from the MS Query Analyzer shows that it works as In Delphi, I drop a TSQLConnection and a TSQLStoredProcedure on a Upon execution, clicking the button results in an exception during the 'Assertion Failure (D:\Projects\Delphi\SDAC\source\OLEDBAccess.pas, I believe this to be a reference to CoreLab file. I have corresponded Am I the only one using the CoreLab SQL Server driver? Anyone else Any advice would be greatly appreciated. AJ PS - I have tried Timur Islamov's MS-SQL driver as well; |