Click here to Skip to main content
15,894,740 members

Comments by deva936 (Top 17 by date)

deva936 24-Jan-14 21:54pm View    
alright i got you. and i like your advice.
can you describe how to move the db to target machine. step by step or any link, please?
thank you
deva936 26-Aug-13 7:42am View    
thats why i asked any way to lock it?
deva936 26-Aug-13 1:24am View    
sa1.InsertCommand = cmdInsert_PurchaseProduct;
sa1.UpdateCommand = cmdUpdate_PurchaseProduct;
sa1.DeleteCommand = cmdDelete_PurchaseProduct;

sa1.Update(dtPurchaseProduct);
deva936 24-Jul-13 23:36pm View    
yeah i have used it
it is fine with 2 tables but can't solve with 3 tables
deva936 22-Jul-13 22:24pm View    
i want insert statement to insert data from dataTable to DataBase Table for 3 tables in the question