Ask a Question related to MySQL, Design and Development.
-
mysql charaters conversion
Dears,
Is there any simple way to convert characters from national characters to
'flat' ascii characters
without using cast or convert functions? I would like to query my database
and receive the output
regardless it has national characters or not.
I'm using mysql 4.0-24 version.
--
Best regards,
Maciej Szulc
Guest
-
Java: MySQL DATETIME conversion errors?
I do the following in my java application: Statement s = myConnection.createStatement(); ResultSet rs = s.executeQuery("SELECT startTime FROM... -
how to remove a ^M charaters from a variable
On 12/20/2003 8:21 AM, David Inglis wrote: ^M is the carriage return. Try s/\x0D//; Regards, Randy. -
MySQL to PostGres conversion
Hi, I'm porting some php code from mysql to postgres but I canąt find something equivalent to mysql_select_db(). I use this function to switch... -
Help needed for TimeStamp conversion between MySQL and PHP
On Sun, 06 Jul 2003 19:17:58 GMT, "Steven" <xueming@comcast.net> wrote: ... -
Statement Conversion Access -> mySQL
SQL = "DELETE FROM table WHERE ID IN (1, 9, 15, 20)" The above statement is for deleting records in access using checkboxes on a form (deletes...



Reply With Quote

