This is a discussion on "Show PIctures or MP3 files Ole Object" within the Classic ASP section. This forum, and the thread "Show PIctures or MP3 files Ole Object are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Show PIctures or MP3 files Ole Object
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Show PIctures or MP3 files Ole Object
smokie i would love to use that cart from red eye to sell more or less the same thing. But mine is going to have a radio station built into it. Secoundly with regards to this shopping cart, if im using access to save my product info and i want to display and sound file or image from an ole object in access how would i do this on the asp page cause have tried standaerd results field and come up with a load of **** like ---< %$09% >--- which means sod all to me. I just to make some money quick befoe i go bank rupt as there is no web design work any more and im quilifed sql dba and can't find any work there.
|
|
|
|
|||
|
you got a BLOB in your database then... are they all sound files or all images? You need to know what type of file you are outputting before you output it... for an image...
Response.ContentType = "image/gif" Set cn = Server.CreateObject("ADODB.Connection") cn.Open "DSN=myDSN;UID=sa;PWD=;DATABASE=pubs" Set rs = cn.Execute("SELECT pic_object FROM picture_tbl WHERE pic_id='" & pic_id & "'") Response.BinaryWrite rs("pic_object") Response.End Hope that helps |
![]() |
| Tags |
| show, pictures, mp3, files, ole, object |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Issues with getting pictures to show on site | supertr1 | Starting Out | 4 | Nov 6th, 2007 18:08 |
| Pictures | VanessaJW | Webforumz Cafe | 36 | May 22nd, 2007 16:15 |
| Pictures in slide show on a web page | Anne | Introduce Yourself | 5 | Feb 14th, 2007 18:48 |
| php uploading pictures | Accurax | PHP Forum | 16 | Dec 18th, 2006 11:20 |
| gap between pictures | maksinx | Graphics and 3D | 9 | Aug 15th, 2006 17:19 |