Click here to Skip to main content
15,921,179 members
Home / Discussions / Database
   

Database

 
GeneralRe: cannot execute dts packages with asp.net Pin
steven_wong20-Nov-04 16:27
steven_wong20-Nov-04 16:27 
GeneralRe: cannot execute dts packages with asp.net Pin
minhpc_bk21-Nov-04 23:16
minhpc_bk21-Nov-04 23:16 
GeneralRe: cannot execute dts packages with asp.net Pin
minhpc_bk25-Nov-04 13:44
minhpc_bk25-Nov-04 13:44 
GeneralCRecordset Edit Pin
Shotgun16-Nov-04 14:45
Shotgun16-Nov-04 14:45 
GeneralSQLDataReader for image type Pin
mysorian16-Nov-04 12:09
professionalmysorian16-Nov-04 12:09 
GeneralRe: SQLDataReader for image type Pin
Luis Alonso Ramos21-Nov-04 15:25
Luis Alonso Ramos21-Nov-04 15:25 
GeneralRe: SQLDataReader for image type Pin
mysorian21-Nov-04 18:18
professionalmysorian21-Nov-04 18:18 
GeneralRe: SQLDataReader for image type Pin
Luis Alonso Ramos21-Nov-04 18:44
Luis Alonso Ramos21-Nov-04 18:44 
In your code, you're setting the response type to "image/bmp" and that's why if you output text into the response, you can't see it.

When the response type is "image/bmp", the browser treats everything it gets as a single BMP file. If you send some text (or more images) they're treated as part of the first BMP file. Because of the format of BMP files, you can add data at the end of the file and the image won't be corrupted. So, no matter what you output to the browser, you only see the first image you send.

If you want to see multiple files, you would have to build on the fly an HTML file full of IMG tags.

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

GeneralRe: SQLDataReader for image type Pin
mysorian22-Nov-04 0:33
professionalmysorian22-Nov-04 0:33 
GeneralRe: SQLDataReader for image type Pin
Luis Alonso Ramos22-Nov-04 5:42
Luis Alonso Ramos22-Nov-04 5:42 
GeneralData Truncated using DAO / ODBC Informix Pin
@LX16-Nov-04 11:31
@LX16-Nov-04 11:31 
GeneralFoxPro ... ODBC ... Help !! Pin
fadee16-Nov-04 10:29
fadee16-Nov-04 10:29 
GeneralRe: FoxPro ... ODBC ... Help !! Pin
fadee17-Nov-04 17:45
fadee17-Nov-04 17:45 
GeneralCould not delete from specified tables Pin
NMiceli16-Nov-04 9:43
NMiceli16-Nov-04 9:43 
GeneralASP user login failed Pin
tadhg8816-Nov-04 5:51
tadhg8816-Nov-04 5:51 
GeneralRe: ASP user login failed Pin
Colin Angus Mackay16-Nov-04 6:55
Colin Angus Mackay16-Nov-04 6:55 
GeneralODBC drivers for Access in WinXP Pin
Skynyrd16-Nov-04 5:13
Skynyrd16-Nov-04 5:13 
GeneralRe: ODBC drivers for Access in WinXP Pin
fadee16-Nov-04 10:35
fadee16-Nov-04 10:35 
GeneralRe: ODBC drivers for Access in WinXP Pin
Skynyrd16-Nov-04 13:36
Skynyrd16-Nov-04 13:36 
GeneralProblems with CDaoDatabase::Execute Pin
Ivan Cachicatari16-Nov-04 4:48
Ivan Cachicatari16-Nov-04 4:48 
GeneralASCII Encoding & C# Pin
StrayGrey16-Nov-04 4:41
StrayGrey16-Nov-04 4:41 
QuestionA loop in T-SQL ? Pin
Sebastien Lachance16-Nov-04 4:37
Sebastien Lachance16-Nov-04 4:37 
AnswerRe: A loop in T-SQL ? Pin
Colin Angus Mackay16-Nov-04 5:47
Colin Angus Mackay16-Nov-04 5:47 
GeneralRe: A loop in T-SQL ? Pin
Sebastien Lachance16-Nov-04 7:05
Sebastien Lachance16-Nov-04 7:05 
GeneralRe: A loop in T-SQL ? Pin
Colin Angus Mackay16-Nov-04 9:45
Colin Angus Mackay16-Nov-04 9:45 

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.