• 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

SQL Error 3088

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Okay, here's the problem. I am using a connection pooling program to access an Access DB. My driver isn't that JDBC:ODBC bridge, so that isn't the problem. But, I get this:
"Too few parameters. Expected 2"
Error Code is 3088, which I haven't seen yet.
Thanks,
Kevin
 
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

Originally posted by Kevin Wright:
Okay, here's the problem. I am using a connection pooling program to access an Access DB. My driver isn't that JDBC:ODBC bridge, so that isn't the problem. But, I get this:
"Too few parameters. Expected 2"
Error Code is 3088, which I haven't seen yet.
Thanks,
Kevin


You need to post the relevant code to reduce the guess work.
Jamie
 
reply
    Bookmark Topic Watch Topic
  • New Topic