dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

SSRS and MySQL - ms-sqlserver

This is a discussion on SSRS and MySQL - ms-sqlserver ; Hi All! has anyone succesfully goten RS to work with MySQL? I can get basics to work, but I keep failing when I try to use parameters. the stuff I have found on the web has not been helpful... any ...



Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 04-09-2007, 03:48 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default SSRS and MySQL

Hi All!

has anyone succesfully goten RS to work with MySQL? I can get basics to
work, but I keep failing when I try to use parameters. the stuff I have
found on the web has not been helpful... any suggestions or help would be
greatly appreciated. I sure don't want to go back to Crystal for this.

thanks in advance.

Reply With Quote
  #2  
Old 04-09-2007, 04:11 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: SSRS and MySQL

Any error message on it failing? If you are using an ODBC driver your
parameter needs to have a placeholder of a ?.

For instance:
select * from sometable where somefield = ?


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services


"darwin" wrote in message
news:11286CAB-4358-4F93-BC13-328D357FD7FD@microsoft.com...
> Hi All!
>
> has anyone succesfully goten RS to work with MySQL? I can get basics to
> work, but I keep failing when I try to use parameters. the stuff I have
> found on the web has not been helpful... any suggestions or help would be
> greatly appreciated. I sure don't want to go back to Crystal for this.
>
> thanks in advance.
>



Reply With Quote
  #3  
Old 04-16-2007, 09:36 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default L

Hi Bruce,

Sorry it toook so long to get back to you. Yes that was the issue, I was
trying to pass named parameters from RS to MySQL. Just using the ? instead
works fine so far.

Much Thanks

"Bruce L-C [MVP]" wrote:

> Any error message on it failing? If you are using an ODBC driver your
> parameter needs to have a placeholder of a ?.
>
> For instance:
> select * from sometable where somefield = ?
>
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
>
>
> "darwin" wrote in message
> news:11286CAB-4358-4F93-BC13-328D357FD7FD@microsoft.com...
> > Hi All!
> >
> > has anyone succesfully goten RS to work with MySQL? I can get basics to
> > work, but I keep failing when I try to use parameters. the stuff I have
> > found on the web has not been helpful... any suggestions or help would be
> > greatly appreciated. I sure don't want to go back to Crystal for this.
> >
> > thanks in advance.
> >

>
>
>

Reply With Quote
  #4  
Old 09-23-2009, 03:23 PM
Database Newbie
 
Join Date: Sep 2009
Posts: 1
simondoubt is on a distinguished road
Default Re: SSRS and MySQL

Just the answer I was looking for!
Using the '?' as a parameter placeholder and everything working fine now.

Thanks...
Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 08:22 AM.