Gossamer Forum
Home : Products : DBMan : Customization :

Change flat file to MySQL

Quote Reply
Change flat file to MySQL
I have just spent around 200 hours modifing DBMan to do what I want and now it's in production and working, Unfortunatly it works to well and I have about 300 records after only a few days,

The flat file concept scares me as at this rate the database will be over 1000 records by the end of the month. Has anyone modified the flat file version to hook into MySQL so it would be a little bit more robust.

thanks
Quote Reply
Re: [hunger] Change flat file to MySQL In reply to
Quote:
Has anyone modified the flat file version to hook into MySQL so it would be a little bit more robust.
Yes, it's called DBMan SQL Wink
Quote Reply
Re: [wysardry] Change flat file to MySQL In reply to
IS there a thread that shows the conversion process. I have customised the life of my DMAN code with not only the available mods but mods of my own. I have tried to avoid talking to the database directly and used existing subroutines where possible.

Is it simply just a matter of purchasing the upgrade and changing some hooks and you are up and running???
Quote Reply
Re: [hunger] Change flat file to MySQL In reply to
The best place to ask/search would be the DBMan SQL forums, but the section I gave the link for says:-

Quote:
For users who are upgrading, while DBMan SQL 2 does have an import script to import your data and configuration file, you will need to move from the html.pl file to a template system. We also still maintain DBMan SQL 1, which is a simple replacement to DBMan (shares the same html file, and the same configuration format).

Obviously mods are going to complicate matters, but you should be able to edit the conversion script to take them into account.
Quote Reply
Re: [wysardry] Change flat file to MySQL In reply to
Great thanks for the information. I will wait to see when it breaks and then get the DBMAN SQL and install then. (Hopefully I get a couple of months out of the flat file version so I can get some support)