OK.
Assuming your webserver is running.
Extract the zip into the WEB-Root folder (e.g. C:\inetpub\wwwroot\Access)
should look like :
Dont change any folder names !
run your browser inside your Server like:
http://localhost/Access
(here you can get Infos about exceptions)
run your browser outside your Server like:
http://192.168.216.4/Access
or (if a servername is defined e.g "server.com")
http://server.com/Access
To choose the
database and a
test select you can change the entries in the connectionstring segment in the web.config file.
There is also the location where your database should be found.
connectionString="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\temp\Nordwind 2007.accdb;Persist Security Info=False;
In the "real" operation with B4A these parameters will be sent as "header Parameters"
But for now you can try the connectivity first.
(and pray that the connection string works)
in advance :
http://social.msdn.microsoft.com/Fo...-registered-on-the-local-machine?forum=vstsdb
greets Jens