My BO is well configured and the DB ids fine. I want to add a custom fill method :
public
{
FillByPrimaryKey(user);
}
I'm having a SqlException saying " Invalid object name .." with the name of the table. The table name is good. Since the framework take care of the connection, am I missing something?
I tried before a SQL Fill data table and the same result. I know how to make a basic sql statement and there is somehow there is something wrong ...
What I did:
1- Add BO to the project
2- Use the BO mapper to configure my project and the BO , build ok
3- Rebuild the solution
4- Drop the BO object on my form
5- Tried several times the fill FillDataTable with SQL string (same error)
The thing is that my SF DB in on server A and my testing DB in on server B. Both connection were created with the Connection Wizard. But, the SqlException shows server A eventhough the BO was created with server B. I think the answer comes from there ... Any idea?
Note:
I add 'this' only the guys who replied for my question
Have a good one