Quizá LetoDBf es un proyecto más activo que LetoDB.
Realmente no uso ninguno de los dos
https://github.com/elchs/LetoDBf/tree/master/source
Search found 187 matches: letodb
Searched query: letodb
- Sat Dec 14, 2024 8:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS licences directly from SAP?
- Replies: 6
- Views: 1712
- Sat Dec 14, 2024 5:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS licences directly from SAP?
- Replies: 6
- Views: 1712
Re: ADS licences directly from SAP?
https://www.kresin.ru/en/letodb.html
LetoDB is a client-server database management system (DBMS), which is a freely available alternative for Advantage Database Server (ADS), a client-server solution, popular among xBase developers.
- Fri Sep 20, 2024 6:12 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
- Replies: 5
- Views: 1371
Re: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
... focus on choosing Dbf, today Harbour is perfectly prepared to be used with microservices that you mention, webservices,… using libraries such as letodb, uhttpd2, mod-harbour, UT, Runnerxbase,… and there is no other system, none that can surpass Harbour's own RDD in quality and power.
I simply ...
I simply ...
- Tue Sep 17, 2024 8:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: slowness
- Replies: 76
- Views: 17137
Re: slowness
Perhaps letoDb or letoDbfTimStone wrote: Unfortunately, we have no alternatives available. It is very sad.
Tim
- Fri Jul 26, 2024 4:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: To Antonio: a begging letter
- Replies: 4
- Views: 1007
Re: To Antonio: a begging letter
... xbase very much. We have a lot of hope on this.
If we could implement vectors support on DBFs I think we could take DBFs to the next stage. DBF + LetoDB is a great partnership. On the web there is no need for LetoDB unless you want to have your DBFs on a different server for some reasons.
I agree ...
If we could implement vectors support on DBFs I think we could take DBFs to the next stage. DBF + LetoDB is a great partnership. On the web there is no need for LetoDB unless you want to have your DBFs on a different server for some reasons.
I agree ...
- Wed Jan 03, 2024 1:29 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED
- Replies: 3
- Views: 771
Re: LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED
... la información que me compartís funciona a la perfección, estoy consultando sin problemas.
Tenia mal la configuración en el archivo letodb.ini, en una de las sucursales estaba en = 0
SOLUCION
Share_Tables=1
REINICAR EL SERVICIO DE LETO
Un abrazo grande, muchísimas gracias por la ...
Tenia mal la configuración en el archivo letodb.ini, en una de las sucursales estaba en = 0
SOLUCION
Share_Tables=1
REINICAR EL SERVICIO DE LETO
Un abrazo grande, muchísimas gracias por la ...
- Tue Jan 02, 2024 2:12 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED
- Replies: 3
- Views: 771
- Tue Jan 02, 2024 1:47 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED
- Replies: 3
- Views: 771
Re: LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED
Buenos dias,
Estudiando la informacion que esta disponible en el foro encuentro este comentario que se aplica perfectamente a este tema que tengo pendiente.
En el server.prg del LETO:
Funcion: hs_opentable()
"Està puesto en modo fijo el parametro para abrir en modo exlusivo las bases de datos ...
Estudiando la informacion que esta disponible en el foro encuentro este comentario que se aplica perfectamente a este tema que tengo pendiente.
En el server.prg del LETO:
Funcion: hs_opentable()
"Està puesto en modo fijo el parametro para abrir en modo exlusivo las bases de datos ...
- Thu Dec 28, 2023 4:00 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED
- Replies: 3
- Views: 771
LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED
Estimados Colegas,
En esta oportunidad me encuentro trabajando con la implementación de LETODB para realizar consultas entre distintas sucursales.
Estoy con el problema que no puedo abrir un archivo de base de datos .dbf en forma remota y creo es por que esta siendo utilizado, porque haciendo la ...
En esta oportunidad me encuentro trabajando con la implementación de LETODB para realizar consultas entre distintas sucursales.
Estoy con el problema que no puedo abrir un archivo de base de datos .dbf en forma remota y creo es por que esta siendo utilizado, porque haciendo la ...
- Sun Jan 08, 2023 3:10 pm
- Forum: All products support
- Topic: DBF REDE/WEB WINDOWS 7/10/11
- Replies: 0
- Views: 24692
DBF REDE/WEB WINDOWS 7/10/11
... PUBLIC cCOMP
cPasta := ".\dados"
cServ := Space(1)
cCOMP := "01/2021" // Space(7)
REQUEST LETO
RDDSETDEFAULT( "LETO" )
IF IsExeRunning( "letodb.exe" )
RETURN MsgStop( "O programa servidor já está aberto neste computador!", "Impossível Continuar!" )
ELSE
ShellExecute( 0, "open", "letodb ...
cPasta := ".\dados"
cServ := Space(1)
cCOMP := "01/2021" // Space(7)
REQUEST LETO
RDDSETDEFAULT( "LETO" )
IF IsExeRunning( "letodb.exe" )
RETURN MsgStop( "O programa servidor já está aberto neste computador!", "Impossível Continuar!" )
ELSE
ShellExecute( 0, "open", "letodb ...
- Fri Aug 19, 2022 8:50 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: mod_harbour + ADS 32 bits libharbour.dll
- Replies: 18
- Views: 3183
Re: mod_harbour + ADS 32 bits libharbour.dll
ADS es un producto comercial y además ya no se vende ni se le da soporte técnico.
Un equivalente libre y gratuito es LetoDB para Harbour. Personalmente no lo he usado nunca, asi que
agradezco a los usuarios de LetoDB que compartan aqui sus experiencias:
https://www.kresin.ru/en/letodb ...
Un equivalente libre y gratuito es LetoDB para Harbour. Personalmente no lo he usado nunca, asi que
agradezco a los usuarios de LetoDB que compartan aqui sus experiencias:
https://www.kresin.ru/en/letodb ...
- Thu Apr 14, 2022 7:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: dbfntx very slow with 2+ users
- Replies: 41
- Views: 9899
Re: dbfntx very slow with 2+ users
hi Marco,
Where can I download some documentation?
LetoDB https://www.kresin.ru/en/letodb.html
NetIO is Part of harbour Constribution
https://github.com/harbour/core/blob/master/contrib/hbnetio/utils/hbnetio/hbnetio.prg
to read
http://harbourlanguage.blogspot ...
Where can I download some documentation?
LetoDB https://www.kresin.ru/en/letodb.html
NetIO is Part of harbour Constribution
https://github.com/harbour/core/blob/master/contrib/hbnetio/utils/hbnetio/hbnetio.prg
to read
http://harbourlanguage.blogspot ...
- Tue Apr 12, 2022 8:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: dbfntx very slow with 2+ users
- Replies: 41
- Views: 9899
Re: dbfntx very slow with 2+ users
Marco,
I have used many systems also LetoDb.
These are all just workarounds.
There is a request to the server and then the data is transferred to the client.
It is different with RDP. Only the changed pixels of the screen are transferred.
You, and especially if you are a small company, should ...
I have used many systems also LetoDb.
These are all just workarounds.
There is a request to the server and then the data is transferred to the client.
It is different with RDP. Only the changed pixels of the screen are transferred.
You, and especially if you are a small company, should ...
- Tue Apr 12, 2022 7:48 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: dbfntx very slow with 2+ users
- Replies: 41
- Views: 9899
Re: dbfntx very slow with 2+ users
hi Marc,
did you know LetoDb or NetIO for harbour
it is still using DBF but it work over TCP/IP as Client/Server
so you get no SMB Problem and have no direct File Access.
No, I will look for info about them.
I also have no idea about the SMB problem (no idea what SMB is (look into it)
I Also ...
did you know LetoDb or NetIO for harbour
it is still using DBF but it work over TCP/IP as Client/Server
so you get no SMB Problem and have no direct File Access.
No, I will look for info about them.
I also have no idea about the SMB problem (no idea what SMB is (look into it)
I Also ...
- Tue Apr 12, 2022 7:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: dbfntx very slow with 2+ users
- Replies: 41
- Views: 9899
Re: dbfntx very slow with 2+ users
Jimmy,
>> did you know LetoDb or NetIO for harbour![Idea :idea:](./images/smilies/icon_idea.gif)
Where can I download some documentation?
>> did you know LetoDb or NetIO for harbour
![Idea :idea:](./images/smilies/icon_idea.gif)
Where can I download some documentation?