RE: Select Records From the Database

2003-12-02 Thread Wouter van Vliet
December 02, 2003 9:38 AM > Subject: Select Records From the Database > > > > I got "null" after selecting records from a table in > > the database. The table is created by me. I know how > > many records will be selected. Just cannot be null. > >

Re: Select Records From the Database

2003-12-02 Thread Nitin
is this declared in php or javascript?? depends on the syntax. - Original Message - From: "Caroline Jen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 9:38 AM Subject: Select Records From the Database > I got "null&q

Select Records From the Database

2003-12-01 Thread Caroline Jen
I got "null" after selecting records from a table in the database. The table is created by me. I know how many records will be selected. Just cannot be null. I cannot help wonder if my SELECT statement is correct - I want records to be selected if user_role is equal to the userrole I supplied A