Wrox Programmer Forums
|
Classic ASP Components Discussions specific to components in ASP 3.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Components 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
 
Old May 9th, 2007, 06:21 AM
Registered User
 
Join Date: May 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default calling access report from asp page error

hi everybody

i am trying to execute code for calling access report from my asp interface.
  Set objAcc = Server.CreateObject("Access.Application")
  objAcc.Visible="False"
  objAcc.OpenCurrentDatabase ("database physical path")


I have configure security setting to overcome security error.But now i m getting error :

You entered an expression that has an invalid reference to the property Visible

and if i just omit that statment.i couldn't load the database.so can anybody pls give me some idea to overcome this err.

thanx in advance

rigs






Similar Threads
Thread Thread Starter Forum Replies Last Post
Calling Crystal report from BO XI server using ASP raajnselliah Crystal Reports 0 February 6th, 2006 09:31 AM
Calling a HTML page from an ASP script Brutus Buckeye ASP.NET 1.0 and 1.1 Basics 1 November 2nd, 2005 03:56 PM
calling crystal report from asp.net ashish_26 Crystal Reports 1 August 27th, 2004 10:25 AM
Calling stored procedure from ASP page niravp SQL Server ASP 7 March 19th, 2004 07:40 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.