| View previous topic :: View next topic |
| Author |
Message |
Paul Q Guest
|
Posted: Sun Jul 25, 2004 11:28 pm Post subject: mySql text and strings |
|
|
I am tasked with storing text and string data in unicode format in a sql
database.
I need to do this with dbExpress components. I have no problem with
connecting to the db and making queries etc.
However, I dont' see any way to get a WideString into a datafield of any of
the provided types.
Does anyone have any clues on this to help get me pointed in the right
direction?
Paul
|
|
| Back to top |
|
 |
Dmitry Arefiev [gs-soft.r Guest
|
Posted: Mon Jul 26, 2004 5:47 am Post subject: Re: mySql text and strings |
|
|
Hi Paul !
I have answered on similar question a bit earlier. See
"TMemoField and Unicode" thread.
Regards,
Dmitry
--
Dmitry Arefiev, gs-soft Company, community.gs-soft.com
Personal - www.da-soft.com
SAPx - Delphi to SAP R/3 direct access
Saphir - SAP R/3 metadata on your fingertips
MetaBase - ERWIN model in Delphi applications
NCOCI8 - Freeware Delphi to ORACLE direct access
|
|
| Back to top |
|
 |
Paul Qualls Guest
|
Posted: Mon Jul 26, 2004 2:17 pm Post subject: Re: mySql text and strings |
|
|
Dmitry..
What about unicode as it applies to mySql?
that is the DB that I am using. Are the dbExpress drivers for mySql Unicode
compat? I know that mySql 4.1 Alpha now has unicode utf8 CB/Table support.
Paul
"Dmitry Arefiev [gs-soft.ru]" <darefiev (AT) gs-soft (DOT) ru> wrote
| Quote: | Hi Paul !
I have answered on similar question a bit earlier. See
"TMemoField and Unicode" thread.
Regards,
Dmitry
--
Dmitry Arefiev, gs-soft Company, community.gs-soft.com
Personal - www.da-soft.com
SAPx - Delphi to SAP R/3 direct access
Saphir - SAP R/3 metadata on your fingertips
MetaBase - ERWIN model in Delphi applications
NCOCI8 - Freeware Delphi to ORACLE direct access
|
|
|
| Back to top |
|
 |
Dmitry Arefiev [gs-soft.r Guest
|
Posted: Mon Jul 26, 2004 2:56 pm Post subject: Re: mySql text and strings |
|
|
Hello !
1) MySQL v 4.1 support is not certified by Borland.
2) Neither of Borland dbExpress drivers recognizes in dataset
unicode type fields, including MySQL.
Regards,
Dmitry
--
Dmitry L. Arefiev, gs-soft Company, http://www.gs-soft.com
Personal - http://www.da-soft.com
SAPx - Delphi to SAP R/3 direct access
Saphir - SAP R/3 metadata on your fingertips
MetaBase - ERWIN model in Delphi applications
GISx - GIS system booster and simplifier
NCOCI8 - Freeware Delphi to ORACLE direct access
SCard - Complete PKCS11 and X509 solution
|
|
| Back to top |
|
 |
|