Hello ALL
How can a dataset return the default value from the database(MySQL,
MSSQL, Interbase).
I have try in ADO, dbx, BDE, and the result is not,
How Can I do?
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscrib
Hello list,
I'm writing a small utility in PHP to archive email messages in MySQL,
so that I can search through them with full-text indexing. In order to
handle all the various charsets, I was simply converting all text to
utf8 (using mb_convert_encoding()) before storing it in t