I am trying obtain some data from a Cache database into a Mysql database using Cache's SQL Gateway.<BR><BR>Getting the data out of Cache is easy, but I am not sure about the easiest way to get it into ...
I can't seem to work this out.I have my open query statement: SELECT * FROM OpenQuery(LinkedServer,' SELECT * FROM tblData WHERE SomeField LIKE ''' @SearchParm ''' ') But that doesn't seem to work.Now ...