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 |
What is a deterministic function?
What is a tinyint?
Is mysql a free database?
How can I insert images into a Mysql database?
What mysql means?
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
Tell us something about heap tables?
What are the differences between char and nchar?
How do you say mysql?
How do I truncate all tables in mysql?
what do you mean by longblob Data type in MySql?
What is 'mysqlimport'?