[OT] Re: How do I insert a file into mySQL?

2008-04-15 Thread Dave Newton
Perhaps this would be better asked on a mailing list relating to databases.

--- ryan webb [EMAIL PROTECTED] wrote:
 I want to store a file (any file mp3, avi, etc) on the database without
 using blob datatype.

No, you want to store the path of a file in the database.

 I just want to put the address of the file (in my Hard Disck) [...]

See?

 in mySQL and load the address of the file to be played on web page.
 but I have no idea how this can be done.

That confuses me. Why wouldn't you just store the path of the file in the
database like you're saying you want to? You provided an example of it.

What are you really asking, and how is it related to Struts?

Dave


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [OT] Re: How do I insert a file into mySQL?

2008-04-15 Thread ryan webb
Dear Dave,

Thank you for your time in replying to my mail.
Yes you are correct my english is quite confusing.
I will follow your advise and ask to database mailing-list.

regards,
Ryan Webb

On 4/15/08, Dave Newton [EMAIL PROTECTED] wrote:
 Perhaps this would be better asked on a mailing list relating to databases.

 --- ryan webb [EMAIL PROTECTED] wrote:
  I want to store a file (any file mp3, avi, etc) on the database without
  using blob datatype.

 No, you want to store the path of a file in the database.

  I just want to put the address of the file (in my Hard Disck) [...]

 See?

  in mySQL and load the address of the file to be played on web page.
  but I have no idea how this can be done.

 That confuses me. Why wouldn't you just store the path of the file in the
 database like you're saying you want to? You provided an example of it.

 What are you really asking, and how is it related to Struts?

 Dave


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]