ASP & Access connection

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

  1. #1

    Default ASP & Access connection

    Hi,

    Is it possible to connect to Access file located on another web server using
    ASP 3.0?

    Thanx, Neven


    Neven Klofutar Guest

  2. Similar Questions and Discussions

    1. Help using Access database connection
      I am using access, but when it connects using the supplied driver in CF MX7 suddenly I can see the full path name under for instance my tables in...
    2. DW8 connection to MS Access database
      I'm new to database design and I've been trying to connect to an MS Database on my local computer. I've been going round in circles trying asp,...
    3. ASP DSN-less connection to Access
      Dear All, I have IIS running on Windows XP Pro. On the server is a Access database and my ASP pages all under the 'wwwroot folder'. I have a...
    4. Access DB Connection problems
      Ok, I'm pretty new to this, so please be patient. Here the story. I've got a very simple access database used for people to enroll in training...
    5. Access sql connection stuff
      strSQL = "INSERT INTO Personal(FirstName,LastName) VALUES('" & strFirstName & "','" & strLastName & "')" tim "middletree"...
  3. #2

    Default Re: ASP & Access connection

    yes, but the performance isn't up to much (even for Access) and
    depending on how, you may hit permissions issues.





    ________________________________________
    Atrax. MVP, IIS
    [url]http://rtfm.atrax.co.uk/[/url]

    newsflash : Atrax.Richedit 1.0 now released.
    [url]http://rtfm.atrax.co.uk/infinitemonkeys/components/Atrax.RichEdit/[/url]

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Atrax Guest

  4. #3

    Default Re: ASP & Access connection


    Can you please send me the connection string ...


    10x, Neven


    "Atrax" <atrax@dontspamatrax.co.uk> wrote in message
    news:eUM1fJ8wDHA.2784@tk2msftngp13.phx.gbl...
    > yes, but the performance isn't up to much (even for Access) and
    > depending on how, you may hit permissions issues.
    >
    >
    >
    >
    >
    > ________________________________________
    > Atrax. MVP, IIS
    > [url]http://rtfm.atrax.co.uk/[/url]
    >
    > newsflash : Atrax.Richedit 1.0 now released.
    > [url]http://rtfm.atrax.co.uk/infinitemonkeys/components/Atrax.RichEdit/[/url]
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    Neven Klofutar Guest

  5. #4

    Default Re: ASP & Access connection

    On Tue, 16 Dec 2003 13:54:47 +0100, "Neven Klofutar"
    <neven.klofutar@public.srce.hr> wrote:
    >
    >Can you please send me the connection string ...
    Connection Strings:
    [url]http://www.able-consulting.com/ADO_Conn.htm[/url]

    Jeff
    >"Atrax" <atrax@dontspamatrax.co.uk> wrote in message
    >news:eUM1fJ8wDHA.2784@tk2msftngp13.phx.gbl...
    >> yes, but the performance isn't up to much (even for Access) and
    >> depending on how, you may hit permissions issues.
    >>
    >>
    >>
    >>
    >>
    >> ________________________________________
    >> Atrax. MVP, IIS
    >> [url]http://rtfm.atrax.co.uk/[/url]
    >>
    >> newsflash : Atrax.Richedit 1.0 now released.
    >> [url]http://rtfm.atrax.co.uk/infinitemonkeys/components/Atrax.RichEdit/[/url]
    >>
    >> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    >> Don't just participate in USENET...get rewarded for it!
    >
    Jeff Cochran Guest

  6. #5

    Default Re: ASP & Access connection

    Yes, see [url]http://www.aspfaq.com/2168[/url]

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]




    "Neven Klofutar" <neven.klofutar@public.srce.hr> wrote in message
    news:OZmwHs7wDHA.3224@tk2msftngp13.phx.gbl...
    > Hi,
    >
    > Is it possible to connect to Access file located on another web server
    using
    > ASP 3.0?
    >
    > Thanx, Neven
    >
    >

    Aaron Bertrand - MVP Guest

  7. #6

    Default Re: ASP & Access connection

    Or better yet, [url]http://www.aspfaq.com/2126#AccessRemote[/url]

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]


    Aaron Bertrand - MVP 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