hi all, in my application i am pushing data in sql server.i have made a user dsn in local.in client it is running succesfully,but in web,connection is not made.do i have to made a dsn on server???if i dont want to make dsn on server,is there any alternate way to push data in web???
Subject: connectivity with SQL Server
Usually you are using DNS on Server - maybe with LSX CodeThis is no problem if it is in your company …
Subject: connectivity with SQL Server
Make sure your server has a system DSN with the connection you’re calling. Unless you manually start the Domino server, it will be running under the system account, and won’t use any of your user DSNs.