BCI mimics the ODBC API, so dates are expected to be in ODBC format (YYYY-MM-DD).
Using the constant SQL.B.DATE in SQLBindParameter() or SQLBindColumn() causes an implicit conversion to occur, so that you get internal format out of a SELECT, and must supply internal format in bound variables to an INSERT or UPDATE. HTH ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
