-
JavaScript and MS access databases
I would like to ask if it is possiable to make a connection to a MS access
database using JavaScript. If so, please send me information on how to do
it.
If it is not possiable please inform me on how I can make my VBScripts work
on Netscape nevigator. I would also like to know why the VBScript funtions,
Response.write and Request.Querystring does not work
-
Re: JavaScript and MS access databases
It is possible to retrieve data remotely from a database directly from the
client, but it's not usually advisable, because you typically want to avoid
sending connection and login/password information over the wire. The
Response.Write and Request.QueryString commands work on the server in ASP
pages. They won't work in the browser because the objects don't exist on the
client side.
"amukelani shandlale" <amu140@hotmail.com> wrote in message
news:3ae55e5d$1@news.devx.com...
>
> I would like to ask if it is possiable to make a connection to a MS access
> database using JavaScript. If so, please send me information on how to do
> it.
> If it is not possiable please inform me on how I can make my VBScripts
work
>
> on Netscape nevigator. I would also like to know why the VBScript
funtions,
> Response.write and Request.Querystring does not work
>
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|