• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JdbcRowSet - setTypeMap error?

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 1879
MySQL Database Suse
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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).]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic