Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JDBC and Relational Databases
Search Coderanch
Advance search
Google search
Register / Login
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
Tim Cooke
paul wheaton
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
JDBC and Relational Databases
Sun jdbc odbc bridge error
Martin Lira
Ranch Hand
Posts: 97
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I get this error when I try to close the Connection to my jdbc-odbc bridge for a SQL Server.
java.sql.SQLException: [Microsoft][ODBC SQL Server Driver]Invalid transaction state
Thanks,
Martin
JulianInactive KennedyInactive
Ranch Hand
Posts: 823
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I've never seen before this but, just a thought, do you begin a transaction and then close the connection without either a commit or rollback?
Jules
Stefan Wagner
Ranch Hand
Posts: 1923
I like...
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Why do you use the jdbc-odbc-bridge, instead of a jdbc-driver?
http://home.arcor.de/hirnstrom/bewerbung
Martin Lira
Ranch Hand
Posts: 97
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Whats wrong in using a JDBC-ODBC brige?
JulianInactive KennedyInactive
Ranch Hand
Posts: 823
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Martin,
This is
what Sun has to say about their bridge driver
.
Jules
Martin Lira
Ranch Hand
Posts: 97
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Got it guys, i have switched to a MS Sql server type 4
JDBC
driver.
Thanks,
ML
I don't get it. A whale wearing overalls? How does that even work? It's like a tiny ad wearing overalls.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
need help
JDBC with SQL 7
How to Connect SQL Server with java using JDBC
MAJOR problem with JDBC-ODBC..please help!!
How can get the return code of a StoreProcedure?
More...