Hello! > Yeah, mine is a "collection of functions"! It has some pretty advanced > system in place such as the dataitems system where a non-programmer can > create a database type structure, with search screens, results and on-line > data entry pages. All linked into the actual content system which is output > as XML and XSLT stylyed. Took me about 4-5 months to develop to the stage > it is at now, all in ASP/COM/SQL Server2K.
I've spent more than 2 years on the previous system. Just looked at the stored_procedures.sql text file the other day and noticed it was more than 25.000 lines long. And then add code for tables, views, functions .. sick stuff. My API is built around ASP/COM/SQL Server 2K too and I'm (also) delivering XML from the API as well as individual functions for update/select for each field for each table in the API (to allow the programmer to access the data as fast as possible for single-value updates, which has proven to be pretty usefull). Dim sPageXML sPageXML = oCMSPage.GetFPageXML(sDSN, iPageID) etc. -- Venlig hilsen / with regards Anders Lundholm (senior developer) Boje & Mobeck A/S E-mail: [EMAIL PROTECTED] Web: http://www.boje-mobeck.dk --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
