aviles1973
Programmer
I have a couple of questions about a database program I am writing.
I created a test database program using SQLServer2005 from within VB.Net 2005.
Now I want to setup the small test program on another computer on my small network.
What I need to share the database(.mdf) so both computers can read and write to it?
Do I need SQLServerExpress on both compters?
I'm also having some problems with not being able to connect to the database after I open it directly from SQLServer2005 shut it down then reopen it in VB.Net 2005 but when I restart my computer its fine, WHY?
Also, When I create my database and save it in one directly then I transfer it to another and try to connect from VB.net2005 I get errors.
Sorry for the Questions but I'm porting my knowledge from Access to SQLServer2005. Just a little different.
I created a test database program using SQLServer2005 from within VB.Net 2005.
Now I want to setup the small test program on another computer on my small network.
What I need to share the database(.mdf) so both computers can read and write to it?
Do I need SQLServerExpress on both compters?
I'm also having some problems with not being able to connect to the database after I open it directly from SQLServer2005 shut it down then reopen it in VB.Net 2005 but when I restart my computer its fine, WHY?
Also, When I create my database and save it in one directly then I transfer it to another and try to connect from VB.net2005 I get errors.
Sorry for the Questions but I'm porting my knowledge from Access to SQLServer2005. Just a little different.