Using ASP Variables

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thomas 'PointedEars' Lahn

    #16
    Re: Using ASP Variables

    Jeff North wrote:
    [color=blue]
    > You can not use client-side javascript to read data directly from
    > a database.[/color]

    Depends. There is no native support but an additional API using HTTP
    requests could provide access to database on the server and another
    one could provide that for a database on the client.


    PointedEars

    Comment

    • Ivan Marsh

      #17
      Re: Using ASP Variables

      On Mon, 24 Nov 2003 23:04:27 +0100, Thomas 'PointedEars' Lahn wrote:
      [color=blue]
      > Jeff North wrote:
      >[color=green]
      >> You can not use client-side javascript to read data directly from a
      >> database.[/color]
      >
      > Depends. There is no native support but an additional API using HTTP
      > requests could provide access to database on the server and another one
      > could provide that for a database on the client.[/color]

      Uh, you still wouldn't be reading the database with JavaScript then would
      you?

      --
      i.m.
      The USA Patriot Act is the most unpatriotic act in American history.

      Comment

      Working...