Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

restricted datatype attribute violation

Status
Not open for further replies.

crystalhelp

Programmer
May 13, 2002
56
CA
I am getting the above error message when I do a select on a few particular fields from Oracle from within VB using an Oracle driver. VB help says that the problem is with my ODBC Driver, but doesn't say anything more than that. Any suggestions? I can select other fields without any problem. All the ones with problems seem to be numeric. But not all numeric fields are problems. Is the problem maybe related to the length, preicision, scale etc?
 
This has something to do with conversion from one datatype to another and appears to be coming from the ORACLE side.

I could not find much more than this. I suggest you try isolate a pattern of fields that fail and their types next.

Thomas V. Flaherty Jr.
Birch Hill Technology Group, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top