Dear,
SQL Server 6.5 has a system table called SysProcedures. When programming in
Delphi using the component TStoredProc it is possible to select a stored
procedure. The component uses the system table SysProcedures to show all the
stored procedures.
On SQL Server 7.0 this system table SysProcedures no longer exists. This
causes an error with the component TStoredProc, this component can't show
all stored procedures and returns the error that de table SysProcedures
don't exists and therefore can't find the stored procedures.
Does someone know a solution to my problem ?
Thanx for your reactions,
Richard Bergmans