
Provider cannot derive parameter info error with Data Environment
Hi!
I'm working with VB6 and Sybase ASE 11.9.2 using Sybase ASE OLE DB
Provider version 02.10.0000.
I've created a Command inside Data Environment with the next SQL
Statement:
INSERT INTO TableName (Field1, Field2, Field3, Field4, Field5)
VALUES (?, ?, ?, ?, ?)
I've also set the Parameter Properties (Name, Data Type, Size, etc.)
in the Command's Properties Tab. But when I try to Run the Command I
receive this error: "Provider cannot deriver parameter information
and SetParameterInfo has not been called."
If I create and execute the same Command for Microsoft Jet 4.0 OLE DB
Provider, it works fine.
Does anybody know how to avoid that error message?
I would appreciate any help. Thank you very much!