Click to See Complete Forum and Search --> : searchable database without mysql, director, etc (with java, jscript, etc...)


naiad
07-17-2003, 08:42 PM
Hi:

I need to make a web page with a database of records with the search feature. I need to put this web in a CD-ROM after... so i cant use php or mysql...

I dont want to use Director, cause i dont know it

Any solution maybe in javascript, java ?
Is there any way to install a PHP/Apache in a CD-ROM ?
The database is about 30.000 records...

No problem if there's a commercial solution... i need ANY solution

Thank you in advance

Exuro
07-17-2003, 09:15 PM
You could make an XML database that you could search using JavaScript. It'd take a bit of work though... You can read about XML at W3School's website:
http://www.w3schools.com/xml/default.asp

naiad
07-18-2003, 06:25 AM
javascript search in 30.000 records XML text file ?
you crazy :)

I've found this
http://www.indigostar.com/microweb.htm

naiad
07-18-2003, 07:52 AM
hmmm
nice solution but...

do you know any solution with hidden source code ?

I've seen what i posted... it's very interesting, but it keeps the php source and mysql data open to anyone...

any compiled solution ?

thanx

Exuro
07-19-2003, 03:41 PM
Compiled solution? It sounds like you should just write your own application in VB, C++, or Java or something to do this instead of trying to do it with a webpage on a CD... If you have that option then I think that would probably be the best solution for what you're wanting.

Khalid Ali
07-20-2003, 09:10 AM
There could be 2 possible and do able solutions,
1. Use java
Java applet on the web page, can pretty much query any database instanceyou ay want to put on disk.

2. An ActiveXControl for i=only IE specific browsers can do the same.