View Issue Details

IDProjectCategoryView StatusLast Update
0004504mantisbtsqlpublic2005-04-18 10:24
ReporterNarcissus Assigned Tograngeway  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionduplicate 
Summary0004504: Using ADODB XML Schema for DB Creation
Description

Now that we are using ADODB for all of the DB interactions, I was thinking that we should start using the ADODB XML schemas for generating the DB in the first place. This would mean that we only need one file for generating the DB across all supported servers.

It would also help us to easily implement PHP scripts that will generate the DB (an 'installation script') as well as port data from one database server to another.

TagsNo tags attached.

Relationships

duplicate of 0005289 closedgrangeway Use ADODB DataDict for DB Creation / Upgrade 

Activities

Narcissus

Narcissus

2004-09-15 19:33

reporter   ~0007616

Once this is sorted out, I think we should provide an easy way to move data from one database/server to another. I've currently got a script that works for me, but will try and do some more testing before attaching it.

grangeway

grangeway

2005-03-14 08:23

reporter   ~0009529

I'm going to resolve this off as a duplicate of 0005289 - hope you don't mind.

The only reason being that for an older version of php that might not have xml support compiled in, just using the 'datadict' stuff could be less problematic, than using the xml version which builds on top afaik and might add addtional dependencies
Paul