Page 5 of 5

PostPosted: Thu Sep 18, 2008 7:08 am
by Maurizio
Antonio

cann you add to command line batch builder for xHarbour this

echo %bcdir%\lib\msimg32.lib + >> xHrb.lnk

Regards MAurizio

PostPosted: Thu Sep 18, 2008 7:30 am
by Antonio Linares
Maurizio,

Do you mean inside fwh\samples\buildx.bat ?

It is already there

PostPosted: Thu Sep 18, 2008 8:47 am
by Maurizio
Antonio,

no , in the
Command line batch builder for xHarbour (Buildx.bat) that is in

http://wiki.fivetechsoft.com/doku.php?i ... evelopment

Regards MAurizio

PostPosted: Thu Sep 18, 2008 3:33 pm
by mmercado
Maurizio wrote:cann you add to command line batch builder for xHarbour this
echo %bcdir%\lib\msimg32.lib + >> xHrb.lnk
Hi Maurizio:

Done, thanks for the feedback, regards.

Manuel Mercado

PostPosted: Fri Oct 03, 2008 2:28 pm
by Silvio
can I converte a text delimiter file to sql ?

PostPosted: Sat Oct 04, 2008 1:07 am
by vailtom
with a true RDD you can:
Code: Select all  Expand view
APPEND FROM tabla.txt SDF

And SQLWIN API can convert any data type to equivalent SQL.

(sorry for bad english)

PostPosted: Sat Oct 04, 2008 9:16 am
by Silvio
can you see me an sample test ?

PostPosted: Tue Oct 14, 2008 10:04 am
by Maurizio
Hello

About SQL and Harbour there is a interesting discussion on
Harbour thread .

Regards Maurizio

http://lists.harbour-project.org/piperm ... hread.html

http://lists.harbour-project.org/piperm ... 12165.html

PostPosted: Fri Dec 05, 2008 1:55 pm
by Marc Vanzegbroeck
Hi,

Where I can find the 'postgres.ch' file?

Thanks,
Marc

PostPosted: Thu Dec 18, 2008 11:54 am
by vailtom
In Habour see hbpgsql folder into contrib dir.

Re: SQLWIN - a free RDD for SQL

PostPosted: Wed Oct 21, 2009 9:03 am
by PeterHarmes
Antonio,

Whats the latest with SQLWIN?

Is it still being developed? Is it complete?

When (if) i get some time, i would like to have a look at it

Best Regards,

Pete

Re: SQLWIN - a free RDD for SQL

PostPosted: Wed Oct 21, 2009 9:13 am
by Antonio Linares
Pete,

As it is a free and open source development, interested users are the ones the continue its development and testing.

It is an easy to understand source code. With some work from users it could become fully functional in short time.

You may review it from here:
http://wiki.fivetechsoft.com/doku.php?id=sqlwin_development

Re: SQLWIN - a free RDD for SQL

PostPosted: Wed Apr 17, 2013 10:00 pm
by Antonio Linares

Re: SQLWIN - a free RDD for SQL

PostPosted: Thu Apr 18, 2013 12:35 am
by devtuxtla
Hello Antonio

I'll try SQLWIN.

where I find postgres.ch?

regards