StrataFrame Forum
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



BUSINESS OBJECT MAPPERExpand / Collapse
Author
Message
Posted 11/28/2005 11:13:39 AM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 03/25/2006 6:08:39 PM
Posts: 36, Visits: 65
How to use the business mapper?

After adding a Business object to the project I go into the Object mapper.

The first time it asks you to configure the project. You give it a name, and select SQL server.

The system we are testing with is using sql express on (local)\sqlexpress and the database name is TRAC.

Do you have to enter a connection string and if so what is the format?

Post #156
Posted 11/28/2005 11:30:50 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 9:05:01 AM
Posts: 2,666, Visits: 1,878
The connection string is that which is required to connect to the server... not necessarily the database.

So, your connection string would be something like "Server=localhost\sqlexpress;Integrated Security=SSPI;" if you're using Windows authentication or "Server=localhost\sqlexpress;User Id=sa;Password=MyPassword;" if you're using username authentication.

The connection string is required so that the Business Object Mapper can gather the schema information from the server.


www.bungie.net
Post #157
Posted 11/28/2005 11:32:10 AM
StrataFrame Beginner

StrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame BeginnerStrataFrame Beginner

Group: Forum Members
Last Login: 03/25/2006 6:08:39 PM
Posts: 36, Visits: 65
I guess it doesn't use the previous connection string information you entered?
Post #160
Posted 11/28/2005 11:38:15 AM


StrataFrame Developer

StrataFrame Developer

Group: StrataFrame Developers
Last Login: Today @ 9:05:01 AM
Posts: 2,666, Visits: 1,878
Nope, it saves the connection string information on a per-project basis. But, yes, it would be a good idea to carry forward the last entered connection string. I'll look into that.


www.bungie.net
Post #162
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Ben Chase, Trent L. Taylor, Steve L. Taylor

PermissionsExpand / Collapse

All times are GMT -6:00, Time now is 9:41am

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.047. 9 queries. Compression Enabled.
Site Map - Home - My Account - Forum - About Us - Contact Us - Try It - Buy It

Microsoft, Visual Studio, and the Visual Studio logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.