Add new DataTable to a database???

  • Thread starter Thread starter fiaolle
  • Start date Start date
F

fiaolle

Hi
I wonder if I can make a table to an existing database without using the
statement "Create Table".
I want to use the Datatable with DataColumns and DataRows I have made. Is
there a way I can connect to the database and add this DataTable? If so,
please tell me

Fia
 
No you can`t

I understood once that there will be a ADOX like interface in the future
in ADO.Net

( ADOX is a extension in classic ADO that could do exactly as you want to do
know in ADO.Net )

regards

Michel Posseth [MCP]
 
Back
Top