
executing stored procedures from VB3.0/SQL Server 6.0
Unfortunately, you didn't mention which SQL server you are using nor which
error message exactly appeared.
If you simply want to execute a stored procedure which
_does_not_return_a_resultset_, you may use the EXECUTE method of your
database object.
If you are using a SQL server and the stored procedure _does_ return a
resultset, you need to specify the dbSQLPassThrough value as option
parameter when running CreateDynaset (dbSQLPassThrough has the numeric
value 64, e.g. &H40).
My wishes are with you,
*str