client side javascript to sql server 2000

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

    #1

    client side javascript to sql server 2000

    Hello,

    How can i connect client side javascript to sql server 2000 ?

    Thanks.

    Gaurav
  • kaeli

    #2
    Re: client side javascript to sql server 2000

    In article <42983cb.040505 1545.17a8ed5e@p osting.google.c om>, bansal2425
    @hotmail.com enlightened us with...[color=blue]
    > Hello,
    >
    > How can i connect client side javascript to sql server 2000 ?
    >[/color]

    Is the database also on the client?

    Is this running on the internet, where we need to worry about security
    restrictions, or an intranet where you could use ActiveX?
    Do you know if your users all use IE?

    In the most general sense, client-side javascript cannot connect to a
    server-side SQL database. There are all kinds of caveats to that, so
    more info would be needed before I could say anything more.

    --
    --
    ~kaeli~
    If you don't pay your exorcist, you get repossessed.



    Comment

    • DrewM

      #3
      Re: client side javascript to sql server 2000

      Gaurav wrote:
      [color=blue]
      > How can i connect client side javascript to sql server 2000 ?[/color]

      SQL Server 2000 has an XML over HTTP interface that you may be able to
      manipulate with JavaScript.

      I've worked that way successfully with a Flash movie before now - so
      it's worth looking into.

      d.

      Comment

      Working...