Signup · Login
Stardeveloper.com  
Home · Tutorials · Forums · ASP.NET Newsletter Application · Web Hosting Plans · Faisal Khan's Blog · Contact
Forums : ASP : ADO/ODBC : Pulling Data from MSAccess back into ASP Form Signup · Login
Author Thread
Pulling Data from MSAccess back into ASP Form
Posted in tutorial: Accessing database from an ASP page
·  bburden
User
Joined: 10 Oct 2004
Total Posts: 1

Pulling Data from MSAccess back into ASP Form

Posted: 10 Oct 2004
I have successfuly created a from that dumps data into a Access database. But now I want to know if it is possibe to pull individual records back from access to auto fill the form when that form is opened in the web browser.

I am very new and just trying to wing these things on my own with the help of people as yourself to assist me.

Thanks so very much.
·  gilgalbiblewheel
User
Joined: 8 Jul 2004
Total Posts: 6
here...
Posted: 17 Oct 2004
Use the code in
http://www.stardeveloper.com/articles/display.html?article=2000071001&page=1

and change the database name ("paging.mdb") to your database's name .
connStr = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & _
Server.MapPath("paging.mdb")

And see how it goes.
·  forevercheap
User
Joined: 29 Nov 2005
Total Posts: 1
Pulling A SPECIFIC Record from MSAccess back into ASP
Posted: 29 Nov 2005
I understand how this works (and it works fine). However, the quandry I am in is that I need to display the information associated with a user selection in a drop-down list. Is there something that can point me in that direction? The list that I am working with has, for example, a key assigned to a utility supplier. We want visitor to our site to be able to get the contact info for that one supplier without having to scrill through all of them to find the one they need...

Thanks in advance...

Rob!
"Knowledge speaks, but wisdom listens"
Want to leave a comment? Login or Register for free!

Users Subscribed To This Thread
ricardo  

Users Who Have Visited This Thread In Last 24 Hours
3 Visitors

Login to post a comment or start a new thread
UserName Or Email Address:       Password:       Auto-Login:    
· Create New User Account
· Send Forgotten Password by Email
 
© 1999 - 2010 Stardeveloper.com, All Rights Reserved.