Hi,
This is how I get the value from DB. Is that what you wanted?
SELECT dtePostDate, intPostBy, intPostID, memPostContent, txtPostTitle, txtNickName, txtImageName, txtUserImage FROM tblBlog, tblUsers WHERE tblBlog.intPostID = MMColParam AND tblBlog.intPostBy = tblUsers.intUserID
MMColParam 0 Request.QueryString("id")
Thanks,
Kourosh |
|
|