Tagged Questions

-1
votes
1answer
38 views

How can I store images in BLOB?

Hi, I can not find useful code for how storing the images into BLOB ,please help me with some code and also can I show those images from MySQL to my desktop pane in GUI?
0
votes
0answers
6 views

plone.app.blob or z3c.blobfile?

I need a blob file field as part of a content type in plone. plone.app.blob's BlobField should provide this, but I can't find how to get a URL to download the file including the original filename …
0
votes
2answers
30 views

Streaming in and out of an SQL Server 2005 image field with C# ?

After having checked extensively for an answer to this question, I still cannot find a satisfying solution. So here goes. I need to store possibly large amount of data in a column of an SQL Server …
0
votes
1answer
25 views

blob download counter in .net

Hi I need to add a download counter to know how many times my BLOB data is read and displayed from the database (to determine traffic). How and where can I add this counter? Many thanks! I have a …
0
votes
3answers
45 views

Blob in Java/Hibernate/sql-server 2005

Hi, I'm trying to insert an HTML blob into our sql-server2005 database. i've been using the data-type [text] for the field the blob will eventually live in. i've also put a '@Lob' annotation on the …
0
votes
0answers
8 views

Problem with Nhibernate saving a LongBlob in MySQL

When I want to save a longblob in mysql via nhibernate the app hangs. when nhibernate is going to save the object to the database, shows the sql, but when I going to see it on the console it writes …
0
votes
2answers
30 views

Is there a good application for managing a SQLite 3 database with BLOB data type?

I want to create and manage a database with images and or audio clips. I know it's not the best idea and I know there are better options, but it's the easiest way to have the data separate from the …
-3
votes
5answers
351 views

How can I store and retrieve images from a MySQL database using PHP?

How can I insert an image in MySQL and then retrieve it using PHP? I have limited experience in either area, and I could use a little code to get me started in figuring this out.
0
votes
1answer
21 views

Can a BFILE locator point to a directory on a different filer?

I have a java web application which needs to upload files and we want to store these files on the filesystem rather than in the database. The database will store the document metadata only. The …
0
votes
1answer
340 views

Store and retrieve Image by Hibernate

Hi every One, can any one tell me what is the best way to store and Image By hibernate (into MySQL) I have this class Mapping @Entity @Table(name = "picture") public class PictureEntity implements …
0
votes
2answers
32 views

Where does pg_lo_write store its contents?

There is a function in our system that writes a file to a postgres BLOB, the function is pg_lo_write, our system uses PHP, ADODB and PostgreSQL. What I would like to know is where is this data …
0
votes
1answer
34 views

Why my BLOB field is still 13B - what I am doing wrong?

Hi, I would like to store the data in the MySQL BLOB field. I am using the following code: int length = (int)fs.Length; buffer = new byte[length]; int …
0
votes
1answer
29 views

How to embed a quicktime video from a MySQL Blob

Hi, I am currently pulling out images from a MySQL Blob using code as follows: <img src="data:<?php echo $type; ?>;base64,<?php echo base64_encode($file); ?>" width="240"/> I am …
0
votes
1answer
29 views

Example using BLOB in SQLAlchemy

Hi, does anybody have example how to use BLOB in SQLAlchemy? Regards, Steve
0
votes
1answer
32 views

Equivalent of SqLite Blob type in Subsonic?

Hi In one SqLite table, I have a BLOB column for saving images (or binary data as a matter of fact). The table is Documents. Strangely, in Subsonic's ActiveRecord's Documents class, the type of that …

1 2 3 4 5 10 next
15 30 50 per page