
Error "optional features not implemented"
Hi!
I try to execute a stored procedure with a adodb.command object
in a vb application and get "optional features not implemented"
What can be wrong?
I use sql server 7.0 enterprise ,win2000 advance
int AS
begin
return (1)
end
begin
return (2)
end
insert purchase
begin
raiserror('insert purchase :error => %d, customerid => %d,productid =>
return (3)
end
begin
raiserror('insert purchase :rowcount=> %d, customerid => %d,productid =>
return (4)
end