Database is read-only



Hi,

I have WXP+SP2, ODBC text driver version: 4.00.6304.00

Sql Statement :
"CREATE TABLE UserLog.txt (EventID DOUBLE, PrevEventID DOUBLE,
UserLogPriority BYTE, EventSource VARCHAR(8), [TimeStamp] TIMESTAMP, [Desc]
TEXT(255) )"

finishes with error:
[Microsoft][ODBC Text Driver] Cannot modify the design of table 'UserLog'.
It is in a read-only database.

Directory permission is set to everyone:full control

What can I do with that ?

Peter
.