Import: ODBC page design

From: Quan Zongliang <quanzongliang(at)gmail(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org(dot)
Subject: Import: ODBC page design
Date: 2009-02-03 03:21:22
Message-ID: 20090203114919.7D1C.4125B4E5@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

hi, all

The attachment is a preview of import from ODBC.

I think some ODBC source is slow. So in this page the preview
will generated manually.

First, the user select a DSN and input username and password (both is optional).
Then click the <Refresh> button to retrive all table names.
If successful, the DSN, username and password control will be disabled.

And then, the user can select a table and click <Preview> to preview data.
Or click <Reset> to select other DSN.

The user can check "Auto preview" to preview automatically and set how many
rows to be previewed.

It's OK?

Question:
How to get the previous value in wxCombobox?
Even if someone click the same choice, the EVT_COMBOBOX event will be fired.
But the wxCommandEvent has no method to get previous value.

-----------------------------------------------
Quan Zongliang
quanzongliang(at)gmail(dot)com
CIT Japan: http://www.cit.co.jp
CIT China: http://www.citbj.com.cn

Attachment Content-Type Size
image/jpeg 24.1 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh D Vashi 2009-02-03 10:04:55 Re: PATCH: Column Level Privileges
Previous Message Dave Page 2009-02-02 14:09:54 Re: Server Status window work