Re: query problem with MySQL

2001-04-05 Thread B. van Ouwerkerk
>one.in case if he selects multiple fields, how could i >provide my user with all set of records which contains >what all data he placed in query form. I think you want to study a bit more on MySQL and PHP. If you take the time to go to sites like www.devshed.com you might get an idea of how My

query problem with MySQL

2001-04-05 Thread laxman kondeti
hai friends, i am going to provide a query service. for that i am using a Mysql database server for mainting the databse.i will provide my user with a query form that contains several fields.the user is free at his selection of the fields of course atleast one.in case if he selects multiple

Re: SQL query problem with mysql.

2001-03-05 Thread Bob Hall
>hi, > >i'm writing a book (wrox publishers) which uses mysql for the sample >database. >i seem to have encountered a problem with an SQL query. >its a simple voting application, with a candidate table, and a vote table: > >create table candidate ( >candidatenumber integer not null auto_increment,

Re: SQL query problem with mysql.

2001-03-05 Thread Jason Landry
t;; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 05, 2001 3:54 AM Subject: SQL query problem with mysql. > hi, > > i'm writing a book (wrox publishers) which uses mysql for the sample > database. > i seem to have encount

RE: SQL query problem with mysql.

2001-03-05 Thread Aaron Weiker
MAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: SQL query problem with mysql. hi, i'm writing a book (wrox publishers) which uses mysql for the sample database. i seem to have encountered a problem with an SQL query. its a simple voting application, with a candidate table, and a v

SQL query problem with mysql.

2001-03-05 Thread Larry Kim
hi, i'm writing a book (wrox publishers) which uses mysql for the sample database. i seem to have encountered a problem with an SQL query. its a simple voting application, with a candidate table, and a vote table: create table candidate ( candidatenumber integer not null auto_increment, firstnam