Subject Re: [ib-support] visual basic - error messages
Author Marcelo Miorelli - ProCAD
the character set of the collumn as wel of the database itself is win1252.
And if I had to choose a collate as I have done, I pick PXW_INTL850.

But the main problem is not that. The problem is connecting our
firebird/interbase with that $#$%#$ of VB.
Maybe it is just me who do not know yet how to deal with it. Builder or
delphi would have been hundreds of times easier. anyway, that´s life.


CREATE TABLE "PAIS"
(
"PAIS_ID" INTEGER NOT NULL,
"DES_PAIS" VARCHAR(50) CHARACTER SET WIN1252 NOT NULL COLLATE PXW_INTL850,
CONSTRAINT "PKPAIS" PRIMARY KEY ("PAIS_ID")
);




At 09:17 AM 10-10-02 -0300, you wrote:
>HOw can I send to vb, the error messages of my stored procedures?
>Are there any components like the tquery or tstoredprocedure?
>I know there are no coponents at first but you know what I am talking about
>I hope.
>I have connected with character set win1252, but when I try to insert some
>character like 'áóíô' he gives me that famous error unable to translate
>between character sets. What are those answers?
>WOuld you please help this man with your knowledge?

What is the character set of the column into which you try to insert these
characters?

heLen