Renaming SQL tables in VisualStudio.Net

  • Thread starter Thread starter J. Muenchbourg
  • Start date Start date
J

J. Muenchbourg

I can't seem to find inside the menu options how to Rename a table
inside an SQL database in VisualStudio.net.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top