Sql server update via asp with access db on remote machine

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

  1. #1

    Default Sql server update via asp with access db on remote machine

    Hello, can anyone give me some hints about updating a sql server database
    with MsAccess database info on a remote desktop machine,

    the idea is to write an access application to gather some data and then
    update the sql server via asp-scripts on a webserver with sql behind it.
    I've already worked with asp and sql-server but the trick now is to get a
    connection via asp to the access database on the desktop machine ?

    Does anyone have ideas or direct me to some websites concerning this issue ?

    Thanks in advance

    Princen Eddy
    Cierob International Tech Support


    Eddy Princen Guest

  2. Similar Questions and Discussions

    1. MX7 problem: Admin access from remote machine
      Within the last month or so, I'm suddenly finding it impossible to login to the web admin application from any machine other than the webserver...
    2. filecopy from remote machine to local machine
      Hi, I am tryin to copy a tar file from remote machine to local machine using Net:Telnet. I am using the following logic : my(@Out) =...
    3. Remote access to web pages on local machine
      I thought I read during my ColdFusion MX 6.1 integrated web server installation, that it allowed for local plus 1 other IP address to access the...
    4. Update a remote server
      Im looking for examples on how to update a database record on a remote server. Im assuming MSXML2.XMLHTTP as I have this setup : Affiliate...
  3. #2

    Default Re: Sql server update via asp with access db on remote machine

    Eddy Princen wrote:
    > Hello, can anyone give me some hints about updating a sql server
    > database with MsAccess database info on a remote desktop machine,
    >
    > the idea is to write an access application to gather some data and
    > then update the sql server via asp-scripts on a webserver with sql
    > behind it. I've already worked with asp and sql-server but the trick
    > now is to get a connection via asp to the access database on the
    > desktop machine ?
    >
    > Does anyone have ideas or direct me to some websites concerning this
    > issue ?
    >
    > Thanks in advance
    >
    > Princen Eddy
    > Cierob International Tech Support
    Why bother with the asp application? Just link the SQL Server tables into
    your Access database and have your Access application update them directly.
    There will be fewer security details to worry about, especially if this is
    an intranet application. Follow up with an Access newsgroup for details.

    If you must use an asp application for this, then start here:
    [url]http://www.aspfaq.com/show.asp?id=2168[/url]
    and
    [url]http://www.aspfaq.com/show.asp?id=2126[/url]

    HTH,
    Bob Barrows

    --
    Microsoft MVP - ASP/ASP.NET
    Please reply to the newsgroup. This email account is my spam trap so I
    don't check it very often. If you must reply off-line, then remove the
    "NO SPAM"


    Bob Barrows Guest

  4. #3

    Default Re: Sql server update via asp with access db on remote machine

    thanks Bob I'll let you know if it works.
    "Bob Barrows" <reb01501@NOyahoo.SPAMcom> schreef in bericht
    news:eoXxoi0sDHA.1740@TK2MSFTNGP12.phx.gbl...
    > Eddy Princen wrote:
    > > Hello, can anyone give me some hints about updating a sql server
    > > database with MsAccess database info on a remote desktop machine,
    > >
    > > the idea is to write an access application to gather some data and
    > > then update the sql server via asp-scripts on a webserver with sql
    > > behind it. I've already worked with asp and sql-server but the trick
    > > now is to get a connection via asp to the access database on the
    > > desktop machine ?
    > >
    > > Does anyone have ideas or direct me to some websites concerning this
    > > issue ?
    > >
    > > Thanks in advance
    > >
    > > Princen Eddy
    > > Cierob International Tech Support
    >
    > Why bother with the asp application? Just link the SQL Server tables into
    > your Access database and have your Access application update them
    directly.
    > There will be fewer security details to worry about, especially if this is
    > an intranet application. Follow up with an Access newsgroup for details.
    >
    > If you must use an asp application for this, then start here:
    > [url]http://www.aspfaq.com/show.asp?id=2168[/url]
    > and
    > [url]http://www.aspfaq.com/show.asp?id=2126[/url]
    >
    > HTH,
    > Bob Barrows
    >
    > --
    > Microsoft MVP - ASP/ASP.NET
    > Please reply to the newsgroup. This email account is my spam trap so I
    > don't check it very often. If you must reply off-line, then remove the
    > "NO SPAM"
    >
    >

    eddy princen 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