This topic is locked

View Image in "Description" Field of Google Maps

8/9/2011 6:33:45 PM
PHPRunner General questions
C
copper21 author

Hi,
I was just wondering if PHP Runner supports an image to be displayed when you mouse over the clickable map marker on a Google Map. I have the maps working great and can display simple text fields on mouse over, but when I set the description to an image field, I get a bunch of different characaters. I am using SQL with an image field. I also tried to CAST the image field to different types with no success.
CAST ( dbo.[Reads].red_Patch AS ** )
Should I use CONVERT?...or is this not even possible?
Thanks for your help.

Sergey Kornilov admin 8/10/2011

Unfortunately it's not possible.

C
copper21 author 8/10/2011

Sergey,
Thanks for your response.