Pro VB DatabasesAdvanced-level VB coding questions specific to using VB with databases. Beginning-level questions or issues not specific to database use will be redirected to other forums.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Pro VB Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
i have a Access database on our Website is it possible to access that database without downloading it so that i can genrate crystal reports using an application on my machine
thanks for your reply. but this is possible and during the course of time i have done this and still working on it. the root is A
CCess Database->asp.net uning Ado.net ->XML ->ADo.net of Application->XML ->XML-CrystalReport i know this is a long process but till the time it is working fine reducing my time to download the data. in this case if you find any further solution Please Let Me Know
You can get to an access database in code. Never tried crystal reports, but I would imagine that it could happen. I've ran into problems trying to get to an access database on another server though...
Not sure if this is the answer that you are looking for?