M Miha Markic [MVP C#] Sep 23, 2005 #2 Hi, You might execute proper DDL statement just like you execute selects or inserts or whatever. But of course, it depends on the database - some databases provide helper objects.
Hi, You might execute proper DDL statement just like you execute selects or inserts or whatever. But of course, it depends on the database - some databases provide helper objects.
P Paul Clement Sep 23, 2005 #3 ¤ Can we detach /attach database in program? ¤ Could you be more specific? What kind of database(s) are you working with? Paul ~~~~ Microsoft MVP (Visual Basic)
¤ Can we detach /attach database in program? ¤ Could you be more specific? What kind of database(s) are you working with? Paul ~~~~ Microsoft MVP (Visual Basic)
C Cor Ligthert [MVP] Sep 24, 2005 #5 Ad, I don't believe that any one of us understand what you mean with. Can we detach /attach database in program? Click to expand... Do you mean Create/Alter/Drop? Cor
Ad, I don't believe that any one of us understand what you mean with. Can we detach /attach database in program? Click to expand... Do you mean Create/Alter/Drop? Cor
M Miha Markic [MVP C#] Sep 24, 2005 #6 Not sure about 2005 but in 2000 there are two stored procedures you might use: sp_detach_db and sp_attach_db
Not sure about 2005 but in 2000 there are two stored procedures you might use: sp_detach_db and sp_attach_db