EMG
|
| Posted: 04/24/2002, 2:54 PM |
|
Has anyone successfully created a connection, generated a page, and display data? I am getting a lot of undefined functions, variables etc. No luck after 3 hours of trying. CC - ?
|
|
|
 |
Oleg Dudko
|
| Posted: 04/24/2002, 3:00 PM |
|
Hi,
Don't worry, I hope it will be fixed.
That's why it's only Beta.
Could you please specify Language and Database that you use.
Do you have problems in Design Mode or only at Server Side?
Thanks,
Oleg
|
|
|
 |
Marc
|
| Posted: 04/24/2002, 3:12 PM |
|
http://www.mycodecharge.com/portal_studio/
No problem with the portal example.
|
|
|
 |
EMG
|
| Posted: 04/24/2002, 3:12 PM |
|
I've tried php & MS Access in the BugTracking example,
I've tried php and MS SqlServer with various dbs. I get a positive test connection but errors in both the IDE live page and browser. I have made attempts with IIS 5 and Apache. Has anyone successfully created a connection, generated a page, and displayed data?
|
|
|
 |
EMG
|
| Posted: 04/24/2002, 3:21 PM |
|
Marc,
Thanks for the reply, I just went and generated a portal examle and got the following:
Fatal error: Class clsdbinternet: Cannot inherit from undefined class db_ in c:\inetpub\wwwroot\Portal\Common.php on line 68
Is your app generating a db_* .php common file?
|
|
|
 |
Marc
|
| Posted: 04/24/2002, 3:26 PM |
|
http://www.mycodecharge.com/bugtrack_studio/
Hi,
I just generated the BugTrack example as well.
I am using asp not php
|
|
|
 |
cpj
|
| Posted: 04/24/2002, 3:30 PM |
|
Hi EMG,
I had a similar problem, then realized I had missed a few things in the project properties.
Click on "Project" (on standard toolbar)then "Settings". Click on "Connections" tab, highlight your connection and click "modify". Last, but not least - click on "server" tab.
That is where I was originally missing critical info in regard to my database connection.
Hope that does the trick.
|
|
|
 |
EMG
|
| Posted: 04/24/2002, 3:30 PM |
|
It appears to maybe a php problem; a posting from "feha" has the same problem.
I may try generating an ASP project just to see, but I vowed to never go back...
|
|
|
 |
Dharkamo
|
| Posted: 05/15/2003, 1:29 PM |
|
I am currently on a crusade to solve such problems, to get a better understanding, I have had multiple successes.
|
|
|
 |
|