Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
Alex Yu #1
PHP, MySQL, Blob data type
I'm going to store image files in Blob data field. Does anyone know if there is an easy way to use Dreamweaver (or Dreamweaver Extension) to display the image data? Also, can I use Dreamweaver to insert image data? If you can point me to URLs, that will be great.
Thanks,
Alex
Alex Yu Guest
-
#38921 [NEW]: pdo lost the first row data:with firebird blob data
From: achun dot shx at gmail dot com Operating system: windows PHP version: 5.1.6 PHP Bug Type: InterBase related Bug... -
CFMX blob insertion to MySQL
I am trying to use CFMX to store a binary (blob) into a MySQL db. Using MySQL Control Center (GUI interface to the db), I have manually placed a... -
Read blob from mysql
Hello, I do have a mysql database with a BLOB column. What is the proprest way to read this column ? Thx, Thierry -
[PHP] MySQL field data type for ISBN numbers
functions you should consider: trim urlencode/urldecode rawurlencode/rawurlencode try "echo '{$_GET}'" (or $query) on the result page to see... -
convert visual basic "string" data type to DB2 "blob"
Does anyone know if a visual basic string data type can be converted to DB2 blob datatype? I have all data in XML files and I use Visual Basic to... -
wibble #2
Re: PHP, MySQL, Blob data type
why blob type...
its gonna kill your db performance....
"Alex Yu" <ayu168@msn.com> wrote in message
news:bg4994$nae$1@forums.macromedia.com...
I'm going to store image files in Blob data field. Does anyone know if
there is an easy way to use Dreamweaver (or Dreamweaver Extension) to
display the image data? Also, can I use Dreamweaver to insert image data?
If you can point me to URLs, that will be great.
Thanks,
Alex
wibble Guest
-
David Powers #3
Re: PHP, MySQL, Blob data type
Josh wrote:
Not off base at all. Absolutely spot on.> I may be off base here, but wouldn't it be easier to store the images
> in a server directory, and then just store the source link and size
> information in the database? I'd think you'd increase performance and
> decrease some of the implementation complexity.
Databases are for storing searchable data. Use the DB to store details of
the images and where they are stored, but store the images outside the DB.
--
David Powers
*******************************************
No-nonsense reviews of computer books
[url]http://japan-interface.co.uk/webdesign/books.html[/url]
Save 10% on TopStyle CSS Editor
*******************************************
David Powers Guest



Reply With Quote

