QA.TechInterviews.com - your tech questions answered
How Can I Insert Picture To And Select Picture From SQL Server Database Using VBscript?
I tried to insert picture to a column in my SQL Server database, and the picture name could not be found in the database after insertion and i tried to select but it select nothing. How do I name my Table column and so on. I have used the Insert and Select Statements.
It won't work like u said

database is not for holding pics, it just allow datas that means the path of the pic

so just try to add the URL of the pic to the concern place
It won't work like u said

database is not for holding pics, it just allow datas that means the path of the pic

so just try to add the URL of the pic to the concern place
You may use the access query tool "Advanced Access Builder" at http://www.download5000.com/page25449.aspx or http://www.dlkj.net/sqlBuilder , it allows you to visually build complete SQL scripts.
Maybe the properties of the column you made is not a BLOB. Make it a BLOB... I hope this will work out for you...

Back to QA. TechInterviews.com. Powered by Yahoo! Answers and TechInterviews.com community.