Stored procedure
- From: "Alan" <alanpltseNOSPAM@xxxxxxxxxxxx>
- Date: Wed, 31 May 2006 16:42:12 +1000
create PROCEDURE Demo_Search
AS
select * from table1
SQLADOConnection.Connected := FALSE;
SQLADOConnection.Connected := TRUE;
ADOStoredProc1.Open;
I got an error: "No such interface supported"
.
- Follow-Ups:
- Re: Stored procedure
- From: Steve Zimmelman
- Re: Stored procedure
- Prev by Date: Re: Cannot insert or update columns from multiple tables (post #2) Need help please
- Next by Date: Re: Cannot insert or update columns from multiple tables (post #2) Need help please
- Previous by thread: ADO in D7
- Next by thread: Re: Stored procedure
- Index(es):