close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

only displaying the one username

Thread began 2/22/2010 1:26 pm by mr hankey | Last modified 3/03/2010 1:39 am by mr hankey | 2910 views | 10 replies

Eric Mittman

You can update your query to look like this:

SELECT clients.ClientID, clients.ClientUserID, clients.Title, clients.FirstName, clients.LastName, clients.DateOfBirth, clients.Email, clients.Address, clients.Address2, clients.City, clients.State, clients.Zip, clients.Country, user.*
FROM clients
JOIN user ON clients.ClientUserID = user.userid
WHERE ClientID = ParamClientID OR ( -1= ParamClientID2 AND ClientID= ParamSessionClientID)



It is just the addition of the join statement that joins the table, you will need to update for the name of the user table, it is just user in the query, also you need to update the userID column to match the name of the column in your user table.

Using joins can be very helpful when you are trying to get more related information from a recordset. One site that I use as a good reference for the SQL is w3schools.com, here is a link to their join section:

sql_join.asp

This section and the others for sql have some very good information in them and can help you learn how to craft more advanced queries.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...