SearchSearch   ProfileProfile   Log inLog in   RegisterRegister 

Guidelines for manipulating the default dbf datasource

 
Post new topic   Reply to topic    FirstSpot Forum Index -> Announcement, Technical FAQ
View previous topic :: View next topic  
Author Message
alan
Forum facilitator


Joined: 26 Sep 2003
Posts: 4435

PostPosted: Mon Dec 18, 2006 4:01 am    
Post subject: Guidelines for manipulating the default dbf datasource

FirstSpot comes bundled with a default dbf (i.e. dbase) datasource. We also support MySQL and MS SQL server (refer to readme.rtf for the exact requirements). As dbf is a file-based datasource, it is sometimes tempting for administrator to open the database files directly. Please note the following guidelines to prevent corrupting dbf tables:

1) never copy/backup the database files when FirstSpot is started. You can end up having an inconsistent database
2) never open the database files directly when FirstSpot is started. This might lock the files and break FirstSpot database access
3) Note that there are tools in the market that can change the dbf datasource. We encounter a lot of problems like corrupting the index by just opening the dbf files (without even saving!) with those tools in the past. So we strongly recommended against them. It should be okay to use MS Access for read-only purpose though.
4) The best (and official supported) way is to change the dbf datasource is to execute SQL against the table through the ODBC interface. You can execute SQL from PHP or MSQRY32.EXE (available in Microsoft Office). The table definition is in chapter 5 of firstspot_guide.pdf.

If you suspect your dbf table is corrupted, you can use the below steps to rebuild the database table (using table fsusr as an example):
1) stop FirstSpot
2) Export user table fsusr within Configuration Manager -> Users
3) Backup the files fsusr.dbf, fsusr.inf and fsusr.mdx in FirstSpot\datasource directory
4) Copy (and replace) the files fsusr.dbf, fsusr.inf and fsusr.mdx from the original setup zip file to the FirstSpot\datasource directory.
5) Import user table fsusr within Configuration Manager -> Users
6) start FirstSpot
_________________
~ Patronsoft Limited ~
Back to top
Display posts from previous:   
Post new topic   Reply to topic    FirstSpot Forum Index -> Announcement, Technical FAQ All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group