P
Patrick Temple
I created a stored procedure that inserts a row and returns the max(id) for
the table.
How do I call this procedure in the data connection wizard. I edited the
sql statement with:
exec "dbo"."addnewId"
When I test the sql I get the following error:
The ADO Adapter failed to get the schema.
The query does not return a recordset. Please check the SQL statement.
In SQL Query Analyzer it works just fine. So it has to have something to do
with the connection wizard syntax.
the table.
How do I call this procedure in the data connection wizard. I edited the
sql statement with:
exec "dbo"."addnewId"
When I test the sql I get the following error:
The ADO Adapter failed to get the schema.
The query does not return a recordset. Please check the SQL statement.
In SQL Query Analyzer it works just fine. So it has to have something to do
with the connection wizard syntax.