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 Posted / 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 View All Answers
Can you tell few best practices to be followed for optimization in sql?
How to create table with same structure of student table in mysql?
How to represent ENUMs and SETs internally?
What is mysql installer?
How do I delete a table in mysql workbench?
What is different between sql and mysql?
How can we optimize stored procedure?
What is prepared statement in mysql?
What is max_used_connections in mysql?
Is mysql written in c?
What is the difference between mysql and oracle?
Why is the basic difference between left join, right join and inner join?
What is mysql good for?
What is the latest mysql?
If you wish to encrypt the username and password using php, how will you do that?