![]() | ![]() | ![]() |
| |||||||
| Forums | Register | Groups | Awards | Arcade | Pets | T-Bucks / T-Store | Invite Your Friends | Blogs | Mark Forums Read |
| Web Design Forums and discussions on webdesign |
Web Design | |||||||||
|
|
|
|
| |||||
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Civilians | Has anyone done any automation with Access 2003 through ASP.NET? It works fine in a windows application, but using the same code on a web form just brings up a web page that never loads. Here is the code: Access.Application oAccess = null; oAccess = new Access.ApplicationClass(); // This is the line that hangs - I have tried this with true and false oAccess.OpenCurrentDatabase("C:\\Northwind.mdb", false, ""); oAccess.Quit(Access.AcQuitOption.acQuitSaveNone); Marshal.ReleaseComObject(oAccess); oAccess = null; I have set the DCOM is permisions and I know the file exists with the approprate permisions, does anyone have any other ideas??? Thanks in advance! sasteph@msn.com |
|
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| obj var vs automation | Clayton | Microsoft Applications | 2 | 07-23-2005 16:00 |
| Access 2003 - Inserting A Quick Time Movie - Data Access Page | consulttech2004@hotmail.com | Web Design | 0 | 04-05-2005 00:00 |
| S.O.S.Automation | J. Mike | Web Design | 0 | 03-26-2005 04:00 |
| Access 2003 Data Access Pages | Peter Kraus | Web Design | 1 | 06-15-2004 14:19 |
| HELP needed: how access automation of explorer and entry of data into search engines? | Jack-of-all-traits | Web Design | 0 | 06-15-2004 13:57 |
![]() | ![]() | ![]() |