Developer forum

Forum » Development » Programmatically create SQL table

Programmatically create SQL table

Mads Kold
Reply

Hi

Is it posible to create SQL table programmatically in dw.

Br. Mads


Replies

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

You should be able to do something like this provided you have the proper create permissions:

Dynamicweb.Data.Database.ExecuteNonQuery("CREATE TABLE ....");

Hope this helps,

Imar

 

You must be logged in to post in the forum