OEM ANSI problems.
- From: "Karl A. Sørensen" <kas@[REM]kamstrup-ems.no>
- Date: Tue, 29 Apr 2008 08:57:39 +0200
We are accessing our MSSQL server database with a TADOConnection + TADOQuery
object. The problem is that the returned texts is in OEM format, and we need
to manually convert them to ANSI.
Is there a clever way to do this in one place, for the whole application at
once (I have subclassed TADOQuery, but it seems hard to subclass the
"TMyAdoQuery.FieldByName('MyField').AsString" method).
I have tried the "AutoTranslate=true" connection string property, but this
did not work.
P.s. Converting the database from OEM to ANSI is not an option because about
130 other programs depend on the database beeing in OEM format.
TIA
Karl
.
- Prev by Date: Re: Moving Access queries from a DB to another
- Next by Date: Re: problem connecting to ADO programmatically (solved)
- Previous by thread: Moving Access queries from a DB to another
- Next by thread: problem with join
- Index(es):
Relevant Pages
|