Search found 55 matches: dbs

Return to advanced search

Re: cloud or not cloud

... answer? I'll answer for you: "This is not true, I've been using it for years and it works perfectly" So, what happens? The misuse of dbs in a network environment or in adolescence in this case can cause these problems. Well, the same thing happens with the web, its misuse or bad programming ...
by Carles
Sat Nov 09, 2024 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cloud or not cloud
Replies: 34
Views: 1120

Re: HDBC para SQLite

... yo siempre ando esperando algo para Postgres, un par de preguntas: - se podra utilizar un solo codigo para interacturar con las diferentes DBs? - habra un active record? esto creo que si, pienso que es casi inevitable? suerte, estare pendiente a tus novedades saludos cordiales Marcelo Via
by Marcelo Via Giglio
Sat Nov 09, 2024 3:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HDBC para SQLite
Replies: 6
Views: 333

Re: Compilar Harbour modo Consola 64bits

Estimado Esteban, Buscando el primer símbolo que no te encuentra: hbmysql.lib(mysql.obj) : error LNK2019: s¡mbolo externo server_mysql_num_rows sin resolver al que se hace referencia en la funci¢n HB_FUN_MYSQL_LIST_DBS server_mysql_num_rows no aparece en ningún fichero de los que hay en https://...
by Antonio Linares
Sun Jun 02, 2024 8:02 am
 
Forum: FiveWin para CA-Clipper
Topic: Compilar Harbour modo Consola 64bits
Replies: 33
Views: 3736

Re: no me puedo conectar a una DB remotamente.

MI estimado Goosfacito
No pude acceder a tu base de datos, se supone que desde Yog o HeidiSQl podriac acceder con tus credenciales...
Actualmente trabajo con MySQl remotas,, pero las direcciones son asi:

Url .... 205.145.152.42
User... xvxvxvxvxvx
Pasw.. yeyeyeyey
Dbs... aaaaaa
by Willi Quintana
Sun Aug 06, 2023 8:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: no me puedo conectar a una DB remotamente.
Replies: 12
Views: 1193

Re: FWH MySQL/MariaDB native support docs

Al trsapasar el codigo de un PC donde todo funciona bien con FW 64bits Xharbour a Otro sale este error compilando En que liberia esta las fuciones que falta --------------------Configuración: MENSAWIN - Release-------------------- xHarbour 1.2.3 Intl. (SimpLex) (Build 20201212) Copyright 1999-2020,...
by PAUL SIMM
Sun Mar 05, 2023 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH MySQL/MariaDB native support docs
Replies: 12
Views: 16552

Re: Campo autoincremental en DBF

* src/rdd/dbf1.c + added support for autoincrement fields with counter longer then 4 bytes Warning: if someone created tables with such fields i.e. { "I:+", 8, 0 } after my modification which added support for AutoInc flags in all numeric DBF fields then he should update counters manually...
by carlos vargas
Thu Oct 27, 2022 10:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campo autoincremental en DBF
Replies: 7
Views: 1008

Re: Consulta Tecnica.

Hola Antonio no sé si lo que te envío te servirá o no pero viene de la ayuda en clipper. Si no sirve para nada disculpen el tiempo. Yo no lo usé nunca BLOBDIRECTEXPORT() Exporta el contenido de un puntero a un objeto binario grande (BLOB) a un fichero ------------------------------------------------...
by surGom
Sat Aug 27, 2022 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Tecnica.
Replies: 16
Views: 3230

Re: dbase III/IV file encrypted

Cannot find definition for DBI_PASSWORD here are all DBI_ the constant i found for dbinfo() /* constants for dbInfo() */ #define DBI_ISDBF 1 /* Does this RDD support DBFs? */ #define DBI_CANPUTREC 2 /* Can this RDD Put Records? */ #define DBI_GETHEADERSIZE 3 /* Data file's header size */ #define DBI...
by lorenzoazz
Sat Jan 29, 2022 1:17 pm
 
Forum: All products support
Topic: dbase III/IV file encrypted
Replies: 8
Views: 2180

Re: Sistema Hibrido con HBNETIO y MODHARBOUR

... use ( cPathData + 'clientes' ) index ( cPathData + 'clientes' ) new alias clientes shared y alli la tratas como toda la vida dbseek( 5 ) dbgotop() etc el ejemplo toma en cuenta que tu hbnetio esta instalado en un servidor cuya ip fija es 186.4.197.234 y tienes abierto el puerto ...
by wilsongamboa
Tue Sep 21, 2021 6:42 pm
 
Forum: mod_harbour
Topic: Sistema Hibrido con HBNETIO y MODHARBOUR
Replies: 19
Views: 6558

Re: Backup y mysql

... sin problemas en google Dependiendo de la pc, es posible que tengas que ejecutar como administrador. Esto lo estoy usando desde hace años en DBs medianas ( 40 a 70 millones de registros ) sin ningun problemas hasta la fecha. Espero les sirva. Saludos
by Raymundo Islas M.
Fri Sep 17, 2021 12:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Backup y mysql
Replies: 7
Views: 966

Re: Example Business Object (Customer)

... To save the time of creation of base table on all these platforms, I have used "customer" table which is already present in all sample dbs of FWH. Copy this program to \fwh\samples folder and use buildh.bat or buildx.bat to build and run the test program. You may try with DBF, TDatabase, ...
by nageswaragunupudi
Sun Nov 18, 2018 12:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 9484

Re: Database clase. Detectado una incidencia.

HI, Yes, i change at "+" in my code, but this feature is the Harbour ; If the user FWH use TDatabase AND have field "I:+" , then he has a problem. From Changelog Harbour; 2015-02-17 16:35 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rdd/dbf1.c + added support for ...
by thefull
Tue Jun 20, 2017 8:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Database clase. Detectado una incidencia.
Replies: 14
Views: 2859

Re: Refresh Record Set

... from source. When you dont have the primary key included in your set you will get into problems with resync otherwise in all my tests with several dbs (MySql, PostGre, SQlite, Firebird, Access ) works ok. In all my tests with adordd didnt get any problems because primary key (recno) its always ...
by AHF
Sat Dec 26, 2015 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh Record Set
Replies: 10
Views: 2243

Re: ADO RDD xHarbour

Antonio, How do you do it today with dbf kind of rdd ? I check on start the present of all DBs and indexes. For this i hold ALL DB- and Indexnames and also the index-keys in a public array. Now it is easy to check and to organize. Also for the update to ADORDD i can ...
by byte-one
Mon Nov 16, 2015 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 486799

Re: ADO RDD xHarbour

... only the size in records should work as a filter. Also a substring (or a array with substrings) of the tablename are interesting for filtering the DBs for pre-open! (ex. only "2015" -> DB2015 and Faw2015gt and Klima2015 and ......) Having ADOPREOPENTHRESHOLD working like that we will ...
by AHF
Mon Nov 16, 2015 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 486799
Next

Return to advanced search