Hi, I've developed some modules and as a requerimient of security department I need to put all modeles tables in other database instead of DNN database.
In my Custom Modules's DataProvider class I get a different data provider (Example: I get mydata instead of data). That it work fine and I'm accessing to my own databse.
Now I need to create thezip to install modeles. The problem is that I don't know what I need to put in the SqlProvider script to install create the tables and stored procedures in my database instead of DNN's database.
Anybody can Help me to create the right sql script??
Regards.
Alejandro.
PS: Sorry but my english is not good.