Feb 14, 2003 #1 annettesue Technical User Joined Feb 10, 2003 Messages 29 Location MY I would like to retrieve web pages from cache and save to Access database. I have no idea which function should I used to save to database.
I would like to retrieve web pages from cache and save to Access database. I have no idea which function should I used to save to database.
Feb 17, 2003 1 #2 Dashley Programmer Joined Dec 5, 2002 Messages 925 Location US Are you asking how to capture the data or how to send it to the access database? Do save it to an access database you can set up an access ODBC connection in your code and then pass the data to access using standard SQL. Upvote 0 Downvote
Are you asking how to capture the data or how to send it to the access database? Do save it to an access database you can set up an access ODBC connection in your code and then pass the data to access using standard SQL.
Feb 17, 2003 Thread starter #3 annettesue Technical User Joined Feb 10, 2003 Messages 29 Location MY Thanks a lot, Dashley. You've help me to solve my prob. Upvote 0 Downvote