What is the best way of creating new SQL tables using VB.Net?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the best way of creating new SQL tables using VB.Net? I took a look
at inserting new records but it was really time consuming on large number of
records. Does anyone have any examples of creating new SQL tables with large
recordsets?
 
David,
What is the best way of creating new SQL tables using VB.Net?

Giving this above (using VB.Net) there are not so much possibilities, maybe
you can show some code how you do it now?

Cor
 
Back
Top