Add new DataTable to a database???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • fiaolle

    #1

    Add new DataTable to a database???

    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


  • Michel Posseth  [MCP]

    #2
    Re: Add new DataTable to a database???


    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]


    "fiaolle" <fiaolle@telia. comschreef 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
    >
    >

    Comment

    Working...