Search found 23 matches: retrieval

Return to advanced search

Re: Web programming with Mod Harbour

... storage solutions, including relational databases (e.g., MySQL, PostgreSQL) and NoSQL databases. You'll write the necessary code to handle data retrieval, storage, and business logic. Output Generation: Mod Harbour can generate various types of output, such as JSON, XML, or plain text, to respond ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 322

Understanding how autoGPT works...

... that I am capable of performing critical tasks independently. I also need to ensure that I am storing information in a way that allows for easy retrieval and referencing.", "speak": "To calculate the current planets' positions in zodiac houses, we need to gather data about ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 503

Re: Need an Advice about Memo fields usage in MariaDB.

... DB, from different cities, there's no way I can have images in external files on a file server, I tried in public servers, SAMBA servers and the retrieval i slower than loading them from the MariaDb table Just to clear it up. Greetings, From Chile Adolfo
by Adolfo
Thu Apr 16, 2020 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need an Advice about Memo fields usage in MariaDB.
Replies: 5
Views: 887

Re: Need an Advice about Memo fields usage in MariaDB.

You can safely store large memos also in LONGTEXT fields. In case of binary data you can store in LONGBLOB fields.

Regarding the speed of retrieval, it is a good practice to exclude these fields in the SQL reading the data and access these fields only when needed.
by nageswaragunupudi
Thu Apr 16, 2020 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need an Advice about Memo fields usage in MariaDB.
Replies: 5
Views: 887

Re: problema con ado mysql y fwh (solucionado)

... in MariaDB (ver 10.0.12) as well as MySQL (ver 5.6.23) PAD_CHAR_TO_FULL_LENGTH By default, trailing spaces are trimmed from CHAR column values on retrieval. If PAD_CHAR_TO_FULL_LENGTH is enabled, trimming does not occur and retrieved CHAR values are padded to their full length. This mode does ...
by anserkk
Thu Apr 09, 2015 10:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con ado mysql y fwh (solucionado)
Replies: 12
Views: 2331

Re: Suggestion about document archive system?

I created a document storage/retrieval system for our software. So far we have scanned over 500,000 documents with over 620,000 pages. We decided to use external files and store the path and file name in a reference database. The folder ...
by Horizon
Wed Nov 26, 2014 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Suggestion about document archive system?
Replies: 6
Views: 1608

Re: Suggestion about document archive system?

I created a document storage/retrieval system for our software. So far we have scanned over 500,000 documents with over 620,000 pages. We decided to use external files and store the path and file name in a reference database. The folder ...
by Gale FORd
Wed Nov 26, 2014 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Suggestion about document archive system?
Replies: 6
Views: 1608

Re: Call Center - Slow Application Launch

... major delays with FWH / (x) Harbour. Any major delay is only due to time taken to read the data. No. MySQL has a very good set Index. Speed ​​data retrieval is measured and it is very good. 4) I guess you are dealing with very large files. You need to work on optimizing your queries. In particular ...
by metro
Mon Jun 23, 2014 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Call Center - Slow Application Launch
Replies: 17
Views: 4379

Re: Off Beat Question - Javascript - SQL

Hi Antonio,

The System DSN work fine and test works fine. However, when I try to access using the following connection string nothing happens, no popup, no data retrieval...

var connectionstring="DSN=Pasha;User ID=XXXXX;Password=XXXXX;
by cdmmaui
Fri May 24, 2013 6:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Off Beat Question - Javascript - SQL
Replies: 17
Views: 3463

Re: FiveWeb - CGI comments

... and again if you are creating php :cry: .. I just gave up. YES, you are on-target with creating your output code with javascript and json data retrieval, my comment was directed more at CGI ( the delivery system ) vs just creating your static HTML code. Forgive my ignorance .. you are the 'Master' ...
by Rick Lipkin
Thu Jan 10, 2013 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb - CGI comments
Replies: 8
Views: 2706

Re: MySQL Blob Column Jpg Write,read and display

... retrieve documents to a SQL database and this method works for both MS Access as well as MS Sql Server .. Here is the document ( any binary file ) retrieval for xHarbour .. do not know if it will work for Harbour ? I store the number of bytes of the file to the field 'datalen' and the name of the ...
by Rick Lipkin
Tue May 29, 2012 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySQL Blob Column Jpg Write,read and display
Replies: 8
Views: 2509

Re: MySQL Blob Column Jpg Write,read and display

... cMimeDec() with both Harbour and xHarbour and found that both these functions are working fine as expected. Any idea what is wrong with the data retrieval from blob column using Harbour. ? I don't have plans to use xHarbour for my project
by sanilpmc
Mon May 28, 2012 9:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySQL Blob Column Jpg Write,read and display
Replies: 2
Views: 684

Re: MySQL Blob Column Jpg Write,read and display

... cMimeDec() with both Harbour and xHarbour and found that both these functions are working fine as expected. Any idea what is wrong with the data retrieval from blob column using Harbour. ? I don't have plans to use xHarbour for my project
by sanilpmc
Mon May 28, 2012 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySQL Blob Column Jpg Write,read and display
Replies: 8
Views: 2509

Re: FiveWeb development

Antonio

Curious, how are you handling the data retrieval and writing back to the database ? ( java script ? ) Are you using a Sql database ?

Thanks
Rick Lipkin
by Rick Lipkin
Wed May 09, 2012 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb development
Replies: 35
Views: 8831

Re: Is it possible to read and send mails from Exchange Server?

... there is some other technique to get the header only (From,To,Subject,Email Size), so that it is faster. Nowadays, most mobile phone supports the retrieval of Email Headers. I know that TPop3 is supposed to be used to retrieve emails from POP3 servers. Just wondering whether another method exist ...
by anserkk
Thu Nov 19, 2009 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to read and send mails from Exchange Server?
Replies: 15
Views: 3566
Next

Return to advanced search