Re: [pgadmin-hackers] import: source code is pushed to git repository

2010-01-16 Thread Quan Zongliang
Sorry for late reply. I bought a new harddisk and reinstalled my OS. It is really a hard work to change hdd with notebook. Good news is I have dual OS(Windows Xp and CentOS). I don't suffer slow vm from now. > I tried it. I fixed a few warnings I got with gcc. I fixed also the > installation of fr

Re: [pgadmin-hackers] import: source code is pushed to git repository

2010-01-04 Thread Dave Page
On Mon, Jan 4, 2010 at 4:03 AM, Quan Zongliang wrote: >> If you don't have a Linux box, I'd suggest grabbing a copy of >> VirtualBox for Windows, and installing Ubuntu or Fedora in it. > > It can work now. CSV ZIP and TAR files can be imported. Cool - I'll give it a try as soon as I can. I'm away

Re: [pgadmin-hackers] import: source code is pushed to git repository

2010-01-03 Thread Quan Zongliang
> If you don't have a Linux box, I'd suggest grabbing a copy of > VirtualBox for Windows, and installing Ubuntu or Fedora in it. It can work now. CSV ZIP and TAR files can be imported. ODBC is not ready yet, with a lot of errors. New year holiday is over. I will continue to fix it when I have tim

Re: [pgadmin-hackers] import: source code is pushed to git repository

2009-12-23 Thread Dave Page
On Wed, Dec 23, 2009 at 1:26 PM, Quan Zongliang wrote: >> If you don't have a Linux box, I'd suggest grabbing a copy of >> VirtualBox for Windows, and installing Ubuntu or Fedora in it. > Yes, it is in my plan. > > My note-book's memory is too small to run a vm. > So I ordered a new memory yesterd

Re: [pgadmin-hackers] import: source code is pushed to git repository

2009-12-23 Thread Quan Zongliang
> If you don't have a Linux box, I'd suggest grabbing a copy of > VirtualBox for Windows, and installing Ubuntu or Fedora in it. Yes, it is in my plan. My note-book's memory is too small to run a vm. So I ordered a new memory yesterday. It will be delivered to me tomorrow. ^-^ And, Merry xmas ev

Re: [pgadmin-hackers] import: source code is pushed to git repository

2009-12-22 Thread Dave Page
On Tue, Dec 22, 2009 at 9:08 PM, Dave Page wrote: >> All of them only tested under WindowsXP. > > Not so good on Mac yet :-( > ... > Seems like oyu need to add to frmImport.h. > > OK, got it to the link phase with the attached patch, but then it died horribly. I think you need to build your cod

Re: [pgadmin-hackers] import: source code is pushed to git repository

2009-12-22 Thread Dave Page
On Sun, Dec 20, 2009 at 9:10 AM, Quan Zongliang wrote: > hi all > > I pushed import 's source code to: > git://git.postgresql.org/git/users/quan74/pgadmin-import.git > > web: > http://git.postgresql.org/gitweb?p=users/quan74/pgadmin-import.git;a=summary > > To suport ODBC, please define preprocess

[pgadmin-hackers] import: source code is pushed to git repository

2009-12-20 Thread Quan Zongliang
hi all I pushed import 's source code to: git://git.postgresql.org/git/users/quan74/pgadmin-import.git web: http://git.postgresql.org/gitweb?p=users/quan74/pgadmin-import.git;a=summary To suport ODBC, please define preprocessor __WITHODBC3__. Under *nix, __WITHIODBC__ or __WITHUNIXODBC is needed