I
Islam Elkhayat
I have created a class to use adp.FillSchema() method to generate Query
string & needed paramters on runtime and assign vlues for this paramters b4
calling the adp.update() method..
this give me the ability to change data types in the database without
editing my code as long as the paramters value is in the right format..
which mean i have to connect to my database 2 times or i could open it once
and excute fillschema & update methods then close the connection ...
So is this solution will work fine in large number of users requests??
string & needed paramters on runtime and assign vlues for this paramters b4
calling the adp.update() method..
this give me the ability to change data types in the database without
editing my code as long as the paramters value is in the right format..
which mean i have to connect to my database 2 times or i could open it once
and excute fillschema & update methods then close the connection ...
So is this solution will work fine in large number of users requests??