Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > DropDownList Items

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-08-04, 14:03
cusoxty cusoxty is offline
Registered User
 
Join Date: Jun 2004
Posts: 25
DropDownList Items

I just got my page to work, but there still is a problem. My drop down list is not populated by the EmployeeID's that it should be. Rather, "System.Data.Common.DbDataRecord" appears muliple times. Any clue how to get the EmployeeID's to show?
Reply With Quote
  #2 (permalink)  
Old 06-08-04, 20:18
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
Not without seeing your code. Can you post it?
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #3 (permalink)  
Old 06-18-04, 02:46
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,024
And one way to not have something appear multiple times even though it might be stored in multiple records is to use the word DISTINCT in the SQL statement:

strSQL = "SELECT DISTINCT EmpID FROM MyTable ORDER BY EmpID"
__________________
J. Paul Schmidt, Freelance Web and Database Developer
www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On