Connection Problems...

Stimulsoft Reports.PHP discussion
Post Reply
Carlos Correia
Posts: 1
Joined: Fri Jan 13, 2012 6:03 am
Location: Rio de Janeiro - Brasil

Connection Problems...

Post by Carlos Correia »

Hello friends,

I use XAMPP installed on my computer. I make connections to the database via Navicat (MySQL client) and use the Crystal Reports accessing the database via ODBC. In neither of these situations I encounter any problems. However, when using the Stimulsoft Reports.FX PHP the situation is quite different.

I created a report from a mySQL connection pointing to the site via mysql01.meudominio.com.br, and it works fine.

I made a copy of this report and when I changed the connection to local mysql, error # 1088 appears ..

I find it important to note that both reports in Designer.FX function normally. The error only happens via Viewer.FX.

I thought it could be the mysql connection, and tried to create a connection via ODBC, but the message "This Feature is not supported (APIProvider)."

I think I'm really needing help. Please .....

Thanks in advance.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Connection Problems...

Post by Vladimir »

Hello,
I made a copy of this report and when I changed the connection to local mysql, error # 1088 appears ..
This error means that the response from the server returns incorrectly constructed XML file. Perhaps the problem is in the data. If possible, please send us to support[at]stimulsoft.com data dump, where the error occurs. Also plese try to test the connection in the Web based report designer.
I thought it could be the mysql connection, and tried to create a connection via ODBC, but the message "This Feature is not supported (APIProvider)."
This is due to the fact that the Standalone based (AIR) report designer supports only XML and MySQL data sources, as it receives data directly and does not use the PHP server. Please try to use Web based designer, it uses a PHP server to connect to the database.

Thank you.
Post Reply