If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
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, 13: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, 19: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, 01:46
Bullschmidt Bullschmidt is offline
Guru
 
Join Date: Jun 2003
Location: USA
Posts: 1,032
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

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