aspose file tools
The moose likes JDBC and the fly likes JdbcRowSet - setTypeMap error? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "JdbcRowSet - setTypeMap error?" Watch "JdbcRowSet - setTypeMap error?" New topic
Author

JdbcRowSet - setTypeMap error?

sam shah
Greenhorn

Joined: Aug 06, 2001
Posts: 4
Hi,
I am using the RowSet api and a Oracle 7 database. When querying I get this message:
JdbcRowSet SetMapType (oracle.jdbc.driver.OracleConnection.setTypeMap)
I have not used Map Types before so am a bit lost....I am moving my software to an Oracle database. Before I was using a MySql database and there was no such error. Any ideas?
thanks
Jamie Robertson
Ranch Hand

Joined: Jul 09, 2001
Posts: 1879

what is the code that throws the exception? Oracle does not support certain datatypes that SQL Server does (ie Time). Could this cause some "mapping" problems?
was there an ORA-XXXXX number associated with the exception?
Jamie
[This message has been edited by Jamie Robertson (edited August 27, 2001).]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JdbcRowSet - setTypeMap error?
 
Similar Threads
CachedRowSet
Populating RowSet with another RowSet
MySQL problem
How to know whether a particular row exists in table
Type 4