Ask a Question related to Dreamweaver AppDev, Design and Development.
-
jt_advance #1
Display dataset results in a random order
I'm connecting to an MS Access database to retireve my data and wan to display
my results in a random order. What i have is a table containing various
banners which are linked to various pages in my website (the URL is also stored
in the dataset) and would like these to appear in a random order.
My webpages are ASP.Net
jt_advance Guest
-
Re-arranging order of DataSet
Is it possible to re-arrange the order of the dataset, not just sort it. If you have a look at: http://www.ducksoupdesign.net/tak/stock/ You... -
random order results from MS access database
simple question but how could I go about order by search results randomly every time the page loads, or even better set it up so that each time the... -
Query results don't display properly in results table.IGNORE PREVIOUS
:disgust; I need to display the results of a query. The query runs properly. My problem is having specific results display in specific locations in... -
Query results don't display properly in results table.
:disgust; I need to display the results of a query. The query runs properly. My problem is having specific results display in specific locations in... -
ORDER BY clause in asp.net dataset
I have an aspx page on which is a dataset created in DWMX. The sql query is described in the line CommandText='<%# 'SELECT * FROM booklist ' %>' I... -
Paul Whitham TMM #2
Re: Display dataset results in a random order
If you were using a msSQL database then it is very simple as there is a SQL
function to do this. Unfortunately it is not available in Access. Have a
look at this article [url]http://aspnet.4guysfromrolla.com/articles/051003-1.aspx[/url]
as it explains how to achieve the same result against the datatables that
are contained within the dataset.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"jt_advance" <webforumsuser@macromedia.com> wrote in message
news:d7245p$qbo$1@forums.macromedia.com...display> I'm connecting to an MS Access database to retireve my data and wan tostored> my results in a random order. What i have is a table containing various
> banners which are linked to various pages in my website (the URL is also> in the dataset) and would like these to appear in a random order.
>
> My webpages are ASP.Net
>
Paul Whitham TMM Guest



Reply With Quote

