J J. Muenchbourg Feb 26, 2004 #1 I can't seem to find inside the menu options how to Rename a table inside an SQL database in VisualStudio.net.
I can't seem to find inside the menu options how to Rename a table inside an SQL database in VisualStudio.net.
C Cor Feb 26, 2004 #2 Hi J, You have to execute a XXXcommand.executenonquery for that wit a proper SQL string. XXX stands for SQL, Oledb or whatever. I hope this helps, Cor
Hi J, You have to execute a XXXcommand.executenonquery for that wit a proper SQL string. XXX stands for SQL, Oledb or whatever. I hope this helps, Cor