clicker666
IS-IT--Management
I'm doing some VB work connecting to my SQL 2000 backend, which also is my Great Plains SQL server. When coding I've noticed I have to use UID and PWD in my code. I hate hard coding, or even having to store these variables in the registry or an ini file.
My SQL server is set up for SQL Server authentication, not Windows Integrated Security. I would imagine that using Windows security I would eliminate having to code the UID and PWD into my app. Will GP run off this security method? Is there a preferred method when setting up a SQL server that will be running GP for security?
It seems to me that having the system dependant on passwords that need to be manually changed in a number of places is a bad practice. Any input?
My SQL server is set up for SQL Server authentication, not Windows Integrated Security. I would imagine that using Windows security I would eliminate having to code the UID and PWD into my app. Will GP run off this security method? Is there a preferred method when setting up a SQL server that will be running GP for security?
It seems to me that having the system dependant on passwords that need to be manually changed in a number of places is a bad practice. Any input?