• 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

Error while processing result set rows:

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
This is the error I encountered when i tried to use connection pooling for Thintds driver to connect to SQLServer2000
java.sql.SQLException: Error while processing result set rows: com.thinweb.thintds.b
at com.thinweb.thintds.k.a(Unknown Source)
at com.thinweb.thintds.k.c(Unknown Source)
at com.thinweb.thintds.k.a(Unknown Source)
at com.thinweb.thintds.b.execute(Unknown Source)
at com.thinweb.thintds.b.executeQuery(Unknown Source)
I am not able to find any suitable resource in the web which explains why the error occured
can anyone help me?
Thanks in advance
Geetha
 
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
haven't worked with that driver, so I can't give you any hints as to what the error is, but if you post the offending code, maybe we can find the error for you.
Jamie
 
keep an eye out for scorpions and black widows. But the tiny ads are safe.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic