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??
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 |
How to find out the second largest element from mysql table
What are date and time data types in mysql?
What is mysql vs sql?
How do I kill a mysql query?
Can I copy mysql data directory?
What is difference b/w composit key n primary key and forigion key?
What is mysql common?
what is the default port for mysql server? : Mysql dba
How do you backup a database in mysql?
What is mysql port?
Is mysql case-sensitive?
Write a query to count the number of rows of a table in mysql.