This topic is locked

Refresh Database

2/13/2008 9:58:51 AM
PHPRunner General questions
M
mrphp author

Hi,
I have an employee database that includes a photos. The list page is setup to not view the photo unless the record is viewed. I'd like to add a thumbnail of the photo to the list view, so using MySQL I added a binary field to the database to hold the thumbnail. My problem is that when I start phpRunner it doesn't sync the database like it normally does when a database has been modified. So, when I try to set the field for the thumbnail, the field I want is not listed. Is there a way to force phpRunner to sync?
Thanks.

J
Jane 2/14/2008

Hi,
try to back to the Connect to MySQL tab and then proceed to the Edit SQL query tab.

M
mrphp author 2/14/2008

Hi,

try to back to the Connect to MySQL tab and then proceed to the Edit SQL query tab.


That didn't work either. I finally just started over and recreated everthing.
Thanks for your help.