[nycphp-talk] Bizarro Bug trying to insert after using mysql_insert_row
Daniel Convissor
danielc at analysisandsolutions.com
Thu Apr 3 10:01:07 EDT 2008
On Thu, Apr 03, 2008 at 09:41:42AM -0400, David Mintz wrote:
> Sort of OT, but... isn't the old mysql_xxx API on its way to deprecation?
Yep. Which is another reason to use a database library rather than
calling the database extension functions directly all over the place.
When the DBMS changes, you (generally) only need to change your library,
not every database function call throughout your entire application.
--Dan
--
T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y
data intensive web and database programming
http://www.AnalysisAndSolutions.com/
4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409
More information about the talk
mailing list