View Full Version : I need help on MySQL query
Rai_87
04-28-2008, 11:38 AM
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....... :(
Fumigator
04-28-2008, 04:45 PM
Try Google, search on +mysql +blob +php (assuming you are using PHP).
Rai_87
04-29-2008, 04:15 AM
i am using asp instead php for my project........ cos i am doing a project in school..... i need to insert and retrieve an image and display it on to a website:rolleyes:
Fumigator
04-29-2008, 06:51 AM
Ok then, change your Google search to +asp :thumbsup:
Rai_87
04-29-2008, 08:29 AM
i can understand the structure of the SQL query but can i use the same SELECT command in different button_click
vBulletin® v3.8.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.