What is wrong with this SQL-syntax?
INSERT INTO chatt (user, msg, ip) VALUES('testUser', 'testMsg', '81.235.154.103')
The server is running some IIS with an unknown SQL version, but the files has to be in access 2000-format. The fields i've got are id, user, msg, ip, datum. 1st one is a counter, last one is a date/time and the rest are text fields. How do i insert into those three fields?