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??



i made a table in sql server 2000 and in a column i want to add image path of a picture present in..

Answer / 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

More MySQL Interview Questions

write a command to view the content of the table

0 Answers  


How do I copy an entire mysql database?

0 Answers  


How do you shutdown a mysql database?

0 Answers  


Use mysqldump to create a copy of the database?

2 Answers  


What is a join? Explain the different types of mysql joins.

1 Answers  






Which is better sqlite or mysql?

0 Answers  


how to display nth highest salary from a table in a mysql query? : Mysql dba

0 Answers  


How can you export the table as an xml file in mysql?

0 Answers  


What is the phantom problem?

0 Answers  


Explain multi-version concurrency control in MySQL?

2 Answers  


How can you change the password of a mysql user?

0 Answers  


What is sql in mysql?

0 Answers  


Categories