Search found 129 matches: storing

Return to advanced search

Re: harbour program including FIVEWIN source which license?

... into play: we can lock a single record! lock record check data currently stored on server and data read before editing if equal, go ahead with storing the changes, otherwise return a error message. Best regards, Otto #include "FIVEWIN.CH"STATIC aDir := {}static cRegion := ...
by Otto
Fri Feb 04, 2022 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour program including FIVEWIN source which license?
Replies: 1
Views: 302

Re: System info, Tips & Tricks, scharing project info

... future, there will no longer be any difference between hard disk access and main memory access. In my new programs, I include the file system for storing the data. For example, one folder per customer in each folder subfolder with invoice, correspondence, etc. I do not use an extra layer - database. ...
by Otto
Sun Jan 16, 2022 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1498

FWMariaDB and XBrowse - Query - Mr. Rao

... me to display the information of a query that includes 4 tables, but only allows me to edit the main table. I have implemented a solution by storing the query in a temporary table, but I have several cases like this in a development and I would be interested to know if it is possible to edit ...
by jose_murugosa
Tue Dec 21, 2021 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWMariaDB and XBrowse - Query - Mr. Rao
Replies: 0
Views: 141

FWMariaDB y XBrowse - Consulta Query

... me to display the information of a query that includes 4 tables, but only allows me to edit the main table. I have implemented a solution by storing the query in a temporary table, but I have several cases like this in a development and I would be interested to know if it is possible to edit ...
by jose_murugosa
Tue Dec 21, 2021 11:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMariaDB y XBrowse - Consulta Query
Replies: 2
Views: 332

Re: Number of Fields

... I have not found a solution and then the archive it gets too big imagine if there are 2000 subscribers it's a colossal mess I had thought of storing for each writing in an ascii file just like 1 | 123 | 45 | 23 | 102 | 34 | where the numbers are the numbers of the workouts but it is not good ...
by Silvio.Falconi
Mon Oct 11, 2021 6:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of Fields
Replies: 9
Views: 911

Re: 1-to-many loke Foxpro

... accomplish with this? It seems it would be much easier and more efficient to write a program to provide whatever answer the client needs (without storing hundreds of thousands of records, of mostly redundant data). Looking at hundreds of thousands of rows in Excel would make my eyes bleed...
by Marc Vanzegbroeck
Fri Sep 17, 2021 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1-to-many like Foxpro
Replies: 14
Views: 1246

Re: 1-to-many loke Foxpro

... accomplish with this? It seems it would be much easier and more efficient to write a program to provide whatever answer the client needs (without storing hundreds of thousands of records, of mostly redundant data). Looking at hundreds of thousands of rows in Excel would make my eyes bleed...
by James Bott
Thu Sep 16, 2021 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1-to-many like Foxpro
Replies: 14
Views: 1246

Re: Put Hash data into a dbf

For storing a hash value in a memo field, you suggested converting to Json and save and then read the Json and convert back the Json value to hash. Nice, but in this process, all values of the hash are converted to character ...
by nageswaragunupudi
Tue May 25, 2021 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Put Hash data into a dbf
Replies: 8
Views: 1141

Re: TGet class difference FWH11.08 and 20.04 help please ...

DATA cVarName of any control/window is expected to store the name of the variable representing the control/window. But in case of TGet, it was storing the name of the variable being edited. This was fixed in FWH1207, but resulted in changing the contents of oGet:oGet:Name also. This is now fixed ...
by nageswaragunupudi
Mon Mar 01, 2021 2:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet class difference FWH11.08 and 20.04 help (Solved) ...
Replies: 3
Views: 736

Re: Imágenes en una DBF

Storing images in DBF and displaying Sample-1   DBCREATE( "MYIMAGES", { { "NAME", "C", 10, 0 }, { "IMAGE", "M", 10, 0 } }, "DBFCDX", ...
by nageswaragunupudi
Fri Feb 12, 2021 11:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1911

Re: Imágenes en una DBF

... but there is no such limitation with ADS and any RDBMS like MySql, Oracle, etc. There are ways to fine-tune the performance of the tables despite storing huge catalogs of images in the tables. Anyway, it is a matter of opinion and personal preferences.
by nageswaragunupudi
Fri Feb 12, 2021 11:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1911

Re: Almacenar/Recuperar imagenes, binarios en Tablas DBF

...  ? LEN( field->contents ), FILESIZE( cfile ) // --> 5480032, 5480032   CLOSE CONTENTSreturn nil  Same way even for storing large BLOB or TEXT data in MySql, MsSql or other databases, it can be done in one simple step. MYSQL Example (using FWHMYSQL and can be tested ...
by AIDA
Thu Feb 11, 2021 7:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Almacenar/Recuperar imagenes, binarios en Tablas DBF
Replies: 12
Views: 5012

Handling images and other files

... image files, if anybody could tell what I'm possibly doing wrong, I'll be extremely grateful! Situation 1: I got a desktop application that is storing image files inside a MySQL database as a BLOB field. So I need to get this content from my database and convert it to an JPG file and display ...
by ricbarraes
Thu Jan 07, 2021 1:44 pm
 
Forum: mod_harbour
Topic: Handling images and other files
Replies: 4
Views: 1234

FW_ExcelToDBF : number and text issue

While trying to read exel data and storing to dbf i often have following. The first column is a reference code and has a mix of numbers and text data. (I have no impact on these data) The function often converts it to : Code Result Hoping ...
by Marc Venken
Tue Nov 10, 2020 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExcelToDBF : number and text issue
Replies: 0
Views: 228

Re: XBrowse: how to load image data instead of image name

... performant? Do you have experiences with large memo files? May I also extend my question and ask how SQL behaves? I changed years ago all my image storing to single files. What is the disadvantage of storing into single files? Best regards, Otto
by Otto
Tue Nov 03, 2020 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: how to load image data instead of image name
Replies: 17
Views: 1547
PreviousNext

Return to advanced search