ijed
|
| Posted: 10/25/2002, 5:50 PM |
|
Hello, I am evaluating Codecharge Studio and not having much luck! Sorry but I'm new to mysql, setting up an apache server and php so please be gentle.
I'm just trying to pull up the bookstore sample project, I switched the language to php with templates and php is now working on my localhost, but I must be missing some simple step.
why am I getting the following error:
Database error: cannot use database
mysql error 1046 (no database selected)
session halted
My time is running out on the demo, and I can't even open a sample!!!
Any info would be great - thank you
|
|
|
 |
RonB
|
| Posted: 10/28/2002, 4:16 AM |
|
Did you create the bookstore database in mysql and then run the .sql file included with the example?
I recommend installing phpmyadmin (php scripts) and use that to administer your mysql server. Just create the database with phpmyadmin and use the sql feature to load the .sql file and execute. Make sure you have the musql odbc driver installed for design time.
|
|
|
 |
|