Re: postgresql and javascript - Mailing list pgsql-general

From Geoffrey
Subject Re: postgresql and javascript
Date
Msg-id 41BBA3F4.4070105@3times25.net
Whole thread Raw
In response to Re: postgresql and javascript  (Chris Travers <chris@travelamericas.com>)
List pgsql-general
Chris Travers wrote:
> Geoffrey wrote:
>
>> Chris Smith wrote:
>>
>>> RobertD.Stewart@ky.gov wrote:
>>>
>>>> Does anyone know how to connect  javascript to a postgresql
>>>> database
>>>
>>>
>>>
>>>
>>> You can't connect javascript to any sort of database.
>>
>>
>>
>> Actually you can, with server side javascript, although I don't know
>> if it supports postgresql.  It does support odbc.
>>
> Javascript is simply designed for lightweight scripting against a
> pre-existing object set provided by the host program.

I wouldn't recommend it, but we did have a full database implementation
strictly using server side javascript.  It was a time reporting system
and it worked okay.  The server side stuff seemed to be quite a load on
the server though.  We are using to connect to an existing Oracle
database.  Nothing else, html and server side javascript.



--
Until later, Geoffrey

pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: How to get rid of notices for create table?
Next
From: Geoffrey
Date:
Subject: Re: postgresql and javascript