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 set the time zone for MySQL to particular country time?
What is meant by mysql database?
Does mysql use t sql?
Which is better sqlite or mysql?
Does insert statement lock the table?
What are the differences between MySQL_fetch_array(), MySQL_fetch_object(), MySQL_fetch_row()?
Should I use pdo or mysqli?
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)?
How do I create a mysql database?
Can we save images in mysql database?
Why do we use preparedstatement?
Explain federated tables?