Reports in MSAccess with ASP

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Reports in MSAccess with ASP

    I got soem code from 4GuysfromRolla and am having serios problems getting it to work. I need to be able to use the Reports from an MS Access database by means of ASP. The Code can be seen at [url]http://4guysfromrolla.com/webtech/042600-1.shtml[/url] I would really apresiat it if someone can help me out. I am running a Win2K server with IIS5 on it. The problem with the code is that I get an error on line 140. It said that a var was not declared. I can see that it is not declared and tryed to change it to soemthing that is in the code, but no luck Any Help would be apresiated

    -----------------------------
    This message is posted by [url]http://Asp.ForumsZone.com[/url]

    Antonio Guest

  2. Similar Questions and Discussions

    1. Need Help with SQL statement. MSAccess
      I am new to cf and SQL and I want to display only the three most recent entries in the database. I tried (remember I'm a newbie) setting up an...
    2. Date::MSAccess V 1.01
      The pure Perl module Date::MSAccess V 1.01 is available immediately from CPAN, and from http://savage.net.au/Perl-modules.html. On-line docs,...
    3. From PDF to MSAccess
      is there any way of capturing data of a PDF document and making it an Access table? Thank you
    4. ASP + MSACCESS
      How can I check NTFS permission and how to give the IUSR account sufficient privileges to update the database which is in MSACCESS. It's always...
    5. ASP and MSAccess
      I am updating a MSAccess DB from a web page. I can read the database with no problem but my update and insert script are having problems. Example:...
  3. #2

    Default Re: Reports in MSAccess with ASP

    Did you try just declaring the variable?

    Ray at work

    "Antonio" <antoniob@armscor.co.za> wrote in message
    news:700872661822499@Asp.ForumsZone.com...
    > I got soem code from 4GuysfromRolla and am having serios problems getting
    it to work. I need to be able to use the Reports from an MS Access database
    by means of ASP. The Code can be seen at
    [url]http://4guysfromrolla.com/webtech/042600-1.shtml[/url] I would really apresiat it
    if someone can help me out. I am running a Win2K server with IIS5 on it.
    The problem with the code is that I get an error on line 140. It said that
    a var was not declared. I can see that it is not declared and tryed to
    change it to soemthing that is in the code, but no luck Any Help would be
    apresiated
    >
    > -----------------------------
    > This message is posted by [url]http://Asp.ForumsZone.com[/url]
    >

    Ray at Guest

  4. #3

    Default Re: Reports in MSAccess with ASP

    On Wed, 16 Jul 2003 05:06:00 -0700, "Antonio"<antoniob@armscor.co.za>
    wrote:
    >I got soem code from 4GuysfromRolla and am having serios problems getting it to work. I need to be able to use the Reports from an MS Access database by means of ASP. The Code can be seen at [url]http://4guysfromrolla.com/webtech/042600-1.shtml[/url] I would really apresiat it if someone can help me out. I am running a Win2K server with IIS5 on it. The problem with the code is that I get an error on line 140. It said that a var was not declared. I can see that it is not declared and tryed to change it to soemthing that is in the code, but no luck Any Help would be apresiated
    It would seem a lot more sensible to declare the variable than to
    change it to a different one that happens to already be declared...

    Jeff
    ===================================
    Jeff Cochran (IIS MVP)
    [email]jcochran.nospam@naplesgov.com[/email] - Munged of Course

    I don't get much time to respond to direct email,
    so posts here will have a better chance of getting
    an answer. Besides, everyone benefits here.

    Suggested resources:
    [url]http://www.iisfaq.com/[/url]
    [url]http://www.iisanswers.com/[/url]
    [url]http://www.iistoolshed.com/[/url]
    [url]http://securityadmin.info/[/url]
    [url]http://www.aspfaq.com/[/url]
    [url]http://support.microsoft.com/[/url]
    ====================================
    Jeff Cochran Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139