I need help on MySQL query, the problem i faced is that i need to retrieve and display the image on a website. I have two tables to use one of them is name aspnet_Users, it contain applicationid, userid, username, loweredusername..... and another table is completeuserdetails, it contain userid, username, companyname, companylogo(binary data). so how should i do if i wan to retrieving image from completeuserdetails and place it to aspnet_user's userid to update the image.......![]()
Bookmarks