![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello , the "insert into" statment on my ms access 2007 don't accept multiple values: - INSERT INTO tab (campo1,campo2) VALUES (valore1, valore2) works fine, but .. - INSERT INTO tab (campo1,campo2) VALUES (valore1, valore2),(valoreb1,valoreb2) don't work |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
MySQL can accept multiple 'rows' in a single INSERT statement (http:// dev.mysql.com/doc/refman/5.5/en/insert.html), but perhaps this is only on newer versions of the server. What version are you using Informatix? The Frog |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |