wxWidgets and arrays

From: gustavo halperin <ggusti(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: wxWidgets and arrays
Date: 2006-11-18 09:32:08
Message-ID: 455ED318.7060307@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello

I'm using PostgreSQL with wxDb classes from wxWidgets. But I don't know
how to define the columns in the method wxDbTable::SetColDefs. In
PostgreSQL I define the table in the next form:

CREATE TABLE sal_emp (
name text,
schedule text[]
);

.. so any idea how to define the variable schedule in wxWidgets???

Thank you in advance,
Gustavo

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Harris 2006-11-18 14:35:39 Re: [GENERAL] Shutting down a warm standby database in 8.2beta3
Previous Message Peter Eisentraut 2006-11-18 07:47:21 Re: [GENERAL] Allowing SYSDATE to Work