Hi i am trying to display all records but only the rating from a curently logged in user (asp.net) but with my statement as it currently is it only returns records that the user has rated! can any one help?
rs.Open("SELECT * FROM [Photo] Photo LEFT JOIN [Rating] Rating ON Photo.PhotoID =...
Hi i am trying to write a query which will return and average value for a rating (online photograph album with rating feature)
here is what i have done so far
rs.Open("SELECT Photo.PhotoID, Photo.Title, Rating.PhotoNO, Rating.Rating, Photo.url FROM [Photo] RIGHT JOIN [Rating] ON...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.