Vulcan1500
Registered User.
- Local time
- Today, 16:57
- Joined
- Nov 13, 2007
- Messages
- 143
Due to a modification I need to add a column to a table of the backend of my database with code in the frontend. After distributing the frontend and on opening it will modify the table by the users who all work stand-alone. The name of the backend is with all users the same. Due to the backend being linked I need to disconnect the specific table first, add the column and connect the table again. Can one of you help me with the code to disconnect and connect a table of a backend?