Results 1 to 3 of 3

Thread: ZOne more Question

  1. #1
    Join Date
    Dec 2004
    Posts
    5

    ZOne more Question

    Can I use only JavaScript? Does JavaScript contain functions of SQL, and what is needed for Data Bases?

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    I used javascript long time back.
    I used javascript only for Client Side validation like email address validation, date validation etc.. on ASP Pages.

    I dont think Javascript can do connections to databases. Somebody please correct me If I am wrong.

    Java Does that.

  3. #3
    Join Date
    Feb 2003
    Posts
    1,048
    Javascript can be used as a server-side scripting language (with ASP, for example).

    Javascript does not contain functions of SQL. It contains functions of ADO, ODBC, etc.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •