A
Andy Levy
I have an Access frontend with a MySQL backend.
I am using a timestamp in MySQL to prevent the record from showing "deleted"
just after i insert it.However the "deleted stil occurs. The only way I
have found to prevent it from showing "deleted" is by changing all the TEXT
type fields in MySQL to varchar(50) fields.
Why is this happening . Is it a problem with access or MySQL.?
Thanks
Andy
I am using a timestamp in MySQL to prevent the record from showing "deleted"
just after i insert it.However the "deleted stil occurs. The only way I
have found to prevent it from showing "deleted" is by changing all the TEXT
type fields in MySQL to varchar(50) fields.
Why is this happening . Is it a problem with access or MySQL.?
Thanks
Andy