Group: Forum Members
Posts: 46,
Visits: 251
|
HI
I'm using a 3rd party database, in the database design they put Schema as a company and in my SF application I have to change depends to the company I going to work to, but I do when I fill the BO and it still using the TableSchema property made by the BO Build.
Public Overrides ReadOnly Property TableSchema() As String
Get
Return "P_T_P"
End Get
End Property
Any suggestions how to change this are welcome.
Thanks SF
|