Hi
Is it posible to create SQL table programmatically in dw.
Br. Mads
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