FixedWideChar - ADODB Problem ??
- From: Karl Schwaegerl <edv@xxxxxxxxxx>
- Date: Fri, 16 May 2008 20:30:50 +0200
Hello
i'm using Delphi 2006 with ADO
i get the error different types for field...,
expected : String found : FixedWideChar
The Type of the Field is Char(1) on an Oracle Engine Version 9.2.x
On the machines where i get the Error and the Machine where i get
no Errors i found no opposites (ADO and Oracle Client have the same
Versions)
any Ideas ??
Many THANKS in advance
Sabine Schwaegerl
i got the tip to change the adodb.pas
Modify :
compatible:= FieldDef.DataType in [ftstring,ftwidestring,ftfixedWideChar]
Original :
compatible:= FieldDef.DataType in [ftstring,ftwidestring]
?????
.
Relevant Pages
- Re: How to Change the Platforms
... >> Isn't it more likely to be a lack of Jet components on the XP machine? ... >> database using Jet that did fail until I downloaded the Jet installation ... > it really depends on how the ADO reference is pulled into the project. ... I don't have ADO 2.1 on any of the XP machines here (for a start, ... (microsoft.public.data.ado) - Re: "Class Not Registered" Issue
... ADO or what is it and what version? ... > I have an application made using VB6. ... > 98/2000/XP machines and run successfully. ... > "bare" Windows XP machine and run it. ... (microsoft.public.vb.general.discussion) - Re: When to use AndAlso vs And ?
... did it even fucking matter what version of ADO ... framework I _PROBABLY_ have installed on these 7 machines? ... Is there something that I am missing? ... ADO and what I had to download to keep it current (I must say that I ... (microsoft.public.dotnet.languages.vb) - Re: MDAC question
... it's confusing I ... I can only suggest that it is not actually due to the difference in ADO, ... > i did notice that my app runs fine on machines still running 2.7 ADO ... (microsoft.public.vb.general.discussion) - Re: When to use AndAlso vs And ?
... mind that it is 3 different operating systems:) ... I'm not fortunate enough to have even 3 machines, let alone 7, but I ... ADO and what I had to download to keep it current (I must say that I ... (microsoft.public.dotnet.languages.vb) |
|