s:
>
> <http://dev.mysql.com/doc/mysql/en/string-functions.html>
> <http://dev.mysql.com/doc/mysql/en/string-comparison-functions.html>
As Michael suggests, better to do this in an app. It should not take you very
long to write a quick data importer in PHP that woul
d: You have an error in your SQL syntax near 'temp'
>
> how do stop mysql from trying to interperate this data and blindly store it
> ??
Another solution would be to base64 encode the data before storing it in the
database.
--
Lamont R. Peterson <[EMAIL PROTECTED]>
F
aptop clients connect to, which handles the
syncranization of the data.
I have built a few like this in the past (working on another now) and it works
great.
Basically, all you have to do is track which records have not been synced each
way and then have the client & server do it w