Error "optional features not implemented" 
Author Message
 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


Wed, 03 Jul 2002 03:00:00 GMT  
 Error "optional features not implemented"
nobody can debug your code unless you post it.



Quote:
>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



Wed, 03 Jul 2002 03:00:00 GMT  
 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



Wed, 03 Jul 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Error -2147217887 [Microsoft][ODBC SQL Server Driver]Optional feature not implemented ,

2. Error -2147217887 [Microsoft][ODBC SQL Server Driver]Optional feature not implemented ,

3. Error -2147217887 [Microsoft][ODBC SQL Server Driver]Optional feature not implemented ,

4. HELP! Optional feature not implemented error

5. Error-Optional Feature not Implemented (ODBC Access)

6. Optional feature not implemented???

7. OPTIONAL FEATURE NOT IMPLEMENTED

8. Optional feature not implemented...

9. [ODBC SQL Server Driver]Optional feature not implemented

10. .Update "Arguement not optional"

11. "Object library feature not supported"???

12. "Feature not available" Message

 

 
Powered by phpBB® Forum Software