Here's the generated SQL:
INSERT INTO photos (id,photo_name,album_id,photo_date,caption,descrip,random,include) VALUES (,'01.jpg',2,{ts '2000-01-01 00:00:00'},'none','none desc',1,1)
This has actually sovled my problem. Here are some questions I have.
The ID field is an autonumber, so I...