28 Mar 2007 at 13:38 #1 Homeslice Homeslice Permabanned Joined 8 Mar 2007 Posts 219 I have an ODBC driver for an advantage database. I've used the driver to extract data but what is a BLOB and how do i use it? Thanks
I have an ODBC driver for an advantage database. I've used the driver to extract data but what is a BLOB and how do i use it? Thanks
28 Mar 2007 at 13:47 #2 ~J~ ~J~ Soldato Joined 20 Oct 2003 Posts 7,558 Location London BLOB is a Binary Large OBject. http://www.microsoft.com/technet/prodtechnol/sql/2000/reskit/part3/c1161.mspx?mfr=true
BLOB is a Binary Large OBject. http://www.microsoft.com/technet/prodtechnol/sql/2000/reskit/part3/c1161.mspx?mfr=true
28 Mar 2007 at 14:09 #3 Visage Visage Permabanned Joined 13 Jan 2005 Posts 10,708 Homeslice said: I have an ODBC driver for an advantage database. I've used the driver to extract data but what is a BLOB and how do i use it? Thanks Click to expand... A blob is just a lump of data. To use it you'll need some sort of info as to its structure.....
Homeslice said: I have an ODBC driver for an advantage database. I've used the driver to extract data but what is a BLOB and how do i use it? Thanks Click to expand... A blob is just a lump of data. To use it you'll need some sort of info as to its structure.....
13 Apr 2007 at 15:41 #4 Manlove is my forte Manlove is my forte Soldato Joined 18 Oct 2002 Posts 9,637 Location Xbox Live An example of a blob could be a picture or a word document. a CLOB is a Character Large OBject which would be a large amount of text.
An example of a blob could be a picture or a word document. a CLOB is a Character Large OBject which would be a large amount of text.