Click here to Skip to main content
15,891,136 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: replace [url]whatever[/url] .. Pin
Jon Sagara17-Sep-04 0:30
Jon Sagara17-Sep-04 0:30 
QuestionHow to ... in Crystal Report 9? Pin
HyVong16-Sep-04 12:29
HyVong16-Sep-04 12:29 
GeneralExcel loader to asp Pin
steve75916-Sep-04 7:28
steve75916-Sep-04 7:28 
GeneralProblems in user control name after installing .NetFramework 1.0 sp1 Pin
GanesanM16-Sep-04 5:01
GanesanM16-Sep-04 5:01 
GeneralSynchronization between two web pages asp 3 Pin
jackboy7016-Sep-04 4:15
jackboy7016-Sep-04 4:15 
GeneralRe: Synchronization between two web pages asp 3 Pin
jackboy7016-Sep-04 4:18
jackboy7016-Sep-04 4:18 
Generalencoding problem Pin
karanba16-Sep-04 3:36
karanba16-Sep-04 3:36 
Generalstored images from image sqlfield to hard disk Pin
Anonymous15-Sep-04 0:25
Anonymous15-Sep-04 0:25 
Hi all,

i am trying to save images that are saved in a image field sql field. i am trying to do it whith :



'selecciono los datos de la imagen
cad="guarda_imagen '" & idproducto & "'"
cad="select * from imagenes inner join imagen_file on imagenes.idimagen=imagen_file.idimagen where pcode='6022SD'"

set result=cnximagen.Execute(cad,,adcmdtext)

nombre=result("filename")
set mstream=server.CreateObject("ADODB.Stream")
'Set mstream =new ADODB.Stream

mstream.Type =adTypeBinary
mstream.Open
mstream.Write result.fields("imagen")
mstream.SaveToFile "d:\Espots\" & result"filename"),adSaveCreateNotExist

but it stop in mstream.type=adtypebinary , the error said "argument in conflict whith others"

anyone know how fix it or how could i do it?

thanks
GeneralRe: stored images from image sqlfield to hard disk Pin
iwcsecure18-Sep-04 11:36
iwcsecure18-Sep-04 11:36 
Generalconnecting to MS ACCESS in PHP Pin
samithas14-Sep-04 20:14
samithas14-Sep-04 20:14 
GeneralRe: connecting to MS ACCESS in PHP Pin
Milan200721-Sep-04 15:27
Milan200721-Sep-04 15:27 
GeneralWeb Documnetation pages generated by VS 2003 Pin
Gary Hyslop at home14-Sep-04 10:29
Gary Hyslop at home14-Sep-04 10:29 
GeneralRe: Web Documnetation pages generated by VS 2003 Pin
Syed Abdul Khader16-Sep-04 2:18
Syed Abdul Khader16-Sep-04 2:18 
GeneralXML Web Services AUTHENTICATION with C#.net Pin
programming14-Sep-04 5:58
programming14-Sep-04 5:58 
GeneralRe: XML Web Services AUTHENTICATION with C#.net Pin
Kodanda Pani17-Sep-04 23:08
Kodanda Pani17-Sep-04 23:08 
Questionhow to disappear save as menu from browser Pin
ashu_aegis14-Sep-04 3:36
ashu_aegis14-Sep-04 3:36 
AnswerRe: how to disappear save as menu from browser Pin
Steven Campbell14-Sep-04 8:06
Steven Campbell14-Sep-04 8:06 
GeneralImage Management Pin
zumichu13-Sep-04 19:49
zumichu13-Sep-04 19:49 
GeneralRe: Image Management Pin
Steven Campbell14-Sep-04 4:27
Steven Campbell14-Sep-04 4:27 
GeneralProtect ASP application files Pin
TPN13-Sep-04 18:31
TPN13-Sep-04 18:31 
GeneralRe: Protect ASP application files Pin
Steven Campbell14-Sep-04 2:43
Steven Campbell14-Sep-04 2:43 
GeneralSPF: Sender Policy Framework Pin
osblues13-Sep-04 13:03
osblues13-Sep-04 13:03 
GeneralRe: SPF: Sender Policy Framework Pin
osblues21-Sep-04 1:57
osblues21-Sep-04 1:57 
GeneralIIS/ASP/ASPX Pin
Anonymous13-Sep-04 10:12
Anonymous13-Sep-04 10:12 
GeneralRe: IIS/ASP/ASPX Pin
Mike Ellison13-Sep-04 11:28
Mike Ellison13-Sep-04 11:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.