Prepared statements and default values

2003-12-30 Thread Yosef Teitz
I see that in the prepared statements C API, I can specify to the bind parameter that the value is supposed to be null using MYSQL_BIND.is_null. Is there any support for the MYSQL_BIND object to use a column's default value? - Yossie -- MySQL General Mailing List For list archives: http://lists

RE: Prepared statements in MySQL 4.0

2003-12-23 Thread Yosef Teitz
x27;ll have to make do with the 4.0 series of releases. - Yossie -Original Message- From: Jeremy Zawodny [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Zawodny Sent: Tuesday, December 23, 2003 3:39 PM To: Yosef Teitz Cc: [EMAIL PROTECTED] Subject:Re: Prepared statements in

Prepared statements in MySQL 4.0

2003-12-23 Thread Yosef Teitz
Hi, I'm looking for prepared statement support in MySQL 4.0. I know it exists in 4.1 but 4.1 seems to be stuck in Alpha for forever. I looked at the documentation that came with the latest release and it seems to be for 4.1. Furthermore, I couldn't find a reference to MYSQL_BIND in the header file