There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
acer black screen blue screen boot bsod computer connection crash css dell display driver drivers email error excel explorer firefox firefox 3 game hard drive internet internet explorer itunes laptop lcd linux malware network networking nvidia outlook outlook 2003 outlook express partition printer problem ram router slow sound sprtcmd.exe trojan usb video virus vista windows windows xp wireless
Web Design & Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Internet & Networking > Web Design & Development >
ASP database grab and import to access


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
dannyspencer's Avatar
Junior Member with 5 posts.
 
Join Date: Aug 2005
Experience: Intermediate
16-Aug-2005, 10:15 AM #1
ASP database grab and import to access
Please help it would make my life so much easier!

There is a website which uses an asp database to store all the information (mini parts and pricing) i want to grab this database and make it viewable in access or excel so that i dont have to manually use the search function each time and imput data into my spreadsheet manually.

Is there anyway of possibly doing this anyone???!

Please tell me if my request is a stupid one

Dan
drdrew1469's Avatar
Senior Member with 436 posts.
 
Join Date: Nov 2000
Location: PA
Experience: God
16-Aug-2005, 10:23 AM #2
first, welcome to the forum, second, not a stupid request.

now, asp is the webpage and _____ is the database, either access, sql, csv, etc.

what kind of db is it? then it will be easier to guide you through this.

drew
drdrew1469's Avatar
Senior Member with 436 posts.
 
Join Date: Nov 2000
Location: PA
Experience: God
16-Aug-2005, 10:27 AM #3
also, i'm assuming you have access permissions to the directory in which the db is stored? if so, good, if not then this may be more of a 'Business Applications' question for querying online db's into access/excel.

hth,

drew
dannyspencer's Avatar
Junior Member with 5 posts.
 
Join Date: Aug 2005
Experience: Intermediate
16-Aug-2005, 10:28 AM #4
look at this webpage.
http://www.minispares.com/

Do a search... this is the database i want to access.. (product.asp or something)

basically i want to download it to save writing down all the part numbers.

I might be way out here...
dannyspencer's Avatar
Junior Member with 5 posts.
 
Join Date: Aug 2005
Experience: Intermediate
16-Aug-2005, 10:36 AM #5
no i dont have any kind of speacial permissions.. im just being cheeky
dannyspencer's Avatar
Junior Member with 5 posts.
 
Join Date: Aug 2005
Experience: Intermediate
16-Aug-2005, 10:42 AM #6
or pull the part numbers from this table (and others)

https://www.minispares.com/Auth/Down...Chapter2/3.htm
drdrew1469's Avatar
Senior Member with 436 posts.
 
Join Date: Nov 2000
Location: PA
Experience: God
16-Aug-2005, 10:43 AM #7
well...you might be...this isn't your site is it? lol it looks as though this site does not want you to do that, they are already trying to 'hide' code and Search runs another file that queries the db, so even if you knew the db name and type, i'm willing to bet they are checking which page the request came from so you trying to d/l it, chances are the server would just turn you away anyhow...

drew
__________________
Please help me as I am attempting to (re)gain my (in)sanity.
drdrew1469's Avatar
Senior Member with 436 posts.
 
Join Date: Nov 2000
Location: PA
Experience: God
16-Aug-2005, 10:46 AM #8
sorry, can't get to that page, it wants me to login, you're most likely s.o.l. on this

drew
dannyspencer's Avatar
Junior Member with 5 posts.
 
Join Date: Aug 2005
Experience: Intermediate
16-Aug-2005, 10:47 AM #9
is there anyway i can "import" the data from tables like this: https://www.minispares.com/Auth/Down...Chapter2/3.htm

... into an excel sheet without having to copy and paste a million times? i think i have seen it done somehow before??
drdrew1469's Avatar
Senior Member with 436 posts.
 
Join Date: Nov 2000
Location: PA
Experience: God
16-Aug-2005, 11:09 AM #10
Quote:
Originally Posted by drdrew1469
sorry, can't get to that page, it wants me to login, you're most likely s.o.l. on this

drew
still can't get to it, lol.

drew
Rockn's Avatar
Computer Specs
Distinguished Member with 17,888 posts.
 
Join Date: Jul 2001
Location: Mexico of the North, MN
Experience: Disenfranchised American Male
16-Aug-2005, 12:06 PM #11
You can create a query in ASP and output the results to an Excel spreadsheed directly from a web page. It is actually a CSV file named with an .xls extension but it works.
drdrew1469's Avatar
Senior Member with 436 posts.
 
Join Date: Nov 2000
Location: PA
Experience: God
16-Aug-2005, 12:30 PM #12
hey, Rockn, you sparked my interests here, so explain this to me too. How can this be done if the query is checking for a referring page (most likely a form post), as well as wanting a customer login to view the tables? I imagine there is security setup on this site that doesn't allow this, and with it not being his website, how does he "get around this"...asp or not it just doesn't seem very accessible? one of my sites has a search/filter feature like this and without knowing the db name/type and having security to access it directly, how could I do this because it display no data unless the referring page requests it. I guess you could trick the request into thinking that it was a valid request, but you'd still have to know the db field names and proper values, ie an asp post where the results are based on user criteria.

thanks,

drew
__________________
Please help me as I am attempting to (re)gain my (in)sanity.
Rockn's Avatar
Computer Specs
Distinguished Member with 17,888 posts.
 
Join Date: Jul 2001
Location: Mexico of the North, MN
Experience: Disenfranchised American Male
16-Aug-2005, 07:32 PM #13
Yea, I was under the impression this was his site and he would be able to add a script on the server to process a query on it and make the Excel file. There is also the option to do web queries in Excel that will process tables on a given web page and you can manipulte the data that way.
__________________
**Disclaimer** Anything below this line ^ is part of my signature for those that may be confused

Sadly, there are no integers on this scale, so your gangly adolescent attempt to be clever has proved futile....Dieter

I have the right "NOT" to be tolerant of others because they are different, weird, or tick me off.....Parody of Andy Rooney

There are no stupid questions, but there are a LOT of inquisitive idiots.
GCDude's Avatar
Senior Member with 400 posts.
 
Join Date: Apr 2005
Location: Brighton, UK
Experience: Possibly Competent
17-Aug-2005, 05:26 AM #14
as its not your site, the only option to automate this is probably to write yourself a crawler, however you have the problem of trying to work out which pages you need to crawl, the format would be something like: - http://www.minispares.com/Product.aspx?pid=37760, however u dont know all the product ids to visit. I guess you could crawl the categories (http://www.minispares.com/Shop.aspx?ccid=5) and then build up a list of pids, but not all pids are listed under each category (multiple pages).

How many products do they have? You might be better cutting and pasting, lol.
Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who help people like you solve computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 08:57 PM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.