Showing related tags and posts accross the entire site.
-
Connecting to multiple databases has been covered but here is a new twist: Background I have code-generated the base requirements to the source database. I have been able to get additional SQL Server connections to work by adding a SqlNetTiersProvider at run-time. Question The application needs to connect...
-
Hello I have code like this protected void TPWareHouseDataSource_AfterInserted(object sender, iti.srs.Web.Data.LinkedDataSourceEventArgs e) { iti.srs.Entities.TPWareHouse wh= (iti.srs.Entities.TPWareHouse)e.Entity; int IDP = wh.Id; TList<iti.srs.Entities.TpgAP> anaks = (TList<iti.srs.Entities...