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

What is a deterministic function?

0 Answers  


What is a tinyint?

0 Answers  


Is mysql a free database?

0 Answers  


How can I insert images into a Mysql database?

0 Answers  


What mysql means?

0 Answers  


I want to make a query where I want to eliminate the duplicate rows from the table. For example : Input : Table : NAME Column1 Column2 India USA USA India UK India India UK The desired output that I want to eliminate the duplicates Output India USA UK India Thanks

2 Answers   Sun Life,


Tell us something about heap tables?

0 Answers  


What are the differences between char and nchar?

0 Answers  


How do you say mysql?

0 Answers  


How do I truncate all tables in mysql?

0 Answers  


what do you mean by longblob Data type in MySql?

3 Answers  


What is 'mysqlimport'?

0 Answers  


Categories