Actually my boss told me to use this library AP_DataAccess_BL library in c sharp , because it has benefit, so he shows how to the connectionection and how can fill dataset and he does this for me
DataSet
dataset =
new
DataSet
();
DataTable
dt;
dataset.Merge(dt);
app_DataAccess.UpdateDataSetByAdapter_New(dataset);
however
there is an error an strQuery , so i dont know what is it for ??? also there is an error on app_DataAccess.UpdateDataSetByAdapter_New(dataset);
so
any idea help please
app_DataAccess.GetDataTableFromDataBase(strQuery, dt);
dt.TableName =
"Ordertest";