JavaScript & MS Access

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ken

    JavaScript & MS Access

    Can I use a script (JavaScript??, php??) to open Access, then
    automatically import data from a txt file appending the data into the
    database?

    Thanks.



  • Hywel Jenkins

    #2
    Re: JavaScript & MS Access

    In article <r2Hce.47858$Nn .11082@tornado. rdc-kc.rr.com>,
    kkrolski@wi.rr. com says...[color=blue]
    > Can I use a script (JavaScript??, php??) to open Access, then
    > automatically import data from a txt file appending the data into the
    > database?[/color]

    PHP, yes. JavaScript, less likely, but you could. Client-sidem no.

    --
    Hywel

    Comment

    • Ken

      #3
      Re: JavaScript &amp; MS Access

      "Hywel Jenkins" <hyweljenkins@h otmail.com> wrote in message
      news:MPG.1cdd57 695d79cd0e9896a 8@news.eclipse. net.uk...[color=blue]
      > In article <r2Hce.47858$Nn .11082@tornado. rdc-kc.rr.com>,
      > kkrolski@wi.rr. com says...[color=green]
      > > Can I use a script (JavaScript??, php??) to open Access, then
      > > automatically import data from a txt file appending the data into the
      > > database?[/color]
      >
      > PHP, yes. JavaScript, less likely, but you could. Client-sidem no.
      >
      > --
      > Hywel[/color]
      It is possible to use php (server side) to control Access (Client side) on
      my computer?

      Can you suggest a few commands to get me started?

      Thanks.

      Ken


      Comment

      • Hywel Jenkins

        #4
        Re: JavaScript &amp; MS Access

        In article <UuQce.34102$21 5.14160@tornado .rdc-kc.rr.com>,
        kkrolski@wi.rr. com says...[color=blue]
        > "Hywel Jenkins" <hyweljenkins@h otmail.com> wrote in message
        > news:MPG.1cdd57 695d79cd0e9896a 8@news.eclipse. net.uk...[color=green]
        > > In article <r2Hce.47858$Nn .11082@tornado. rdc-kc.rr.com>,
        > > kkrolski@wi.rr. com says...[color=darkred]
        > > > Can I use a script (JavaScript??, php??) to open Access, then
        > > > automatically import data from a txt file appending the data into the
        > > > database?[/color]
        > >
        > > PHP, yes. JavaScript, less likely, but you could. Client-sidem no.[/color][/color]
        [color=blue]
        > It is possible to use php (server side) to control Access (Client side) on
        > my computer?[/color]

        No. Think about the security implications of the for a minute.
        [color=blue]
        > Can you suggest a few commands to get me started?[/color]

        No.

        --
        Hywel

        Comment

        • Thomas 'PointedEars' Lahn

          #5
          Re: JavaScript &amp; MS Access

          Hywel Jenkins wrote:[color=blue]
          > kkrolski@wi.rr. com says...[color=green]
          >> Can I use a script (JavaScript??, php??) to open Access, then
          >> automatically import data from a txt file appending the data into the
          >> database?[/color]
          >
          > [...] Client-sidem no.[/color]

          Not true. As long as there is an appropriate client-side API that
          provides respective language binding, such can be done client-side.
          It is not likely that such an API is available and accessible,
          generally, but it is possible. The Windows Script Host is an example
          of that.


          PointedEars

          Comment

          • Hywel Jenkins

            #6
            Re: JavaScript &amp; MS Access

            In article <42751c30$0$105 03$9b4e6d93@new sread4.arcor-online.net>,
            PointedEars@web .de says...[color=blue]
            > Hywel Jenkins wrote:[color=green]
            > > kkrolski@wi.rr. com says...[color=darkred]
            > >> Can I use a script (JavaScript??, php??) to open Access, then
            > >> automatically import data from a txt file appending the data into the
            > >> database?[/color]
            > >
            > > [...] Client-sidem no.[/color]
            >
            > Not true. As long as there is an appropriate client-side API that
            > provides respective language binding, such can be done client-side.
            > It is not likely that such an API is available and accessible,
            > generally, but it is possible. The Windows Script Host is an example
            > of that.[/color]

            Would that API need more than just JS, though, such as some sort of
            plug-in through with the browser can chat with the API?

            --
            Hywel

            Comment

            • Mark Preston

              #7
              Re: JavaScript &amp; MS Access

              Hywel Jenkins wrote:
              [color=blue]
              > In article <42751c30$0$105 03$9b4e6d93@new sread4.arcor-online.net>,
              > PointedEars@web .de says...
              >[color=green]
              >>Hywel Jenkins wrote:
              >>[color=darkred]
              >>>kkrolski@wi. rr.com says...
              >>>
              >>>>Can I use a script (JavaScript??, php??) to open Access, then
              >>>>automatical ly import data from a txt file appending the data into the
              >>>>database?
              >>>
              >>>[...] Client-sidem no.[/color]
              >>
              >>Not true. As long as there is an appropriate client-side API that
              >>provides respective language binding, such can be done client-side.
              >>It is not likely that such an API is available and accessible,
              >>generally, but it is possible. The Windows Script Host is an example
              >>of that.[/color]
              >
              > Would that API need more than just JS, though, such as some sort of
              > plug-in through with the browser can chat with the API?
              >[/color]
              Yes, of course. The API under discussion is an *ACCESS* API, not Javascript.

              Comment

              Working...