Hi, does anyone knows where can i find all the values that support the connectionstring since the connectionstring uses the "server=local;database=nortwind;UID=me...."
etc. are there more parameteres to specify which one of them is not REALLY important , where can i find a list or something about it
Thank you, i hope i made my point clear ![]()

SQL connectionstring parameters
Captain Baz
Try these links on MSDN. They provide the properties (values) that make up each of the different connection strings. Which ones are really important It all depends on what you're using the connection for
SQLConnectionStringBuilder
OleDbConnectionStringBuilder
ODBCConnectionStringBuilder
OracleConnectionStringBuilder
SqlCeConnection
sennekeennes
Ohh, that's great, i actually made a "test app" to see how Clickonce works, and is just what i was looking for, now i only need to add code for saving new records on tables, update and all that.
Thank you
ahmedilyas
Yes. The whole idea of SQL Server Express is that you can distribute it like an Access Database, but with the added benefit of being a SQL Server Database.
starbukk
someguy65
HTH, Jens K. Suessmeyer.
---
http://www.sqlserver2005.de
---
Fahd
Thank you for your posts, they are really helpful to me
, by the way, another question just came to my mind, the thing is my app connects to a sql server in my computer, so i can manage some databases and stuff like that, but my pc it's not gonna be the one that uses it, i need my app to run in another pc, but i don't know whats gonna happen because on the login i connect to my local server, from where i manage my databases,logins,triggers,etc.... does the other computer needs the sql client , should i need to create the same databases that i'm working with in that PC it's there a way just to add the mdf file to my app folder like the MOffice Access databases (i guess not, but i'm not sure)
Or any tips about it
Thank you
James. L.
You could use SQL Server Express to host your DB and then distribute it with your application.
Have a read of http://msdn.microsoft.com/vstudio/express/sql/