Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

text file database 1

Status
Not open for further replies.

chrisparr21681

Programmer
Nov 18, 2002
17
GB
Help....
i am trying to write a sign in page for a members section on my website...have the page set up but need to be able to write the info to a text file databae...this is because the damn hosting company won't allow access or sql databases on their servers and i don't want to have to change hosts.. any help on this matter would be appreciated
 
Why not use an MS Access (MDB) database? It's better than text file.
 
"this is because the damn hosting company won't allow access or sql"

you could try to make something with plain vanila text files by using the filesystemobject and read/write files. But be modern, and go for XML. This is a good starting point:


(maybe this too is not possible at your ISP. But when you need database driven webpage functionality: look for another ISP)


hth,
Foxbox
 
"this is because the damn hosting company won't allow access or sql"

Oops, sorry I did not notice that. [blush]
 
If the host is running a windows system then they likely won't have a choice about XML as the MSXML components are included in Windows already, so that is one possibility.

As to the Access: I'm not sure how to go about disabling it so that people can't use it, all it is is a file that you use the Jet driovers from the MDAC to connect to, which also come on thesystem in some form or another (not saying it isn't possible they have disabled it, just saying I wouldn't know how to).

-T

[sub]01000111 01101111 01110100 00100000 01000011 01101111 01100110 01100110 01100101 01100101 00111111[/sub]
The never-completed website:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top