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 set the time zone for MySQL to particular country time?

0 Answers  


What is meant by mysql database?

1 Answers  


Does mysql use t sql?

0 Answers  


Which is better sqlite or mysql?

0 Answers  


Does insert statement lock the table?

0 Answers  


What are the differences between MySQL_fetch_array(), MySQL_fetch_object(), MySQL_fetch_row()?

2 Answers  


Should I use pdo or mysqli?

0 Answers  


1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?

0 Answers  


How do I create a mysql database?

0 Answers  


Can we save images in mysql database?

0 Answers  


Why do we use preparedstatement?

0 Answers  


Explain federated tables?

3 Answers   Tech Mahindra,


Categories