Click here to Skip to main content
15,912,457 members
Home / Discussions / Database
   

Database

 
Questionmovie CATALOGUE Pin
flemmard10-Oct-06 17:17
flemmard10-Oct-06 17:17 
AnswerRe: movie CATALOGUE Pin
Colin Angus Mackay11-Oct-06 3:00
Colin Angus Mackay11-Oct-06 3:00 
GeneralRe: movie CATALOGUE Pin
flemmard11-Oct-06 14:45
flemmard11-Oct-06 14:45 
GeneralRe: movie CATALOGUE Pin
Colin Angus Mackay11-Oct-06 21:38
Colin Angus Mackay11-Oct-06 21:38 
GeneralRe: movie CATALOGUE Pin
flemmard13-Oct-06 16:15
flemmard13-Oct-06 16:15 
GeneralRe: movie CATALOGUE Pin
Colin Angus Mackay13-Oct-06 17:02
Colin Angus Mackay13-Oct-06 17:02 
GeneralRe: movie CATALOGUE Pin
flemmard13-Oct-06 17:19
flemmard13-Oct-06 17:19 
GeneralRe: movie CATALOGUE Pin
Colin Angus Mackay14-Oct-06 1:04
Colin Angus Mackay14-Oct-06 1:04 
flemmard wrote:
By the way, can you give me some hint how to retrive the photo from the disk for a particular movie ? I really don't know how to use the BLOB


You need to store in some sort of binary column. I don't use MYSQL so I really can't say what it calls the column type. (binary, varbinary, image, blob are all common names for this type of thing). When you send it from your application you need to put it in a byte[] (C# := byte array), and when you retrieve it you'll get a byte array back, so you'll have to convert it in and out of a byte array before you can use it. The Bitmap class has the methods to do this for you. (I am, of course, assuming you are using the .NET Framework)


AnswerRe: movie CATALOGUE Pin
Frank Kerrigan11-Oct-06 3:04
Frank Kerrigan11-Oct-06 3:04 
GeneralRe: movie CATALOGUE Pin
Colin Angus Mackay11-Oct-06 3:07
Colin Angus Mackay11-Oct-06 3:07 
GeneralRe: movie CATALOGUE Pin
Frank Kerrigan11-Oct-06 5:32
Frank Kerrigan11-Oct-06 5:32 
Question[Message Deleted] Pin
Ah_Mohsen_aly10-Oct-06 16:01
Ah_Mohsen_aly10-Oct-06 16:01 
AnswerRe: Data base logic Pin
Chris Buckett10-Oct-06 23:46
Chris Buckett10-Oct-06 23:46 
GeneralRe: Data base logic Pin
Ah_Mohsen_aly11-Oct-06 7:35
Ah_Mohsen_aly11-Oct-06 7:35 
AnswerRe: Data base logic Pin
Colin Angus Mackay11-Oct-06 2:42
Colin Angus Mackay11-Oct-06 2:42 
GeneralRe: Data base logic Pin
Frank Kerrigan11-Oct-06 2:44
Frank Kerrigan11-Oct-06 2:44 
GeneralRe: Data base logic Pin
Colin Angus Mackay11-Oct-06 2:50
Colin Angus Mackay11-Oct-06 2:50 
QuestionProblems with SQL Pin
Britney S. Morales10-Oct-06 10:12
Britney S. Morales10-Oct-06 10:12 
AnswerRe: Problems with SQL Pin
Colin Angus Mackay11-Oct-06 2:45
Colin Angus Mackay11-Oct-06 2:45 
AnswerRe: Problems with SQL Pin
Frank Kerrigan11-Oct-06 2:47
Frank Kerrigan11-Oct-06 2:47 
AnswerRe: Problems with SQL Pin
Eric Dahlvang12-Oct-06 4:57
Eric Dahlvang12-Oct-06 4:57 
GeneralRe: Problems with SQL Pin
Britney S. Morales13-Oct-06 2:19
Britney S. Morales13-Oct-06 2:19 
QuestionAnalysis Services 2000 - Member.FetchAllProperties Error Pin
Kevin McFarlane10-Oct-06 3:26
Kevin McFarlane10-Oct-06 3:26 
QuestionHIPAA Advice Pin
jajanes10-Oct-06 2:46
professionaljajanes10-Oct-06 2:46 
Questionstored-proc question Pin
flippydeflippydebop9-Oct-06 22:51
flippydeflippydebop9-Oct-06 22:51 

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.