lramonm Posted August 2, 2003 Posted August 2, 2003 After I go to the trouble of building my Web form and I run it successfully a few times, all of my connections with my SQL database vanish( SQLConnection1, SQLAdapter1, SQLCommand1 ect...) from the yellow box in the bottom of the form but The vb.NET code is not affected. When I run it a message says that it cannot find SQL.... When this happens I have had to erase the connections from my VB.Net code and add them again to the bottom of my form then configure them to the way I had them. Why does this happen or how can I fix this without having to redo the connections again. Thanks Quote
Moderators Robby Posted August 3, 2003 Moderators Posted August 3, 2003 Create them at run-time. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.