I have a problem using an ODBC connection & a VFP remote view to insert records into a table.
If I update a field (VARCHAR(100)) using the SQLyog utility I can write a value, e.g. "fixed text", and it is stored fine. If I use my Remote View to make the same change it appears ok when viewed in either SQLyog or in a VFP browse window.
However, it must be different because when it gets processed by an application (PHP based Interspire SC) the value updated via SQLyog works but not the one updated via ODBC/VFP Remote View.
SQLyog is an SQL management utility,
Is this some character translation issue or should I be padding the values with some special characters when updating?
Any advice greatly appreciated ...
Thanks,
Diarmaid
If I update a field (VARCHAR(100)) using the SQLyog utility I can write a value, e.g. "fixed text", and it is stored fine. If I use my Remote View to make the same change it appears ok when viewed in either SQLyog or in a VFP browse window.
However, it must be different because when it gets processed by an application (PHP based Interspire SC) the value updated via SQLyog works but not the one updated via ODBC/VFP Remote View.
SQLyog is an SQL management utility,
Is this some character translation issue or should I be padding the values with some special characters when updating?
Any advice greatly appreciated ...
Thanks,
Diarmaid