There's all kinds of different ways to do this; depends on how they want
the database.
Do they want only one database? Then:
High end/lingo kung fu:
SQL server/database
ODBC Xtra or V12 Xtra
-- xtra creates and changes records on the sql db
Mid range/programming karate:
SQL server
asp or php pages
-- do postnettext calls to teh php pages that takes your requests/changes,
shoves em into the sql db and returns more data. Pretty painless once you
know how.
Just above low/programming yoga:
Networked server
Buddy Api Xtra or File i/o xtra
-- just create a text file on a centralized machine, grab the text there,
record the new answers and resave into a comma delim'd file
Simple simple:
BuddyApi or File i/o or get/setpref
just create a text file on the local machine.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]