neo314
Posts: 5
|
| Posted: 04/10/2010, 7:36 PM |
|
Are there any sample tutorial files available. In particular, SQL files. I am trying to do the Employee Directory tutorial except using PHP.
If I am not mistaken, I cannot create or manipulate the database directly through CodeCharge. In trying to go through the steps, however, it would be nice if my database already had tables, and obviously, for the tutorial, I have not designed a database.
It would make the tutorials much more useful.
|
 |
 |
ckroon
Posts: 869
|
| Posted: 04/14/2010, 12:43 PM |
|
You can create the Employees example in PHP.
It uses a precreated access database that you could export to excel, then reimport back into a mysql DB.
_________________
Walter Kempees...you are dearly missed. |
 |
 |
neo314
Posts: 5
|
| Posted: 04/14/2010, 1:21 PM |
|
I'll take another look, but I did not find that access database. Can you point me to a file?
|
 |
 |
neo314
Posts: 5
|
| Posted: 04/14/2010, 1:34 PM |
|
Never mind. That helped. I see on the CodeCharge Studio Demos and Examples page that these applications are included in the download, then another look at the documentation led me to http://docs.codecharge.com/studio40/html/index.html?htt...SSolutions.html
which tells you where the information is.
SUGGESTION: In the documentation I am looking at, this information is buried under Examples and Techniques/Solutions so if you go to Quick Start Tutorials you can't find it. The tutorials start out telling you to create a new project and do not tell you where the included materials are. It would have saved me a lot of time if the information on where to get the pieces for the project were included at the beginning of each tutorial.
|
 |
 |
neo314
Posts: 5
|
| Posted: 04/14/2010, 1:36 PM |
|
P.S. Thanks ckroon. Your nudge helped me find it.
|
 |
 |
ckroon
Posts: 869
|
| Posted: 04/15/2010, 10:30 AM |
|
No probs :) Put RESOLVED in your title when you get a chance.
_________________
Walter Kempees...you are dearly missed. |
 |
 |
|