I have 64 bit operating system. I am trying to connect to SQL server from a Java application using windows authentication. When i have used integrated Security=true, I have place the sqljdbc_auth.dll in windows/ System 32 folder.
But still I am getting error when I run my Java application on eclipse.
WARNING: Failed to load the sqljdbc_auth.dll
Any solutions for this ?