odbc part deleted
Ayen Yang
ayen.krida at gmail.com
Thu Nov 1 18:52:13 PDT 2007
Hello Everyone,
Since the ODBC class will be discontinued, I tried to use the native
library of PostgreSQL to access the database.
I tried to get some data from a table and put them in a ListCtrl. I
found a problem that the character displayed in the ListCtrl somehow
'scrambled' and cannot be read (some of the characters look like
Chinese and Korean).
I think the problem is in the conversion from the PQgetvalue() to
wxString, but I don't know for sure.
I've tried many of wxString conversion functions, but the result is
still the same.
Does anyone ever experience the same problem? Please help me.
Thanks in advance,
Ayen
On Oct 30, 2007 5:00 AM, Kit Bishop <kit at bishop.net.nz> wrote:
>
> Jeff wrote:
>
> On Oct 28, 9:26 am, va... at wxwidgets.org (Vadim Zeitlin) wrote:
>
>
> On Sun, 28 Oct 2007 09:02:55 +0100 Andreas Oppermann
> <Andreas-Opperm... at oss-gmbh.de> wrote:
>
> AO> Why is this part removed?
>
> Because there was no maintainer and in particular nobody could update it
> to work correctly in Unicode build (which will be the default, if not only,
> in wx3).
>
> AO> The last version was working.
>
> With a lot of bugs that nobody was willing to fix.
>
> AO> Does the dev team plan to have an alternative wrapper for odbc in wx?
>
> No, there are other libraries which are better than wxODBC for this.
> Database access doesn't need to be a part of cross-platform GUI toolkit.
>
> AO> Some weeks ago Vadim asked for further maintenance and someone was
> willing
> AO> to do that.
>
> No, nobody was.
>
> Regards,
> VZ
>
> --
> TT-Solutions: wxWidgets consultancy and technical support
> http://www.tt-solutions.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscr... at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-h... at lists.wxwidgets.org
>
> Vadim,
>
> I was not aware that wxODBC was going to be depreciated. I was going
> to be using it in a new project, but I am going to reconsider this
> decision now. I am aware of several problems with data types not
> being support but I was going to fix them.
>
> What will be the final release of this library?
>
> You said that there are other libraries that are better than wxODBC,
> would you list the ones that you know about?
>
> Thanks,
> Jeff Downs
>
>
> While I haven't used it in a full application yet, after some playing
> around I certainly think it is worth giving SOCI a go -
> http://soci.sourceforge.net
>
> Best regards,
> Kit Bishop
>
More information about the wx-users
mailing list