Connection String
.NET (Core and Framework)
3
Posts
3
Posters
0
Views
1
Watching
-
-
hi i want to create a variable based connection string in sql server , i want to give data source field in the connection string after getting it from a computer name variable , is that possible . if so how ,, can any body tell me the syntax
hello
Data Source=[MachineName]; Initial Catalog=.... If the database in on the machine the application is running on you can use Data Source=.; Initial Catalog=...
only two letters away from being an asset
-
Data Source=[MachineName]; Initial Catalog=.... If the database in on the machine the application is running on you can use Data Source=.; Initial Catalog=...
only two letters away from being an asset
http://www.connectionstrings.com/
_____________________________ www.DaytonaForums.com