Top "Mssql-jdbc" questions

For specific questions on Microsoft's JDBC driver for their SQL Server product.

JDBC SQLServerException: "This driver is not configured for integrated authentication."

I am writing a "server-side extension" for SmartFoxServer (SFS). In my login script, I need to make a connection to …

java sql-server jdbc mssql-jdbc smartfoxserver
Classpath set, but: java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver

Okay, I'm confused. My SQL Server JAR is here: Volume in drive C has no label. Volume Serial Number is 8008…

java jdbc sql-server-2012-express mssql-jdbc
Which jar to use for connecting to MS SQL server

Can some one please guide me to understand which jar file i need to include in my application to be …

java sql sql-server jdbc mssql-jdbc
What can cause the SQL Server JDBC error 'The value is not set for the parameter number 0' for an output parameter access?

I have some Java code that accesses SQL Server 2005 which looks something like this: CallableStatement cstmt = ...; ... // Set input parameters cstmt.…

sql-server stored-procedures jdbc mssql-jdbc
stack "Error: self signed certificate in certificate chain" when trying to build 'node-gyp configure'

I got below error when trying to build the microsoft driver for nodejs for sql server gyp info it worked …

node.js npm protractor node-gyp mssql-jdbc
Inserting datetime into a MS SQL table using pyodbc

I'm trying to insert a datetime value into a MS SQL Server table using pyodbc. If I do it manually, …

python sql-server pyodbc mssql-jdbc
No column name was specified for column 2 of 'a' error

I have a MySQL query and I ran it working fine but same query showing error in SQL Server. SQL …

sql-server mssql-jdbc
INSERT values in VARBINARY(MAX) column

I have a table with a VARBINARY(MAX) column and I've tried inserting values into this table but I can't. …

sql-server mssql-jdbc
How to connect multiple database with reusing cfg.xml and util class?

I want to connect multiple databases like SQL and Oracle with different databases.So i already had MSSQL hibernate.cfg.…

java hibernate orm hibernate-mapping mssql-jdbc
"NoClassDefFoundError: javax/xml/bind/DatatypeConverter" with SQL Server JDBC

I recently switched to intellij but I'm finding it hard to connect to my localDB. The same code worked on …

java sql intellij-idea jdbc mssql-jdbc