Hi! Will createfromtemplate method work in web?. It is not working in my system. Anyone please help me. Thanks in advance
Subject: Createfromtemplate method in web
This method is of backend class and must be running on server, so it shd work. Only few things to keep in mind;
If a database with the specified file name already exists on the server specified, an error is raised,
Scripts running on a server can’t create or access databases on other servers.
![]()
Subject: Createfromtemplate method in web
It will work - but only as a background (serverbased) agent. I’ve used it myself in a customer application. Make sure that You handle runtime errors properly, though!