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
What is new mysqli?
What are the 5 r's of managing behaviors?
How can we get total number of records by query in mysql?
What does mysql_fetch_assoc do?
How do I kill a mysql connection?
List some mysql advantages and disadvantages?
What is use of mysql?
How do we use % when performing a search query?
What is the difference between procedure and function in mysql?
What is row?
How to make a copy values from one column to another in mysql?
How can you see all indexes defined for a table?
What is the phantom problem?
Can we store videos in mysql database?
What is the use of mysql_close()?