Hi,
I have developed custom module using Oscript with associated DB tables.
Now, i want to create the DB table while installing the module itself. How can i acheive this??
Thanks
Dhaval
Hi Dhaval,
Please refer following Section :
Installing Modules that Add Schema from Livelink Module Developer's Guide.
Regards,
Kingsley
Standard practice these days seems to be to have the Database objects managed from an Admin page rather than the Install/Uninstall scripts so that cluster management etc is easier.