By Pattabhi K Nunna - 5/10/2007
I just started evaluating Strataframe. The installation was successful after a couple of attempts. When I first created the database connection it loaded all the SQL servers (including the one I want to use SQL server 2000 ), and also loaded the
databases. However now when I try to edit the connection details from within Visual Studio it's not loading the databases.
What am I doing wrong?Is there any place where I can manually set within a file instead of the interface?
Please let me know.
Thank You.
|
By StrataFrame Team - 5/11/2007
The "Database Connection..." option is used for the StrataFrame design-time database only, so you cannot change the database name. The connection string for your application is set within the SetDataSources() method of the AppMain.vb (or Program.cs) file. The StrataFrame Windows application template sets the application to use the ConnectionManager, but you can also set the connection string manually using one of the commented out lines of code at the bottom of the SetDataSources() method.
|
|