Update Database

prav_roy

Well-known member
Joined
Sep 10, 2005
Messages
70
Location
Mumbai
Programming Experience
1-3
hi,
i have one DATATABLE in which there are 4 columns and more than hundred rows, now i want to insert all the values in my table into my database is that possible to this, if yes plz someone help me
Thank u
 
hi, yes it's possible but i cant show you some code without the column names or table names. But if you want to sort it yourself then you will need some SQL more specifically an INSERT command...

VB.NET:
INSERT INTO table VALUES ? , ? , ? etc
 
thank you vis,
i sorted it out using some querries, anyway one thing i really like abt this forum is its response, other forums takes two three days to response, but here within hours,keep it up
thank you again
 
Back
Top