Tagged Questions

0
votes
6answers
6k views

Creating An Insert Statement — Windows application Vb.Net

I am doing windows appliction in vb.net. i have customer object contains save method. how do i generate insert query? I need to save the object in relational database (SQL server). I need to know ...