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!

How to access Local Oracle database from ASP Pages

Status
Not open for further replies.

ashishbhagvat

Programmer
May 24, 2001
2
0
0
US
Hi all
I have a typical problem of accessing the local database from my ASP pages.
The oracle database resides on the client machine and i need to read some data from the database and use the same in my ASP pages. Cosidering that the client grants access to read the database, how is this possible.
I am unable to think of a possible solution.
If anybody knows than please let me know this.
This is very urgent.

Also please let me know the use of DbPool & database object which are used for database connection.

Thanks

Ashish Bhagwat
 
you might need to build an array in javascript at the client and pass it back to your server in a session variable or hidden form field.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top