Ask a Question related to ASP Database, Design and Development.
-
Martin #1
writing db record to tables (wrapping and spanning rows)
Hi, I have a dataset where each record contains a persons name and
filename of their picture. I want to write a row of five names, then a
row containing there pictures, then a blank row, and then the next
five names, etc. Kinda like this:
Row 1 Name1 Name2 Name3 Name4 Name5
Row 2 Pic 1 Pic 2 Pic 3 Pic 4 Pic 5
Row 3
Row 4 Name 6...
There must be a fairly easy way to do this in ASP, but my brain is
locking up. Any ideas?
Martin Guest
-
Spanning tables
Hi ALL, Im wondering sooner or later my disk will be filled-up by postgres's data.. Can anyone give some suggestion on how to deal with this. ... -
Response.Writing Rows based on If Staments
Hi All, been away from developing, if you can call what I do that, and am stumped already..lol..see code below. I'm trying to get each row to... -
ASP form writing to multiple DB tables.
I'm new to Access and ASP pages, but so far I have been doing OK. This one has me stumped. What I am trying to do is have an ASP form with several... -
Updating number of rows in tables
Hello, I want to write a script that will display a table with a number of rows the user wants. Example, I go to a page and need 30 rows, I press... -
Comparing rows in 2 tables
Jake wrote: Why? Why not use the solution you have in hand that works? Daniel Morgan -
Ray at #2
Re: writing db record to tables (wrapping and spanning rows)
"Martin" <mbarron2896@earthlink.net> wrote in message
news:64e6c521.0310091603.390fb004@posting.google.c om...What have you tried so far and where are you stuck?> There must be a fairly easy way to do this in ASP, but my brain is
> locking up. Any ideas?
Ray at home
Ray at Guest
-
Hannibal #3
Re: writing db record to tables (wrapping and spanning rows)
show us what you got so far...
"Martin" <mbarron2896@earthlink.net> wrote in message
news:64e6c521.0310091603.390fb004@posting.google.c om...> Hi, I have a dataset where each record contains a persons name and
> filename of their picture. I want to write a row of five names, then a
> row containing there pictures, then a blank row, and then the next
> five names, etc. Kinda like this:
>
> Row 1 Name1 Name2 Name3 Name4 Name5
> Row 2 Pic 1 Pic 2 Pic 3 Pic 4 Pic 5
> Row 3
> Row 4 Name 6...
>
>
> There must be a fairly easy way to do this in ASP, but my brain is
> locking up. Any ideas?
Hannibal Guest
-
Martin #4
Re: writing db record to tables (wrapping and spanning rows)
Thanks to all but my brain unfroze last night.
What I ended up doing is using two arrays. I stored five records into
the two arrays, wrote the two rows, and then looped around to do it
again (with if-thens scattered within to make sure I hadn't reached
eof)
"Hannibal" <Dominique@webadstudio.com> wrote in message news:<uafWaQxjDHA.2000@TK2MSFTNGP12.phx.gbl>...> show us what you got so far...
>
>
> "Martin" <mbarron2896@earthlink.net> wrote in message
> news:64e6c521.0310091603.390fb004@posting.google.c om...> > Hi, I have a dataset where each record contains a persons name and
> > filename of their picture. I want to write a row of five names, then a
> > row containing there pictures, then a blank row, and then the next
> > five names, etc. Kinda like this:
> >
> > Row 1 Name1 Name2 Name3 Name4 Name5
> > Row 2 Pic 1 Pic 2 Pic 3 Pic 4 Pic 5
> > Row 3
> > Row 4 Name 6...
> >
> >
> > There must be a fairly easy way to do this in ASP, but my brain is
> > locking up. Any ideas?Martin Guest



Reply With Quote

