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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top