DayWalker Posted November 3, 2003 Posted November 3, 2003 I declared my sql connection string in a module to make it available to all the forms within the project. Now i need to make something like a dialog box that once i have deployed it the user can enter the name of the server into it and it will be able to connect. Is this possible or is there a easier way of doing this? :confused: Quote
Moderators Robby Posted November 3, 2003 Moderators Posted November 3, 2003 Instead of a module, create a class... you can have the constructor or a property get the server name. then have a method or property returrn the full connection string to the user. 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.