Topic profile page for BLOB.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: BLOB.
Topic "Blob" was discussed 51,182 times on 4,264 sites in last 3 months
Gah! It would scare my roomba. RT @ KateBo : Who else... Gah! It would scare my roomba. RT @ KateBo : Who else thinks this irobot "The Blob" thing is . . .gross? http://bit.ly/wdA0m (txs @ JeffLowe ) 12:56 PM Oct 14th from TweetDeck
Started 1 day, 18 hours ago (2009-12-04 02:13:00)
by divak
hi, I have a table field in informix DB which stores the data as BLOB values. I need to search for a word in this BLOB field, I think we can't do this with the usual way of comparing the string with the field like select .... from table1 where field1 = "THE_STRING" How can i achieve this? it can be in a query , a UNIX script, or a 4GL??? Advice me how to ...
Started 2 days, 19 hours ago (2009-12-03 01:24:00)
by arash.norouzzadeh
hi all. i want to save a blob and it's CRC32 on DB. how can i do this without reading file twice. i am using prepared statement to save blob to DB. CPreparedStatement ps=DB.prepareStatement("INSERT INTO AD_ATTACHMENT_FILE" + "(AD_ATTACHMENT_FILE_ID,AD_CLIENT_ID,AD_ORG_ID,CRE ATEDBY,UPDATEDBY,NAME,BINARY_DATA) VALUES(?,?,?,?,?,?,?)"); try { FileInputStream fis = new ...
Started 3 days, 17 hours ago (2009-12-02 03:50:00)
by Lolka
hello, i'm trying to write blob data to varbinary column in db through ole db cdynamicaccessor. how i tryed: CCommand dinamic; CCommand din; CSession session; CDataSource db; HRESULT hr = db.OpenFromInitializationString(connectionString); session.Open(db); CString sql = L "Select test from testtable" ; din.Open(session,sql); hr = din.MoveFirst(); while (hr == S_OK){ IStream...
Started 3 days, 20 hours ago (2009-12-02 00:19:00)
by LittleGuy
I am looking to buy (or trade computer stuff for) a couple of wii games: - Super Mario Galaxy - de Blob The discs need to be in excellent condition and include both case and manual. Please let me know if you have either and how much you are asking. Thanks, LittleGuy
Started 4 days, 2 hours ago (2009-12-01 18:31:00)
by zakspeed63_63
I am using ICommandText to perform database operations. When doing INSERTs, and UPDATEs, I do not know the length of the data at bind time. How can I perfrom the DML operations and stream the BLOB columns into the row? Thanks Zakspeed
Started 6 days, 9 hours ago (2009-11-29 11:12:00)
by SheD
Clientregistry.blob copying itself Hi, I have just deleted just under 30,000 clientregistry.blob files from my steam folder which totalled 37Gigs. I'm slightly worried as I have no idea what has caused the file to copy itself so many times. Looking at the dates and times of the files it has happened between 10/11/09 and 13/11/09 ...
Started 4 days, 6 hours ago (2009-12-01 14:43:00)
by dke01
I have a External Web Service I call and return a PDF. How can I return the PDF (Blob) back to my custom visual force page, so that the browser dialog box pops up and ask the to open/save the PDF. Do I have override HTTPRespose somehow?
Started 5 days, 3 hours ago (2009-11-30 17:45:00)
by Omri16
Hi all, I have a system in which users can enter long texts that are stored in a MySQL database as BLOB. The problem is that they can enter HTML tags such as , , etc., and they will actually work and be processed as HTML tags, which may cause significant problems. I want the tags, and the entire text, to be processed as pure text - the only "styling" that should be kept is line breaking. ...
Started 5 days, 13 hours ago (2009-11-30 07:12:00)
by nelsonctc
Check out hooper Items (hooplalah) for pictures and more information. Description When the BLOB Lamp is switched on the colour liquid wax will be warmed up. After warming up, the colour liquid wax will change to bubble form or irregular shapes and sizes to go up and down one by one continuously. base : silver liquid : purple wax : red Seller name Nelson Seller contact...
Started 1 week, 1 day ago (2009-11-27 15:04:00)
by Blue
When someone learned of my He-Man fandom, she asked me the name of a character she remembered. Here's the conversation: "Who was that blob on He-Man?" "Blob?" I asked. "I don't know what you mean." "You know, that little blob. I thought you watched the cartoon." "I do, but I don't know what you're talking about." "The little floating blob!" "A ...
Started 5 days, 5 hours ago (2009-11-30 15:12:00)
by yunaeyes
I am quite new to JDBC, and currently writing a application that will connect to a database and download a big file that store as a blob. I try to look for some tutorial code on the web , but could not find any(must be that I dont know what to type on the search bar :( . I would be very appreciate if anyone point me to the right direction, or maybe post up some codes. Thank you very much and...
Started 6 days, 5 hours ago (2009-11-29 15:29:00)
by CSE
Since the latest update, I have the following problems when using the map generator Blobs (which do not impact the usability of the game, so no urgency there): * The second map generated and the following are too big for my screen, I have to resize them once. Note that the first map is OK. * Sometimes, the following error message pops up during generation: Error: java.lang.Exception: ...
Started 2 days, 16 hours ago (2009-12-03 04:36:00)
by MiddleEastGuy
Hi, My name is Nael Qasem and I love to talk about food. I am very passionate about middle eastern food. check out my blog middle-eastfood.blogspot.com
Started 1 day, 15 hours ago (2009-12-04 05:38:00)
by Thomas ST
I am extracting 378000 BLOBS from a database. This is mostly pdf,doc, and docx, but also some big wav,tiff,mpg, ++. The code I'm currently using is a bit slow.. Does anyone have a tip on how to speed things up? using (r2d2 = cmd.ExecuteReader(System.Data.CommandBehavior.Sequ entialAccess)) { if (!r2d2.HasRows) throw new Exception(); DirectoryInfo dir = new ...