|
Posted by Hilarion on 08/22/05 16:19
> Forget to mention if the priviliges are not set correctly then why am
> I able insert the 'timestamp' into its field ?? but not the others ??
>
> The ip and file fields are set to 'varchar', so should accept the data
> ??
Are the fields really called "timestamp", "ip" and "file"?
If not, then change the names in the query:
INSERT INTO useronline ( timestamp, ip, file )...
Hilarion
PS.: Maybe you have rights to insert into "timestamp" column/field,
but not other column/fields.
Navigation:
[Reply to this message]
|