473,734 Members | 2,211 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

JDBC 3.08 nightly snapshot from 7/23/2003

Hi MySQL Fans ;-),

Is it possible that the 3.08 series allows to connect to 4.0.14 versions but
not to the 4.1 alpha-versions ?

I get belows error when tryig to connect from DbVisualizer which was working
fine until a while ago. I haven't watched it recently, and haven't changed
anything I am aware off right now. After I realized the problem I tried many
3.08 versions with the same symptom. Watch were it says "Unknown system
variable 'autocommit'" - which I havent set as far as I know.

Best regards

Nils Valentin

---------------------

java.sql.SQLExc eption: General error, message from server: "Unknown system
variable 'autocommit'"
General error, message from server: "Unknown system variable 'autocommit'"

17:25:10 [DEBUG Thread-1 SchemaModel.exp andNode] expandNode: Root
17:25:15 [DEBUG AWT-EventQueue-0 DbVisualizer.fi nished] Init Seconds: 11.189
17:25:15 [DEBUG Thread-3 ClassManager.lo adDriver] Load class using
ClassLoader: com.mysql.jdbc. Driver
17:25:15 [DEBUG Thread-3 ClassManager.lo adDriver] Load class using
ClassLoader: com.mysql.jdbc. NonRegisteringD river
17:25:15 [DEBUG Thread-3 ClassManager.lo adDriver] Load class using
ClassLoader: org.gjt.mm.mysq l.Driver
17:25:16 [DEBUG Thread-3 ClassManager.lo adDriver] Load class using
ClassLoader: com.mysql.jdbc. Driver
17:26:03 [INFO AWT-EventQueue-0 Database.connec t] Connecting: MySQL-BBB
17:26:04 [DEBUG Thread-4 ClassManager.lo adDriver] Load class using
ClassLoader: com.mysql.jdbc. Driver
java.sql.SQLExc eption: General error, message from server: "Unknown system
variable 'autocommit'"
at com.mysql.jdbc. MysqlIO.checkEr rorPacket(Mysql IO.java:1647)
at com.mysql.jdbc. MysqlIO.sendCom mand(MysqlIO.ja va:853)
at com.mysql.jdbc. MysqlIO.sqlQuer yDirect(MysqlIO .java:920)
at com.mysql.jdbc. MysqlIO.sqlQuer y(MysqlIO.java: 892)
at com.mysql.jdbc. Connection.exec SQL(Connection. java:1878)
at com.mysql.jdbc. Connection.exec SQL(Connection. java:1824)
at com.mysql.jdbc. Connection.exec SQL(Connection. java:1805)
at com.mysql.jdbc. Connection.setA utoCommit(Conne ction.java:572)
at
com.mysql.jdbc. Connection.init ializePropsFrom Server(Connecti on.java:2422)
at com.mysql.jdbc. Connection.crea teNewIO(Connect ion.java:1578)
at com.mysql.jdbc. Connection.<ini t>(Connection.j ava:491)
at
com.mysql.jdbc. NonRegisteringD river.connect(N onRegisteringDr iver.java:346)
at java.sql.Driver Manager.getConn ection(DriverMa nager.java:512)
at java.sql.Driver Manager.getConn ection(DriverMa nager.java:140)
at
com.onseven.dbv is.wrapper.Driv erManagerImpl.g etConnection(Dr iverManagerImpl .java:40)
at com.onseven.dbv is.sql.Database .doConnect(Unkn own Source)
at com.onseven.dbv is.sql.Database .access$000(Unk nown Source)
at com.onseven.dbv is.sql.Database $ConnectionComm and.execute(Unk nown
Source)
at se.pureit.util. ThreadCommand.r unExecute(Unkno wn Source)
at se.pureit.util. ThreadCommand.r un(Unknown Source)
at java.lang.Threa d.run(Thread.ja va:534)
--
---
Valentin Nils
Internet Technology

E-Mail: ni**@knowd.co.j p
URL: http://www.knowd.co.jp
Personal URL: http://www.knowd.co.jp/staff/nils
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/my***********...ie.nctu.edu.tw

Jul 19 '05 #1
0 2265

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
4494
by: JShurmatz | last post by:
If anyone can shed some light on this problem I would greatly appreciate it. I am unsuccessfully trying to use a database connnection retrieved from a pool configured using Java System Web Server 6.1 with the SQL Server 2000 JDBC Driver. The background: 1. I have downloaded the SQL Server 2000 JDBC Driver and installed it on the web server.
1
4871
by: Rick Brown | last post by:
I'm trying to find a way to output a Access97 report to a file without losing any of the formatting. The Microsoft Snapshot Viewer does this perfectly but the person opening the file needs the viewer loaded on their PC. What follows are the ramblings of a network novice. Currently my company has two types of PC's in the shop. The PCs at each machining center run on a NT server (I: drive) and the office machines run on a shared Novell...
9
2811
by: bluedolphin | last post by:
Hello All: I have been brought onboard to help on a project that had some performance problems last year. I have taken some steps to address the issues in question, but a huge question mark remains. Last year, all of the tables and reports were stored in Access. The database was put online so that end users could access the reports online using Snapshot Viewer. The reports were aggregated on the fly, and the selection criteria...
0
3487
by: Rod | last post by:
I orginally posted this to microsoft.public.sqlserver.ce but had not received any responses. I have a CF.NET application (C#) with a SqlCE database. We had originally planned to use SQL Authentication to replicate with the publication and indeed had SQL Authentication working flawlessly. Then our client asked us to use Windows Authentication instead. For incremental changes, Windows authentication works fine. When trying to do the...
8
4553
by: veffen | last post by:
Hello all, I'm trying to call the snapshot table function SNAP_GET_TBSP via a jdbc connection using the following query: SELECT * FROM TABLE(SNAP_GET_TBSP(CAST(NULL AS VARCHAR(1), -1)) AS T In CLP this works properly, but when I execute it from java, I get the following SQL exception:
0
1608
by: klh | last post by:
We just installed DB2 ESE V8 FP12 on our Windows 2003 servers. We also installed the DB2 ADMCL V8 FP12 on our websphere servers. We use the JDBC Type 4 drivers on our websphere servers to directly hit our DB2 Z/OS V7 databases. When we originally set up this environment (DB2 V8 FP8) we had to bind the JDBC type 4 drivers using the syntax: java com.ibm.db2.jcc.DB2Binder -url jdbc:db2://(ip address):(port number)/(system name) -user...
3
1928
by: drudini | last post by:
We have installed DB2UDB 8.2 on a windows 2003 server. How can I confirm the version of the JDBC driver that would have been installed with this? I wasn;t sure if the JBDC driver would have a different version/build then the DB version itself. Thanks, Bob Cook
2
4555
by: bevis | last post by:
I'm new to sql server and mysql but this seems like it should be a pretty straight forward jdbc connection. But I have spent almost 2 days just trying to get a jdbc connection. Please help if you can. I'm using Eclipse 3.2.2 and I have installed mysql-connector-java-5.0.6-bin.jar. I am trying to connect to SQL Enterprise Manager version 8.0 innstall on a Windows 2003 Server Enterprise Edition. I have been able to successfully test...
3
2451
by: william.david.anderson | last post by:
Hi there, I have a newbie question about backing up our database on our Solaris system. I was reading the "Data Recovery and High Availability Guide and Reference", but didn't see any references to using filesystem snapshots to backup a database.
0
8946
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9310
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9236
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9182
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8186
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6735
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6031
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4809
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.