Re: Trimming character columns

From: "Tsunakawa, Takayuki" <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com>
To: Cem ÇÖLGEÇEN <ccolgecen(at)gmail(dot)com>, "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Trimming character columns
Date: 2016-06-30 00:32:12
Message-ID: 0A3221C70F24FB45833433255569204D1F59C162@G01JPEXMBYT05
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

From: pgsql-odbc-owner(at)postgresql(dot)org [mailto:pgsql-odbc-owner(at)postgresql(dot)org] On Behalf Of Cem COLGECEN
I want to trimming character(char) columns via ODBC driver. I've done something like this and it works, but I'm not satisfied.
How do I make it more stable?

Could you elaborate on what you are unsatisfied with? How unstable?

Why don’t you use the SQL standard rtim() function in your SQL statements, instead of modifying the ODBC driver?

Regards
Takayuki Tsunakawa

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Venkatesan, Sekhar 2016-06-30 07:02:15 Re: PostgreSQL: SQLSetPos fails with SetPos update return error.
Previous Message Cem ÇÖLGEÇEN 2016-06-29 15:23:34 Trimming character columns