Home > Archive > MS Access database support > February 2006 > How to read Access Data Access Pages with vb .net









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author How to read Access Data Access Pages with vb .net
Paul M

2006-02-21, 3:24 am

Hello,
I want to to be able to read line by line the contents (ie the html)
inside some Data Access Pages I have in a Microsoft Access database.
There doesnt seem to be a call I can use in the Access library within VB
..net to allow me to read lines (there is for modules).

On option I thought was to get the file path from the Access DB then
open up and read the using normal file handling calls, however once
again I cant find a property that gives me the file path of the data
access page. It must be stored somewhere in Access!

If anyone can help I would be grateful!!

Thanks
Paul M
Lyle Fairfield

2006-02-21, 9:23 am

CurrentProject.AllDataAccessPages("Suppliers").FullName

yields

C:\Documents and Settings\Lyle Fairfield\My
Documents\Access\Sup
pliers.htm

Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com