fathel Posted April 19, 2006 Posted April 19, 2006 Dear members,I have few questions for you .....I am having my web site and an online survey designed using MS FRONTPAGE.In the form I am directing data to a CSV file (Excel ) .My questions: are there any issues with concurrency , locks ... etc as my survey could be accesed by more than one user simultaniously.Also are there any limits to the maximum size of such file ?Would you rather recommed a databse as a repository ( I expect around 500 respondants in total )many thanks and execuse me if I have not picked the correct forum as this is my first posted message here.
tain Posted August 29, 2006 Posted August 29, 2006 CSV has no concurrency or other DB features of that nature. It is just a text file.You should either limit the utility to one user at a time, or use a DB.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now