Apr 17, 2001 #1 joeiwanski Programmer Joined Apr 14, 2001 Messages 3 Location US I've used the database splitter to separate my code and tables. Now I need to add some fields to one of the tables. How do I do this ?
I've used the database splitter to separate my code and tables. Now I need to add some fields to one of the tables. How do I do this ?
Apr 17, 2001 1 #2 RickSpr MIS Joined Jan 4, 2001 Messages 2,885 Location US You have to open the back end directly to alter the tables within it. Rick Sprague Upvote 0 Downvote
Apr 17, 2001 Thread starter #3 joeiwanski Programmer Joined Apr 14, 2001 Messages 3 Location US Thanks ! Didn't know it was so easy ! You guys respond with lightning speed Thanks again! Upvote 0 Downvote
May 8, 2001 #4 Francescina Programmer Joined Dec 19, 2000 Messages 362 Location BE Just as completion: Once the application is deployed you can always modify the backend tables in using the DDL SQL command syntax. Upvote 0 Downvote
Just as completion: Once the application is deployed you can always modify the backend tables in using the DDL SQL command syntax.