Re: [PHP] Re: fetch then put record?

2003-06-15 Thread Don Read
On 10-Jun-2003 Jean-Christian Imbeault wrote: [reply to a personal email posted here for the benefit of all :)] snip This bugs me because my db has 125 fields and it will be a very long sql string! I bet! The form page generates form contents by using a while loop. How

[PHP] Re: fetch then put record?

2003-06-09 Thread Jean-Christian Imbeault
Steve B. wrote: Hello, In ASP you can set records fields then call a dbupdate function. There is no such function in PHP. It appears mysql only supports update with the UPDATE query? Huh ... MySQL is a database. It understands SQL. dbupdate() is an ASP function ... don't blame MySQL if it

[PHP] Re: fetch then put record?

2003-06-09 Thread Jean-Christian Imbeault
[reply to a personal email posted here for the benefit of all :)] Are you sure you can't? Yes. Could ASP do something that MySQL/SQL can't? You confusing apples and oranges ... ASP is not a database. You should be comparing ASP to PHP. So the short answer is PHP does not have an equivalent