CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Dec 2002
    Posts
    11

    create a new database in VB .NET how?

    how do you create a 'new' database with only code in vb .net. I can connect to an existing database and fill a datagrid with its contents. Is it much different than that? I am assuming that after creation is when you would need to add more rows etc.

    Or how about this, since the databases are going to be almost virtually the same, is there a way to copy a database with code and than erase not the rows or columns but just the data in the cells themselves?
    Last edited by proKrastinate; December 15th, 2002 at 12:32 AM.

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