|
Posted by Jeff North on September 19, 2005, 8:41 am
Please log in for more thread options On Tue, 5 Jul 2005 14:27:12 +1200, in mailing.database.mysql "shoa"
>| Hello
>|
>| I can link MS Access (front) with MySQL (back end). However, when I add a
>| new record, the previous added record is signed as Deleted record (view in
>| Access) even I can view this record in MySQL.
>| Please help to go over this...
>|
>| Thank you
>| S.Hoa
Check your datatypes compatibility. MSAccess doesn't understand bigint
types and will show the delete message for the field value.
---------------------------------------------------------------
jnorthau@yourpantsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------
|