Link to home
Start Free TrialLog in
Avatar of liv4fun
liv4fun

asked on

Local Database search

I have a informative CD that I created that is set up like a website but housed on the CD.  I want to create a rate seach where the client puts in a sales price and it returns rates from different catagories.  The rates will be housed in a database on the cd.  Is this something that is possible and how do I do it?

Thanks for any help!!!

Avatar of rockmansattic
rockmansattic

Not using basic methods of database search.  Definitly not use DW.  this question would be better asked in another section.  

Becasue the database and the website will be onthe local machine, the user would have to have IIS running on their machine and I could see a lot of complication hapening.  
For basic search functions of a database, you must first have a connection , with usually is via asp or php code and the presents of IIS or SQL server.  Since this cannot be on the CD, then no, wont be that easy.

I will look further into it for you.

Rockman
The only thing I could find would be a possible Javascript solution
I you could connect to the database via js and have it search, that may work.


this may help
http://www.oreilly.com/catalog/jscook/chapter/ch01.html

Good Luck
Avatar of liv4fun

ASKER

I should say it is a Database.  I am just trying to do a basic look up.  An amount return 3 different figures.  Is it that much work to do that?
I have never done that much Javascript, but I would think that it woulnt be too difficult considering how easy JS is as a whole.

Rockman
If you are only doing a basic lookup then you could just store the required values in a Javascript array which will be contained within your webpage and will therefore work online as well as on a CD.
Avatar of liv4fun

ASKER

Can anyone give me an example of how the JS should be written.
ASKER CERTIFIED SOLUTION
Avatar of Neil_Simpson
Neil_Simpson

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
if you are suing MS-Access databse, You can use data accesspage...its so easy