Re: [PHP-DB] Operation must use an updateable query

2003-05-30 Thread Ronan Chilvers
It got me several times, even after I'd worked out the problem Many's the slip twixt database and script !! ;-) Ronan e: [EMAIL PROTECTED] t: 01903 739 997 w: www.thelittledot.com The Little Dot is a partnership of Ronan Chilvers and Giles Webberley On 29 May,2003 at 10:55 Chad Chad wrote:

Re: [PHP-DB] Operation must use an updateable query

2003-05-30 Thread Chad
I can't believe it was that simple. Thank You So much Ronan! -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Operation must use an updateable query

2003-05-29 Thread Ronan Chilvers
Hi Chad Make sure the webserver has write permissions on the Access database file. Cheers Ronan e: [EMAIL PROTECTED] t: 01903 739 997 w: www.thelittledot.com The Little Dot is a partnership of Ronan Chilvers and Giles Webberley On 28 May,2003 at 23:02 Chad Chad wrote: > I am using PHP 4.2.3

[PHP-DB] Operation must use an updateable query

2003-05-29 Thread Chad
I am using PHP 4.2.3 on a Window 2K Pro box with Service Pack 3 installed. I am trying to access an MS Access 2000 database through the MS Access ODBC driver. When I try to write to a table, using an INSERT INTO command (see below) I get the following error: "Operation must use an updateable que