Just a question: why you write in English here?
We have no English as our native language.
Regards.
Walter.
Harbour have a very active developer list (100dev)
harbour is a compiler that will generate true exe that will be easy
distribuited
harbour have a language common with visual fox pro
In visual Fox Pro you write similar work with follow code:
ConnStr = [Driver={SQL
Server};Server=(local);Database=(Name);UID=X;PWD=Y;]
Handle = SQLStringConnect( ConnStr )
SQLExec ( Handle, [SELECT * FROM ] +cTable )
? "Alias:", ALIAS()
In Harbour rddsql (odbc,mysql,oracle client) instead use follow syntax
odp := RDDINFO( RDDI_CONNECT,;{ "ODBC",
"DBQ="+"Server=localhost;Driver={MySQL ODBC 5.1
Driver};dsn=;User=root;pas?
"use...", sword=123;database=test; Option=35;" } )
DBUSEAREA( .T.,, "SELECT * FROM test.country","country" )
? "Alias:", ALIAS()
The gui is different but qt is very powerfull vs visual foxpro form
and will be possible create a compatibilty
I assume that's the reason why you're writing your messages in English.
Best regards.
-----Mensaje original-----
De: publice...@googlegroups.com
[mailto:publice...@googlegroups.com] En nombre de Massimo Belgrano
Enviado el: Sábado, 24 de Julio de 2010 03:42 a.m.
Para: Comunidad de Visual Foxpro en Español
Asunto: [vfp] Re: an open source alternative to vfp
The official language in this forum is Spanish. But, in your case, I can
make an exemption. If you have any question about Visual Fox, feel free to
post it in English. I'll always be able to answer in this language too,
because I don't speak Italian.
Best regards.
-----Mensaje original-----
De: publice...@googlegroups.com
[mailto:publice...@googlegroups.com] En nombre de Massimo Belgrano
Enviado el: Domingo, 25 de Julio de 2010 10:32 a.m.
Para: Comunidad de Visual Foxpro en Español
Asunto: [vfp] Re: an open source alternative to vfp
Yes i am italian