Necesito un ejemplo simple de como usar TBrowse con MariaDB o Mysql.
Con GRID se hacerlo. Necesito con TBrowse.
Gracias
Tbrowse con MariaDB o Mysql??
Moderator: Rathinagiri
-
- Posts: 24
- Joined: Tue Nov 07, 2017 6:41 am
- DBs Used: DBF, Mysql
- Location: Capital Federal, Buenos Aires, ARGENTINA
- dragancesu
- Posts: 930
- Joined: Mon Jun 24, 2013 11:53 am
- DBs Used: DBF, MySQL, Oracle
- Location: Subotica, Serbia
Re: Tbrowse con MariaDB o Mysql??
Maybe BROWSE seems the easier way
but the GRID is better
BROWSE works great with DBF, but MySQL is very different from DBF
if you're new to MySQL, then forget BROWSE
but the GRID is better
BROWSE works great with DBF, but MySQL is very different from DBF
if you're new to MySQL, then forget BROWSE
-
- Posts: 24
- Joined: Tue Nov 07, 2017 6:41 am
- DBs Used: DBF, Mysql
- Location: Capital Federal, Buenos Aires, ARGENTINA
Re: Tbrowse con MariaDB o Mysql??
Gracias dragancesu.
Trabaje con SQLserver ,ORACLE y Mysql solo que lo hice con PHP y Javascrip.
Pero amo HMG minigui, me encanta, y tengo funciones en tbrowse muy buenas, pero para DBF, ahora armare para GRID, lo use muy poco. Gracias por tu ayuda.
Una conculta, tengo una tabla que tiene 100 mil registros, y con GRID tarda mucho en cargar, es mejor cargar pocos registros y a medida que bajo cargo mas???
Trabaje con SQLserver ,ORACLE y Mysql solo que lo hice con PHP y Javascrip.
Pero amo HMG minigui, me encanta, y tengo funciones en tbrowse muy buenas, pero para DBF, ahora armare para GRID, lo use muy poco. Gracias por tu ayuda.
Una conculta, tengo una tabla que tiene 100 mil registros, y con GRID tarda mucho en cargar, es mejor cargar pocos registros y a medida que bajo cargo mas???
- dragancesu
- Posts: 930
- Joined: Mon Jun 24, 2013 11:53 am
- DBs Used: DBF, MySQL, Oracle
- Location: Subotica, Serbia
Re: Tbrowse con MariaDB o Mysql??
I understand you completely, ORACLE and MySQL work easily with thousands of records, but MySQL has a LIMIT option so you LOAD the part you need
- serge_girard
- Posts: 3309
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Contact:
Re: Tbrowse con MariaDB o Mysql??
Use FILTERing and PAGING: SUPERFAST !
S
S
There's nothing you can do that can't be done...
-
- Posts: 183
- Joined: Mon May 19, 2014 7:43 pm
- DBs Used: DBF, SQLite, MS-SQL, ACCESS, MariaDB (en proceso)
- Location: Morelia, Mich. México
- Contact:
Re: Tbrowse con MariaDB o Mysql??
Jorge,
Como sugerencia, no te conviene mostrar, en un GRID los 100 mil registros, lo que yo hago es mostrar 50 y entonces en una textbox el usuario telea el nombre a buscar y con ese dato hago un LIKE '%dato_buscar%' y regresos todas las coincidencias, recordando que el el usuario tecla MAR entonces regresara TODO lo que encuentre con MAR , por ejemplo localizara MARTRINES, MARISOL, MARIA DOLORES, MARIMAR, etc etc.
Como sugerencia, no te conviene mostrar, en un GRID los 100 mil registros, lo que yo hago es mostrar 50 y entonces en una textbox el usuario telea el nombre a buscar y con ese dato hago un LIKE '%dato_buscar%' y regresos todas las coincidencias, recordando que el el usuario tecla MAR entonces regresara TODO lo que encuentre con MAR , por ejemplo localizara MARTRINES, MARISOL, MARIA DOLORES, MARIMAR, etc etc.
Cordialmente
POSADAS SOFTWARE
Jorge Posadas Ch.
Programador independiente
Morelia, Mich.
M é x i c o .
Movil +52 44 3734 1858
SKYPE: jorge.posadasch
Email: posoft@gmx.com
POSADAS SOFTWARE
Jorge Posadas Ch.
Programador independiente
Morelia, Mich.
M é x i c o .
Movil +52 44 3734 1858
SKYPE: jorge.posadasch
Email: posoft@gmx.com
-
- Posts: 24
- Joined: Tue Nov 07, 2017 6:41 am
- DBs Used: DBF, Mysql
- Location: Capital Federal, Buenos Aires, ARGENTINA
Re: Tbrowse con MariaDB o Mysql??
Gracias Totales
Yz estoy diseñando una funcion que busque los datos.
Yz estoy diseñando una funcion que busque los datos.
- AUGE_OHR
- Posts: 2093
- Joined: Sun Aug 25, 2019 3:12 pm
- DBs Used: DBF, PostgreSQL, MySQL, SQLite
- Location: Hamburg, Germany
Re: Tbrowse con MariaDB o Mysql??
hi,
which "Tbrowse" do you mean ... there is no under HMG, or
how do you get "Result-Set" from MySQL into GRID ? how to you made "connection"
a "Result-Set " does contain "Tuples", which have a Pointer to Data, but it does not have Data itself
---
as i can say HMG GRID / BROWSE (WC_LISTVIEW) does NOT support any SQL without "connection"
a.) "native" Way access libmySQL.dll
b.) ODBC
c.) ADO
which "Tbrowse" do you mean ... there is no under HMG, or

how do you get "Result-Set" from MySQL into GRID ? how to you made "connection"

a "Result-Set " does contain "Tuples", which have a Pointer to Data, but it does not have Data itself
---
as i can say HMG GRID / BROWSE (WC_LISTVIEW) does NOT support any SQL without "connection"
a.) "native" Way access libmySQL.dll
b.) ODBC
c.) ADO
have fun
Jimmy
Jimmy