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 see table's field formats or description of table .

0 Answers  


What is regex in mysql?

0 Answers  


Is microsoft sql same as mysql?

0 Answers  


HOW TO FIND display the total number of weeks in the year of 1998 IN EMP TABLE

0 Answers  


How many rows mysql can handle?

0 Answers  






How can you see all indexes defined for a table?

0 Answers  


What does mysqli stand for?

0 Answers  


What is 'mysqlshow'?

0 Answers  


all the queries used in sql

0 Answers   TCS,


How to create a table index in mysql?

0 Answers  


How can we find the number of rows in a table using MySQL?

3 Answers  


How to display nth highest salary from a table in a mysql query?

0 Answers  


Categories