Reputation: 1
I'm new to DNN and have started with the new templates written by Chris Hammond for developing DNN modules. I want to separate the tables in the database and have the DNN tables start with the prefix dnn_ and my own tables without this prefix. I can't figure out on how to set this up? Does anyone know?
Thanks, Michael
Upvotes: 0
Views: 419
Reputation: 8943
Michael, If you want to use my templates without the DNN_ in front of your tables, simply remove the references (in the project) to the word objectQualifier.
You'll likely remove them in the SQLDATAPROVIDER.CS file, and in the SQL scripts themselves.
If you're using DAL2 however, it might be more involved.
Upvotes: 1