AtomicChip
Programmer
Hi all...
I have a SQL connection that is being made in the following format:
This is just a plain string that is passed to a SqlConnection object. Can anyone tell me what the %? is for? My guess is an environment variable, but as I said.. It's a guess...
Thanks,
-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy
I have a SQL connection that is being made in the following format:
Code:
Data Source=%?server%
This is just a plain string that is passed to a SqlConnection object. Can anyone tell me what the %? is for? My guess is an environment variable, but as I said.. It's a guess...
Thanks,
-----------------------------------------------
"The night sky over the planet Krikkit is the least interesting sight in the entire universe."
-Hitch Hiker's Guide To The Galaxy