Forum Moderators: buckworks

Message Too Old, No Replies

E-commerce Newbie question

         

fresh

11:09 pm on Feb 26, 2004 (gmt 0)

10+ Year Member



curious how you design pages in Dreamweaver for example that when you enter a product into a database it autmatically updates to a new position on the page. Say you have a product D that you just added to the database - How does it work that the product inserts itself into the right position alphabeitcally and the rest of the pages adjust to it?

thanks!

doug

TimmyMagic

12:07 am on Feb 27, 2004 (gmt 0)

10+ Year Member



I don't understand what you are asking. Maybe if you rephrase your question people will understand it.

Robino

1:21 am on Feb 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member




That's a pretty broad question (I think).

Try typing your question into Google.

Scanning this forum might help you too.

jsbeads

2:00 pm on Feb 27, 2004 (gmt 0)

10+ Year Member



It depends on the the select statment that you use.
Example: Select * from products order by ProductName

If you order by is product name then I would expect it to be correct. If it's product ID, Record Number, Date Added or something else then your results are different.