CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 IS CCS that smart or am i that dump

Print topic Send  topic

Author Message
grandlorie

Posts: 20
Posted: 01/28/2010, 3:21 AM

Hi All

I Downloaded the trial version and for 3 days now I can not get the connection to work, I searched the this forum and I found that a lot of people are having the same problem and the answer is the same:

- you need to install MyODBC driver from http://www.mysql.com/downloads/api-myodbc-2.50.html.

Well, we have done that and nothing. this is the only application I have ever met and make me feel that I am that dump.

I am using WAMP and was able to connect through a lot of Web developing software except that CCS.

I am not here to look for an answer as I already drop that smart app. so please no one try to give me an advice and ask me to read the manual.

- I am here to give an advice:
CCS try to be smart because I am not that dump, and please look around, no one has time to set up the connection manually, all done automatically.

wake up we are in 2010.

Cheers
View profile  Send private message
datadoit
Posted: 01/28/2010, 7:15 AM

Let's crawl before we try to get up and walk....

Can you make a connection from the Windows ODBC Connection Manager?

Start -> Control Panel -> Administrative Tools -> Data Sources (ODBC)

Verify that and report back here.
grandlorie

Posts: 20
Posted: 01/28/2010, 7:37 AM

Quote datadoit:
Let's crawl before we try to get up and walk....

Can you make a connection from the Windows ODBC Connection Manager?

Start -> Control Panel -> Administrative Tools -> Data Sources (ODBC)

Verify that and report back here.

I opened that > under User DSN i choosed ADD > from Creat New Data Source window i choosed MySQL ODBC 5.1 Driver (double click on it).
and from MySQL connector/ODC window i entered:
Data Source Name: my Database name
Desciption:
Server: local
port:3306 (by default)
User: Database user name
password: database password
Database: the drop down menu shows nothing

(WMAP is running and i can open index.php and see, modify my Databases so everything is going right)

?????
View profile  Send private message
datadoit
Posted: 01/28/2010, 7:51 AM

WAMP doesn't use ODBC.

For your Server: setting, use 'localhost', not 'local'.
grandlorie

Posts: 20
Posted: 01/28/2010, 8:06 AM

Quote datadoit:
WAMP doesn't use ODBC.

For your Server: setting, use 'localhost', not 'local'.

it is working now but when i try to run live view i got this:

Not Found
The requested URL /NewProject5/division_div_list.php was not found on this server.
View profile  Send private message
grandlorie

Posts: 20
Posted: 01/28/2010, 8:27 AM

Quote grandlorie:
Quote datadoit:
WAMP doesn't use ODBC.

For your Server: setting, use 'localhost', not 'local'.

it is working now but when i try to run live view i got this:

Not Found
The requested URL /NewProject5/division_div_list.php was not found on this server.

it is working now

i had to change the server path from C:\Inetpub to C:\wamp


but still got this on the live page:

-------------------------------------------------------
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\division_div_list.php on line 72

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\division_div_list.php on line 73

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\division_div_list.php on line 264

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\division_div_list.php on line 266

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\division_div_list.php on line 267

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\division_div_list.php on line 270

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\division_div_list.php on line 271

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\division_div_list.php on line 272

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\division_div_list.php on line 514

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\division_div_list.php on line 515

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\division_div_list.php on line 516

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\division_div_list.php on line 518

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\Header.php on line 76

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\Header.php on line 78

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\Header.php on line 80

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\Header.php on line 82

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\Header.php on line 84

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\Header.php on line 86

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\Header.php on line 88

Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\NewProject5\Header.php on line 90
--------------------------------------------------------------------------------------------
thanks
View profile  Send private message
ckroon

Posts: 869
Posted: 01/28/2010, 1:03 PM

Did you republish the whole project? not just the page?
_________________
Walter Kempees...you are dearly missed.
View profile  Send private message
grandlorie

Posts: 20
Posted: 01/29/2010, 1:13 AM

Quote ckroon:
Did you republish the whole project? not just the page?

i did published the whole project and still get the same with every page ?????
View profile  Send private message
damian

Posts: 838
Posted: 01/29/2010, 5:24 AM

did you set your project as php5? it looks like your server is running php5....
_________________
if you found this post useful take the time to help someone else.... :)
View profile  Send private message
grandlorie

Posts: 20
Posted: 01/29/2010, 6:31 AM

Quote damian:
did you set your project as php5? it looks like your server is running php5....

Yes the Project setting is PHP5
View profile  Send private message
ckroon

Posts: 869
Posted: 01/29/2010, 10:41 AM

This may help

http://pl.php.net/references#57550
_________________
Walter Kempees...you are dearly missed.
View profile  Send private message
grandlorie

Posts: 20
Posted: 01/29/2010, 4:08 PM

Quote ckroon:

Thanks, that was very helpfull

but for anyone who may face such a problem:

it is a problem with WAMP, what you have to do is to download this ad-on from here:

http://sourceforge.net/projects/wampserver/files/WampSe...-2.exe/download

- install it
- run WAMP
- click on WAMP icon
- choose PHP>version>choose 5.2.9-2
then those messages will disappear..

Thanks all for your help
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.