Forums
This topic is locked
Creating Database Tables in UltraDev
Posted 10 Jan 2002 15:25:38
1
has voted
10 Jan 2002 15:25:38 Craig Stanton posted:
Does anyone know if tables can be created on a server-based database (Oracle, MySql) from the UltraDev environment? I'm trying to put together a Web application, and don't want to bother the DB administrators every time I need to add a table to my database?Thanks!
C
Replies
Replied 10 Jan 2002 21:54:35
10 Jan 2002 21:54:35 Kelly Brady replied:
Is it possible to have your DB create a stored procedure that you could use to create tables in the database? This would be the best way to do it so that your DB doesn't get worried about you screwing the database up.