Home All Groups Group Topic Archive Search About

Add new DataTable to a database???

Author
9 Jul 2006 10:14 AM
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

Author
9 Jul 2006 5:57 PM
Michel Posseth [MCP]
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]


Show quoteHide quote
"fiaolle" <fiao***@telia.com> schreef in bericht
news:WF4sg.8214$E02.2506@newsb.telia.net...
> 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
>
>