Re: [pmwiki-users] Interacting with MySQL

2008-01-26 Thread Rick Cook
On Tuesday 15 January 2008 09:18:06 you wrote: Rick Cook wrote: Actually, the table does have an auto-incrementing integer key field. It also has another field that I am requiring to be a unique email address for each row of the table. I am actually trying to use the SelectQuery to pick

Re: [pmwiki-users] Interacting with MySQL

2008-01-15 Thread Ben Stallings
Rick Cook wrote: Actually, the table does have an auto-incrementing integer key field. It also has another field that I am requiring to be a unique email address for each row of the table. I am actually trying to use the SelectQuery to pick out the appropriate integer key field if there is

Re: [pmwiki-users] Interacting with MySQL

2008-01-14 Thread Ben Stallings
Rick Cook wrote, I am attempting to connect a PmWiki form (or forms) to a MySQL database. I was able to quickly get UpdateForm to allow me to enter new records into the database including enforcing some Required fields and having one field that is required to be unique across all rows. I

[pmwiki-users] Interacting with MySQL

2008-01-12 Thread Rick Cook
All, I did some looking through the archives and even added a question to the SelectQuery page and I am still no closer to a solution. Background= I am attempting to connect a PmWiki form (or forms) to a MySQL database. I was able to quickly get UpdateForm to allow me to enter new records