RE: [PHP-DB] PHP + SQLite - Issues with update

2011-10-21 Thread Prashant Prabhudesai (pprabhud)
-Original Message- > From: n.a.mor...@brighton.ac.uk [mailto:n.a.mor...@brighton.ac.uk] > Sent: Friday, October 21, 2011 2:33 AM > To: Prashant Prabhudesai (pprabhud); php-db@lists.php.net > Subject: RE: [PHP-DB] PHP + SQLite - Issues with update > > Try using the query: >

RE: [PHP-DB] PHP + SQLite - Issues with update

2011-10-21 Thread N . A . Morgan
udesai [mailto:pprab...@cisco.com] Sent: 21 October 2011 04:04 To: php-db@lists.php.net Subject: [PHP-DB] PHP + SQLite - Issues with update Hello, I am running into some issues trying to update a column in a table in a SQLite database using PHP on Windows and was hoping could get some help on

[PHP-DB] PHP + SQLite - Issues with update

2011-10-20 Thread Prashant Prabhudesai
Hello, I am running into some issues trying to update a column in a table in a SQLite database using PHP on Windows and was hoping could get some help on this mailer. Here is the create and insert statement - CREATE TABLE SERVER ( IPAddress varchar(100) not null unique primary key, Token va