Jon Stanton
|
| Posted: 05/30/2002, 3:48 AM |
|
I'm working with Beta5 and am looking at the solutions that come with it - Employee directory, bug tracking, etc. I'm getting them to work properly as ASP 3 with Access database but they don't seem to come with the databases for MySQL. I want to create PHP sites using this.
Where can I get the MySQL DB files for these from?
Many thanks
Jon
|
|
|
 |
Nicole
|
| Posted: 05/30/2002, 4:34 AM |
|
Jon,
you should create MySQl database by yourself as with CC.
Please check ../CodeChargeStudio/Examples/Internet/ and ../CodeChargeStudio/Examples/Intranet/ fokders for .sql that contains db dumps.
|
|
|
 |
Jean-Michel Giorgi
|
| Posted: 05/30/2002, 4:45 AM |
|
You might also use the freeware dbTools to import structure ans data from XLS, DBF, MDB, DB and ODBS to a MySQL database. More info at http://www.mysql.com/portal/software/html/software_comments-51.html
|
|
|
 |
Jon Stanton
|
| Posted: 05/30/2002, 10:19 AM |
|
Thanks for the replies. However, the SQL dumps don't include all of the Solutions that CCS ships with. Why doesn't CCS include the SQL dump for each of the solutions as part of them? They include the Access ones.
If I convert an Access one to MySQL using DBTools I'm sure it won't be 100% perfect.
|
|
|
 |
Nicole
|
| Posted: 05/31/2002, 3:18 AM |
|
Jon,
CCS solutions are based on tables that are stored in Intranet and Intranet databases. Please go to ../CodeChargeStudio/Examples/Internet/ and ../CodeChargeStudio/Examples/Intranet/ folders and find *_MySQL.sql files
Oh, what beta version do you use? Install beta 5, sql files are definitely present there.
|
|
|
 |
|