Re: Referring to columns by ordinal

2004-10-07 Thread Paul Hanlon
Many thanks for the quick response. All good suggestions. I also noticed that in PHP there is a mysql_fetch_field function which returns a collection of properties about a given field, including it's name and whether it is a primary key, so with a little rejigging of my code, I'll use this. I want

RE: Referring to columns by ordinal

2004-10-07 Thread Andy Eastham
From: Rhino [mailto:[EMAIL PROTECTED] > Sent: 07 October 2004 14:08 > To: Paul Hanlon; [EMAIL PROTECTED] > Subject: Re: Referring to columns by ordinal > > > - Original Message - > From: "Paul Hanlon" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> &g

Re: Referring to columns by ordinal

2004-10-07 Thread Rhino
- Original Message - From: "Paul Hanlon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 07, 2004 4:55 AM Subject: Referring to columns by ordinal > Hi all, > I've searched all over the place for a solution to this, and I hope you can > help. I'm trying to write a ve