Saturday, January 16, 2010

Microsoft Odbc Driver Java.sql.SQLException: [Microsoft][ODBC Driver Manager] Invalid String Or Buffer Length?

Java.sql.SQLException: [Microsoft][ODBC Driver Manager] Invalid string or buffer length? - microsoft odbc driver

I'm trying to SQL Server 2005 Express Edition, in conjunction with the bridge driver JDBCODBC. as follows: Class.forName ( "sun.jdbc.odbc.JdbcOdbcDri ...
Connection con = DriverManager.getConnection ( "jdbc: odbc: T ...
I catch the exception .. But I do the same code on Windows XP SP2, and it was no problem. I'm using Vista Ultimate 64-bit operating system. can someone help you know what is the problem? PLS thanks in advance!

1 comments:

Christia... said...

I have no knowledge of MS SQL, but let me say that MS SQL server versions differ from each other, what should be a difference to them.
Several times had this problem in MySQL

Post a Comment