Problem connecting to mySQL

Stimulsoft Reports.PHP discussion
tony.tomov
Posts: 72
Joined: Mon Jun 07, 2010 2:39 am

Problem connecting to mySQL

Post by tony.tomov »

Hello rahulmes,
Sorry I do not tested with newly reports.

If we create new report the problem is here - I can confirm that columns can not be retrieved.

Regards
tony.tomov
Posts: 72
Joined: Mon Jun 07, 2010 2:39 am

Problem connecting to mySQL

Post by tony.tomov »

Hello again,

If this help - future investigations tell me that when we click - Retrieve Columns button,
the client key "RetrieveColumns" in sti_client_event_handler function is not passed.

Regards
Tony
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Problem connecting to mySQL

Post by Vladimir »

Hello,

We could not reproduce the problem on the version from 2011.04.07, columns are retrieved correctly.
Could you, please describe the steps how you do this?

Also, please try to download the latest prerelease build from April, 12, when it available.

Thank you.
tony.tomov
Posts: 72
Joined: Mon Jun 07, 2010 2:39 am

Problem connecting to mySQL

Post by tony.tomov »

Hello,
Thanks Vladimir.
The version used from me is 2011.04.06 and not 2011.04.07

Will try to download the latest one and let you known

Tony
tony.tomov
Posts: 72
Joined: Mon Jun 07, 2010 2:39 am

Problem connecting to mySQL

Post by tony.tomov »

Hello,
The problem disappear in version dated from 2011.04.07
Thanks.

Tony
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Problem connecting to mySQL

Post by Andrew »

Good news. Thank you for letting us know about this.
rahulmes
Posts: 16
Joined: Fri Apr 08, 2011 2:12 am
Location: India

Problem connecting to mySQL

Post by rahulmes »

Thanks all for your replies. Unfortunately, the problem still continues for me. I have downloaded the pre-release build version also (12-Apr) and tried. The same problem persists. As I have mentioned in my earlier post, version from 2011.04.07 also did not work for me.

However, since Tony has confirmed that it is working for him, there is clearly a specific issue on my computer. What could it be? I am using Win Vista SP 1, mySQL 5.5.11 and PHP 5.2.1, Apache 2.2. I have connected with root privileges on port 3306. Are all these components ok? Please help, I am keen to use this product.

I have also attached a couple of screenshots.

Thanks.
Attachments
915.Pic2.jpeg
915.Pic2.jpeg (159.92 KiB) Viewed 4386 times
914.Pic1.jpeg
914.Pic1.jpeg (140.36 KiB) Viewed 4388 times
tony.tomov
Posts: 72
Joined: Mon Jun 07, 2010 2:39 am

Problem connecting to mySQL

Post by tony.tomov »

Hello,

In the pictures attached I see in the report

select * from crm.company_master

while in the console

select * from company_master

Not sure, but maybe MySQL driver does not like to set the database before the table.

Just try in the report as you do in the console

Code: Select all

select * from company_master

Regards
Tony
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Problem connecting to mySQL

Post by Vladimir »

Hello,

Also, you can enable the data logger of all transmitted data. To do this, in the 'config.xml' file set to True the EnableDataLogger option in Connection section. Then run the designer again and repeat all actions.

After that, go to the Main Menu and using the 'Save Log File' button, save the text file and send it to us.

Thank you.
rahulmes
Posts: 16
Joined: Fri Apr 08, 2011 2:12 am
Location: India

Problem connecting to mySQL

Post by rahulmes »

Dear Vladimir,

I have attached the log file. Please have a look.

Thanks.
Attachments
921.log.txt
(12.19 KiB) Downloaded 405 times
Post Reply