Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old April 19th, 2007, 07:35 PM
Dan Somdahl
Guest
 
Posts: n/a
Default Parse a string from a field and display in table

Hi, I am new to ASP but have what should be a fairly simple task that I
can't figure out.
I need to parse a string from a single, semi-colon delimited, 60 character
field (el_text) in a recordset and display the results in a table on a
webpage (ASP)

I can retrieve the recordset from the database and display the field data
results in rows of a table but have the entire 60 character string in one
cell. I need to break that string apart and put each semi-colon delimited
value in it's own cell. Then move to the next record and do the same thing
in the next row of the table. - and so on

I'm using ASP, VB Script with DMSII Database and OLEDB

Does anyone have some code examples on how to break this field apart and
then arrange the data into an html table on a webpage?

  #2  
Old April 19th, 2007, 07:45 PM
Bob Barrows [MVP]
Guest
 
Posts: n/a
Default Re: Parse a string from a field and display in table

Dan Somdahl wrote:
Quote:
Hi, I am new to ASP but have what should be a fairly simple task that
I can't figure out.
I need to parse a string from a single, semi-colon delimited, 60
character field (el_text) in a recordset and display the results in a
table on a webpage (ASP)
>
I can retrieve the recordset from the database and display the field
data results in rows of a table but have the entire 60 character
string in one cell. I need to break that string apart and put each
semi-colon delimited value in it's own cell. Then move to the next
record and do the same thing in the next row of the table. - and so
on
>
I'm using ASP, VB Script with DMSII Database and OLEDB
>
Does anyone have some code examples on how to break this field apart
and then arrange the data into an html table on a webpage?
No, I have no example. I would have to write it myself using the Split()
function to break the string up into segments using ; as the delimeter
argument. Then I would loop through the resulting array writing the
string into a new string of html to form the table cells.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


 

Bookmarks

Thread Tools

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles