|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Reading an asp access database filed with commas |
|
From: |
Rudolph |
|
Date: |
3/27/2003 9:36:40 AM |
|
IP: |
159.180.250.254 |
This is an Asp database question, I am connecting to an access database and reading from its fields. Say I have a field looks like follows: field name: extraOptions value: xs,s,m,l,xl,xxl
I want to read that field and craete an <Select>box with each value so that it looks like the following
<select name="select">
<option value="xs" selected>xs</option>
<option value="s">s</option>
<option value="m">m</option>
<option value="l">l</option>
<option value="xl">xl</option>
<option value="xxl">xxl</option>
</select>
how would I read through the string of commas?? |
Follow Up - Re: Reading an asp access database filed with commas - Bullschmidt 5/7/2003 11:50:23 AM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|