reading Access database programmatically

  • Thread starter Thread starter Leo
  • Start date Start date
L

Leo

What I am trying to do is create a windows app(preferably using .NET) that
will be deployed on a server machine to read uploaded access db files. Is
there any way of doing this at all without having Office installed on the
machine?

Thanks,
Leo
 
What do you mean you are trying to "read" uploaded Access db files?

Are you just trying to document what mdb and accdb files are on your system,
or do you want to look at the tables or other objects (forms, reports, ...)
in those files?
Or do you actually want to be able to view the data?

--
HTH
Dale

Don''t forget to rate the post if it was helpful!

email address is invalid
Please reply to newsgroup only.
 
Do you realize that current "conventional wisom" is that Access tables do not
make an ideal backend for a busy web-based application. You should consider
using SQL Server or MySQL.

JMHO - YMMV
 
Dennis said:
Do you realize that current "conventional wisom" is that Access tables do not
make an ideal backend for a busy web-based application. You should consider
using SQL Server or MySQL.

1) The original poster stated "uploaded" files to a server. No
mention of web based applications.

2) Depends of the volumes of inserts/updates. If very few it should
be fine. If lots then I completely agree with you.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Back
Top