Search found 26 matches: mediumblob

Return to advanced search

Re: Consulta Tecnica.

Remtec: En MySql puedes utilizar campos BLOB (TINYBLOB,BLOB,MEDIUMBLOB y LONGBLOB), dependiendo del tamaño de las imágenes a guardar. Saludos Hola Armando Muchas gracias por tu información. Par lo que tu me indicas, tendría que cambiar el proceso de DBF ...
by Armando
Tue Aug 23, 2022 3:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Tecnica.
Replies: 16
Views: 2352

Re: Consulta Tecnica.

Remtec: En MySql puedes utilizar campos BLOB (TINYBLOB,BLOB,MEDIUMBLOB y LONGBLOB), dependiendo del tamaño de las imágenes a guardar. Saludos Hola Armando Muchas gracias por tu información. Par lo que tu me indicas, tendría que cambiar el proceso de DBF ...
by remtec
Tue Aug 23, 2022 3:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Tecnica.
Replies: 16
Views: 2352

Re: Consulta Tecnica.

Remtec:

En MySql puedes utilizar campos BLOB (TINYBLOB,BLOB,MEDIUMBLOB y LONGBLOB),
dependiendo del tamaño de las imágenes a guardar.

Saludos
by Armando
Mon Aug 22, 2022 7:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Tecnica.
Replies: 16
Views: 2352

Re: HB_Crypt() is not compatible with Latin1

Dear Master, This column type (MEDIUMBLOB) is working properly. Thank you so much. Works with any language. Try this test: #include "fivewin.ch"function Main()   local oCn, oRs, cSql, aData   local cKey  := "abcdefgh"  ...
by dutch
Sat Sep 12, 2020 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_Crypt() is not compatible with Latin1
Replies: 2
Views: 590

Re: SQLITE MEDIUMBLOB problem

Hi,

It seems to be a Connector problem, because, if I test it with FIVEDBU, I have the same problem.
Does anyone alse use an other connector that can handle bigger BLOB fields?
by Marc Vanzegbroeck
Tue Jul 30, 2019 6:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLITE MEDIUMBLOB problem
Replies: 1
Views: 339

SQLITE MEDIUMBLOB problem

... I'm using MariaDB and SQLite for my programs. With a setting, I can select the database I want to use. Now I just notice that I have problems with MEDIUMBLOB-fields in SQLite with more than 250 characters. Writing to the field is no problem. Checking the data with a SQLite-browse, I can see that ...
by Marc Vanzegbroeck
Mon Jul 29, 2019 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLITE MEDIUMBLOB problem
Replies: 1
Views: 339

Re: xImage

... syntax and also inserting into the RowSet using oRs:Append(...), if a RowSet is opened. Please ensure that the blob field is not minblob or mediumblob. largeblob is safer. Creating tables with FWH's oCn:CreateTable(...) is safe and avoids any possible problems in future. https://imagizer.imageshack.com/img921/4594/Qw8UNV.gif ...
by nageswaragunupudi
Sun Jun 30, 2019 1:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xImage
Replies: 7
Views: 1491

Re: How can I use image on image with all transparent?

Dear Mr.Rao,

I work as your sample but all image is files. I need to save backgroup (sea.bmp) to MEDIUMBLOB and logo (android.bmp) to MEDIUMBLOB or RESOURCE (RES)?

How can I do that?

Thanks in advance,
by dutch
Thu Sep 27, 2018 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I use image on image with all transparent?
Replies: 3
Views: 756

Re: Update FWH programs via SQL-database?

Marc, Can you try Mediumblob columns instead of Blob? Dutch, I'm also using upx to compress the exe-files, but than I'm also getting the message that the file is too big. Dear Marc, I use upx to compress the EXE file. It works well ...
by dutch
Wed Aug 22, 2018 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update FWH programs via SQL-database?
Replies: 15
Views: 2832

Re: How to Disable TXIMAGE:MouseWheel to resize image?

Dear Mr.Rao, I used BITMAP for many year but when I move BMP file to MySQL field (Mediumblob). I saw the TIMAGE has support it. Which class that does support image from field instead of TXIMAGE? I suggest you use TImage instead of TXImage. TXImage is intentionally ...
by dutch
Sun Sep 17, 2017 1:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Disable TXIMAGE:MouseWheel to resize image? *Solved*
Replies: 6
Views: 1022

TXIMAGE error?

Dear All, I used BITMAP as a background for Floor plan as picture but today I move BMP file to Mediumblob field in MySQL and use TXIMAGE instead. The problem is when I DRAG button and DROP button.  I'm not sure that TXIMAGE can use BITMAP replacement. https://s26.postimg.org/4yvsfsbqx/XImage.png ...
by dutch
Sat Sep 16, 2017 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXIMAGE error?
Replies: 12
Views: 2602

Re: How do you think, if I save PDF file to Blob field in MySql?

Thanks Narvarro and Armando,

I have another question, how to preview PDF in Mediumblob field in MySql?
Does the XIMAGE support PDF preview?

I read many post in forum, but it is no success case to preview PDF object?

Thanks in advance for any idea or suggestion.
by dutch
Wed Aug 23, 2017 12:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do you think, if I save PDF file to Blob field in MySql?
Replies: 5
Views: 1249

Re: How do you think, if I save PDF file to Blob field in MySql?

Dear All, I have step to save receipt in PDF file format. If I save to Mediumblob field in MySql. 1. Is it stable to extract and re-use PDF file? 2. Does it make load time longer, when we fetch data of this table? Thanks for any idea and suggestion. If you ...
by cnavarro
Tue Aug 22, 2017 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do you think, if I save PDF file to Blob field in MySql?
Replies: 5
Views: 1249

How do you think, if I save PDF file to Blob field in MySql?

Dear All,

I have step to save receipt in PDF file format. If I save to Mediumblob field in MySql.
1. Is it stable to extract and re-use PDF file?
2. Does it make load time longer, when we fetch data of this table?

Thanks for any idea and suggestion.
by dutch
Tue Aug 22, 2017 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do you think, if I save PDF file to Blob field in MySql?
Replies: 5
Views: 1249

Sacar imagen PNG de una tabla MySql (SOLUCIONADO)

Hola Foreros: Llevo varios días sin lograr sacar con éxito una imagen PNG que esta en un campo MEDIUMBLOB de una tabla MySql, lo curioso es que el mismo código para una imagen PDF sí funciona de 100. Este código con una imagen PDF va muy bien         IF oRsImg:Fields("HDR_PDF"):Value ...
by Armando
Mon Mar 13, 2017 3:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sacar imagen PNG de una tabla MySql (SOLUCIONADO)
Replies: 4
Views: 896
Next

Return to advanced search