Gossamer Forum
Home : Products : DBMan SQL : Discussion :

dbsql table

Quote Reply
dbsql table
Can anyone tell me if it is possible to change the name of the following tables and if so what changes need to be made to the DBManSQL script to reflect the name changes?

dbsql

dbsql_emailmailings

dbsql_emailtemplates

dbsql_mailingindex

dbsql_mailinglist

dbsql_mailinglistindex

dbsql_queries

dbsql_relationships

Thank you.
Quote Reply
Re: [jai] dbsql table In reply to
Hi jai

if you really need to change the names of all the Dbsql_??? tables, you have to change the names in many files. Here are some files that might be affected:

nph-email.cgi
setup.cgi
Dbsql/Admin.pm
Dbsql/HTML.pm
Dbsql/Home.pm
Dbsql/MassMailer.pm
Dbsql/SQL.pm
Dbsql/Tools.pm
Dbsql/Relation/Admin.pm
Dbsql/Relation/HTML.pm
Dbsql/Relation/Home.pm

You can just grep for "Dbsql_"...
However, I wouldn't recommend to change the Dbsql_ names: there might be problems with updates, support, modules etc...

Hope this helps.

Cheers,
Oliver