Page 5 of 5

Posted: 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

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

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

It is already there

Posted: 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

Posted: 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

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

Posted: Sat Oct 04, 2008 1:07 am
by vailtom
with a true RDD you can:

Code: Select all

APPEND FROM tabla.txt SDF
And SQLWIN API can convert any data type to equivalent SQL.

(sorry for bad english)

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

Posted: 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

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

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

Thanks,
Marc

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

Re: SQLWIN - a free RDD for SQL

Posted: 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

Posted: 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?i ... evelopment

Re: SQLWIN - a free RDD for SQL

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

Re: SQLWIN - a free RDD for SQL

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

I'll try SQLWIN.

where I find postgres.ch?

regards