Ask a Question related to ASP Components, Design and Development.
-
Dan Somdahl #1
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?
Dan Somdahl Guest
-
How to parse a string into a date?
I have a date string that comes into my Flex app as something like '2005-10-24 00:00:00'. I have a DateFormatter set up as <mx:DateFormatter... -
parse php string
is there a function that parse a string containing php and saves the result into a variable? thanks in advance -
Parse part of string (mid string function ?)
Can someone tell me how to parse part of a string? I can use the following: <?php $text = $_SERVER; //$PHP_SELF //(document.url); echo $text;... -
Select from table where field = string
How to select all lines containg a string (located in $pastmove) in the moves column I tried several ways, for example: $requete="SELECT... -
Seperating data from single table field (string)
Hi All Can anyone help with this please. I need a way of putting say 10 to 20 bullet points in one table field in an Access database - say... -
McKirahan #2
Re: Parse a string from a field and display in table
"Dan Somdahl" <dsomdahl@wilson-mcshane.com> wrote in message
news:C24D216F.231%dsomdahl@wilson-mcshane.com...thing> 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 same6 different posts in (at least) 3 newsgroups about 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?
[url]http://www.aspfaq.com/5003[/url]
McKirahan Guest



Reply With Quote

