Re: Unique Rowid

2007-07-19 Thread Perrin Harkins
On 7/19/07, John Comerford <[EMAIL PROTECTED]> wrote: I am in the process of putting together a web application. I have decided to add a 'RowId' field to all my tables and assign it a unique number so that I use it to retrieve data. In concept this number might be passed back to the server as p

Re: Unique Rowid

2007-07-19 Thread Olaf Stein
There is a general concern if the user can manipulate variables so that they pose a threat to your app... On 7/19/07 12:56 AM, "John Comerford" <[EMAIL PROTECTED]> wrote: > Hi Folks, > > I am in the process of putting together a web application. I have > decided to add a 'RowId' field to all m

Unique Rowid

2007-07-18 Thread John Comerford
Hi Folks, I am in the process of putting together a web application. I have decided to add a 'RowId' field to all my tables and assign it a unique number so that I use it to retrieve data. In concept this number might be passed back to the server as part of an ajax request etc. My question