I’m using SQL Server 2000 and VB
In order to have a clean install I un-installed the previous version of the framework and deleted all of the StrataFrame databases. After installing v1.3 I opened the sample project and entered the DB configuration information when prompted. The demo app runs fine.
Next I selected the Business Object Mapper from the StrataFrame Menu. Right clicked on the “StrateFrameSample” project, clicked on NEW entered “StrataFrameDemo” as the project name, selected “SQL Server”, entered ‘Demo” for the description, and entered a SQL Server connection string”.
Next I right clicked on ‘CustomersBO’ under the StrataFrameSample project which brought up the business object properties window. I clicked on the ‘Specify Data Source’ button which brought up a list of SQL Server Databases. I expanded the “StrataFrameSample” data bases, selected dbo.Customers, and clicked “OK”.
On the Object Mapper window it displays the source, database and table at the bottom of the window. The error message is displayed in the Message box.