i want to separate out gst_audit from icfdb

mhtan88

Member
hi~

can i do something like, separate out gst_audit table out from icfdb? like remove existing icfdb.gst_audit and create a new database icfdb_audit.gst_audit, thereafter, i connect both together. the audit will still proceed as normal?

Thx :)...

Regards,
T@nMH
 
That will usually work without any additional effort.

However some people code using fully specified database.table.field sorts of references. If that has been done with this application then you may need to create an alias or assign a logical dbname at startup.
 
Back
Top