|
-
Aug 13th, 2006, 10:26 AM
#1
Thread Starter
Hyperactive Member
Require some advice on how to complate a small project
Hi all,
This is just a small request for advice and pointers on how I could go about comleting a relatively simple project. What it is I need to store records in a database, I was thinking an access databse would be the easiest. There will only be two Records "Make" and "Model". I need to be able to add, edit, search etc. these functions are relatively easy to implement I think. The part which Im not too sure about is how to write them to a file. it will be a text file similar to this format
var ModelsArray=new Array();
ModelsArray[ModelsArray.length]=new Array('FORD','FOCUS');
look forward to hearing the experts opinions and advice.
thanks in advance
R
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|