About 12,500 results
Open links in new tab
  1. Problem saving/retrieving unicode characters NVARCHAR with unicode ...

    Aug 4, 2007 · I'm connecting to a SQL Server 2005 database using the latest (beta) sql server driver (Microsoft SQL Server 2005 JDBC Driver 1.1 CTP June 2006) from within Java (Rational Application …

  2. unable to load com.microsoft.sqlserver.jdbc.SQLServerDriver to spark ...

    May 23, 2017 · From the stack trace, it appears that JDBC driver path for Microsoft SQL Server is not specified or not updated while submitting the job. Make sure you add the jar file path to Spark’s …

  3. java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc ...

    Apr 21, 2009 · In C:/Program Files shown sqljdbc_1.2 folder. I also set the calsspath as .;C:\Program Files\Microsoft SQL Server 2005 JDBC Driver\sqljdbc_1.2\enu\sqljdbc.jar. The sqljdbc.jar had been …

  4. jdbc support for localdb - social.msdn.microsoft.com

    Mar 26, 2012 · Based on my research the Microsoft JDBC Driver 4.0 for SQL Server is available to all SQL Server, and provides access to Microsoft® SQL Server® 2012, SQL Server 2008 R2, SQL …

  5. com.microsoft.sqlserver.jdbc.SQLServerException: Transaction (Process ...

    Apr 2, 2018 · Rerun the transaction. com.microsoft.sqlserver.jdbc.SQLServerException: Transaction (Process ID 422) was deadlocked on lock resources with another process and has been chosen as …

  6. Login failed. The login is from an untrusted domain and cannot be …

    Jul 30, 2012 · May you are providing user name & password like a SQL Login in application that need to be impersinate to connect to SQL server like windows login using windows authentication.

  7. sqldriver throws java.lang.SecurityException: 'invalid SHA1 signature'

    I'm trying to connect to a sql server 2005 express edition but have some trouble with it: i can connect to server through eclipse but when i try connecting via a jar ...

  8. SQLJDBC The server failed to resume the transaction. Desc:6200000f6c.

    Mar 23, 2010 · If you are executing a complex statement query or stored procedure, please use execute () instead of executeQuery () [not applicable ]. If you are using JDBC transactions, do not mix them …

  9. org.eclipse.birt.report.data.oda.jdbc.JDBCException : There is an error ...

    Jun 1, 2016 · It seems you installed a named instance of SQL Server (it could be you installed SQL Server Express which install an instance named computername\SQLEXPRESS or maybe you are …

  10. SQLServerException: The statement did not return a result set

    Apr 6, 2012 · Some JDBC driver implementations do not behave per the JDBC spec in this regard and presumably implement executeQuery () to silently ignore update counts from DDL/DML statements …