Print Page | Close Window

paging using Oracle

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=4932
Printed Date: 30 March 2026 at 11:41pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: paging using Oracle
Posted By: amisima
Subject: paging using Oracle
Date Posted: 11 August 2003 at 1:25pm
Hi I am trying to add paging to my search page. I have tryed different ways but I can't seem to get it to work. Does anyone know of a place that I might be able to find an example using a Oracle database and without using absolute page?

Thanks,

AmisimA



Replies:
Posted By: vladanr
Date Posted: 19 September 2003 at 3:39am

I'm sorry I can't help you with your problem, but I hope you can help me

I'm having trouble connecting to my Oracle database from asp. I've tried using a dsn connection, and failed, and then tried dsnless connection wich apparently located and opened the database but reported an internal oracle error.

I would apriciate if you could post how did you connect to your database.

thanx



Posted By: amisima
Date Posted: 19 September 2003 at 6:18am
DIM connectionstring, db

connectionstring="Provider=MSDAORA; User ID=***; Password=***; Data Source=***"
     
set db = server.createobject("ADODB.connection")
                
db.ConnectionString = connectionstring
db.Open

Hope this helps!



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net