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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

oracle inconsistent datatypes error

Status
Not open for further replies.

buzaseni

Programmer
May 30, 2005
7
0
0
RO
Hello,
I have an oracle table with 2 fields type - clob,
Any select command result is an error - inconsistent datatypes. How can I avoid that error - with some transf. functions?

thanks.
 
Hi,
How are you connecting to Oracle..Not all ODBC clients support CLOBS.

[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
hi

My connectionstring is
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open "Provider=MSDAORA;Data Source=..;User Id=..;Password=..;"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top