Possible for a Data Access Page?

H

Homeslice

Can a user access a database published on a webserver (via Data Access Pages)
even though they don't have ACCESS installed on their PC?, and still execute
queries and such?
 
S

Sylvain Lafontaine

Yes on the Internet/Intranet if the back-end is MSDE or SQL-Server.

Yes for the Intranet only if you want the back-end to be an MDB file. Also
possible for the Internet if you want to use RDS; which has been deprecated
by Microsoft for security reasons two or three years ago.

More info in the m.p.dataaccess.pages newsgroup.

S. L.
 
Top