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

How to find out the second largest element from mysql table

15 Answers  


What are date and time data types in mysql?

0 Answers  


What is mysql vs sql?

0 Answers  


How do I kill a mysql query?

0 Answers  


Can I copy mysql data directory?

0 Answers  


What is difference b/w composit key n primary key and forigion key?

4 Answers  


What is mysql common?

0 Answers  


what is the default port for mysql server? : Mysql dba

0 Answers  


How do you backup a database in mysql?

0 Answers  


What is mysql port?

0 Answers  


Is mysql case-sensitive?

0 Answers  


Write a query to count the number of rows of a table in mysql.

0 Answers  


Categories