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
Does mysql scale well?
What are ddl statements in mysql?
How do I insert an image into mysql workbench?
How to delete a trigger in mysql?
How to create trigger in mysql workbench?
Can you rename a database in mysql?
Which is faster mongodb or mysql?
Is mysql same as sql?
What is mysql and why it is used?
How to make a column bigger and delete unique from table.
What are the disadvantages of stored procedures?
Does facebook still use mysql?
What happens if null values are involved in expressions?
How can I insert images into a Mysql database?
Which is faster innodb or myisam?