vb6 sql

  • i want to create databse dynamically..using vb..in sql the problem is

    when executing the command vb6 "create database "db name" i have to get connected to some database but i need to coonnect to the new created database after creating it. as i have to make dynamic tables in it

  • Try

    USE master

    to set up your new database

    and

    USE whateverYourNewDatabaseIsCalled

    in your command strings

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply