i made a table in sql server 2000 and in a column i want to
add image path of a picture present in my hardisk... so
using insert statement how will i insert the path of the
image in the table??
Answer Posted / anuj maheshwari
suppose your url is c://documents/image1.jpg.
1st on ur form , put one this property. "ecytype=mulipleform".
by this , u can upload your file on your destination. and
store your path in a one variable and put it into your
insert query. this is way to insert a path in a database.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Is mariadb faster than mysql?
Tell us something about heap tables?
I want to start and stop mysql on windows? How do I do that?
What is horizontally scalable?
What is difference mysql and mysqli?
Use a regular expression to find records. Use “REGEXP BINARY” to force case-sensitivity. This finds any record beginning with r.
How do you determine the location of mysql data directory?
How can you count the total number of records of any table?
What is row level locking in mysql?
How many rows can be inserted in mysql at a time?
what is cte? : Mysql dba
Why mysql is open source?
What are features of mysql?
What is mysqli_result?
What do you mean by % and _ in the LIKE statement?