Okay; well I know that I have to build an admin interface that allows an editor to enter, say, a news story into a form that is entered as a record in a db. Then if I click a Generate button or something, a process takes place that gets the recordset, looks at each record and says 'What's your template ID? News template huh, okay lets take all your fields, put them into right places in the news template and then save that as your newsID_newsstory.htm' and then gets the next record etc. This is the cms at it's most basic as I understand.
Obviously this will involve a 'while not EOF' to got through all the records in the rs. But I'm stuck at the bit where the asp creates the recordset and puts the data from each record in the right template. I suppose I could also use the filesystem object to then save the resulting template as the right htm file.
As you can see I understand the idea, but don't know how to resolve it. It's like having all the car parts but not knowing how to put them together to make a working car. The asp2htm component I heard did this - I also found a .class based version here
http://www.netcomplett.de/software/n...n_english.html
Any help or ideas would be great thanks!
frank