Optional fature not implemented

Optional fature not implemented

Post by aesparza » Mon, 09 Feb 2004 21:56:05



Just 6 months ago i've writed an app in vb 6 and sql server 2000.
Because my hd crashes i've recently installed all the software i've used to work with.
I installed all the service packs and patches including sql sp3 but...
now i'm modifiyng that app and i've discovered that every time i try to update or insert rows using the same code, an error ocurrs
it's some like "optional feature not implemented".

if i execute the stored procs that my vb app use, from query analizer, they work fine!!!

Does somebody knows what could be the problem?

By the way, thanks for your help...

 
 
 

Optional fature not implemented

Post by Anith Se » Mon, 09 Feb 2004 23:07:16


In general, this error message is associated with the usage of parameter
properties that are part of the data access APIs which are not supported by
SQL Server. For more information refer to:
http://support.microsoft.com/default.aspx?scid=kb;en-us;214459
Also, certain workarounds can be found if you search the google archives
with your error message.

--
- Anith
( Please reply to newsgroups only )