CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2004
    Posts
    14

    How to copy database with data from VB.Net

    Hi all,
    I have very tough job to do.
    I have to copy the database with its tables and data using vb.Net
    Or
    How to develop or Clone a database?

    For me its really difficult job, can any one help me?

    I welcome any kind of Suggestions/Code/Ideas.

    Thanks and regards,
    Madhusudhan

  2. #2
    Join Date
    Feb 2005
    Posts
    23

    Question Re: How to copy database with data from VB.Net

    I'm not sure if I understand your question completely. You want to copy all the data from a particular database so you can export it to a different database progam?

  3. #3
    Join Date
    Dec 2004
    Posts
    14

    Re: How to copy database with data from VB.Net

    I am developing a software from my machine.
    When i install the software( on other machine), i have to install even database with Data.
    I can Install database MSDE, but how to copy the database with data?
    I can able to create a database, but how to copy the data?

    I cannot use generate script like we do in SQL Server 2000.

    So kindly reply for the above.

    Thanks and regards,
    Madhusudhan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured