• 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

Anyone know about 'cursor position'?

 
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi - got my Connection Poling issues sorted out, or so I thought: I've created the connection, and passing a Prepared Statement to a SqlServer DB, but it generates the following error:



SqlServer is not my thing!
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Alana,
This is probably a problem with the ResultSet. Are you calling rs.next()? Can you post some code so we can better help?
 
Alana Sparx
Ranch Hand
Posts: 121
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanx Jeanne

I was sitting last night trying to think about SqlServer, who I could ask, where to get resources, wondering if my employer would send me on a course etc etc etc.

Are you calling rs.next()?

How daft do I feel. Wood-trees-see-can't-the-from. Everything is now peachy (until my next basic oversight, due in about, oh, 5 mins), but do not let this detract from my gratitude for your tip!

See you soon!
 
Jeanne Boyarsky
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Alana,
Glad to hear you have it working.
 
reply
    Bookmark Topic Watch Topic
  • New Topic