Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
hwdevelop
Starting Member
5 Posts |
Posted - 2005-11-14 : 21:03:53
|
Hi All,I have a winform app built using vb.net that utilize SQL 2005. How do i include the database that i have within the application itself and how does that affect the connection string? This lead to the 2nd question, Will the database have multi user capability if i set the connection string to (local)? Does anybody have a step by step way to do this? Please elaborate the way to do it or share with us the link to do it.Thanks in advance!hwdevelop |
|
hwdevelop
Starting Member
5 Posts |
Posted - 2005-11-14 : 21:05:03
|
I forgot something. I want to use SQL Express in this app. Please help! |
|
|
hwdevelop
Starting Member
5 Posts |
Posted - 2005-11-14 : 21:11:27
|
I read something about putting UserInstance=True in the connection string. Is that something that i can use? (treat it like Access database, and put it in shared drive so multiple users can access it?). |
|
|
|
|
|