I am using Vista 64, Office 2007 with Genius Connect, using a MySQL (5.0) database. I am interested in knowing a way to update the MySQL database, making changes only to the items that are in the particular Outlook Folder. Through the SQL UPDATE command, I want to SET changes in a particular field of the records of the table without making changes to all of the records.
What I want to specifically do is this:
I have 4 folders allowing me a quickview of the status of orders; Confirmed, Shipped, Delivered, Folllowed Up. When an order is placed on the Web server, it is automatically brougnt in through Genius Connect to the "Confirmed" Folder in Outlook. That all works fine. After an order is shipped, the orders are taken from the "confirmed" folder and moved into the "shipped" folder by a macro. Since the items that are now in the "Shipped Folder" were not brought in from the Database, there is no history for them to Synchronize to.
I want to tell GeniusConnect to take these orders that are in the "Shpped" folder and update only these matching orders in the MySQL database to a status of "shipped".