Hi,
I just downloaded the new aolserver 4.0.10 installer. And trying to use
the nssqlite.

Within my adp page, when I do ns_db gethandle my nsd.exe process
crashes.

Any hints?

<%
set pool "sqlite3"
set sql "SELECT * from data"
if {[catch {set db [ns_db gethandle $pool]}] } {
        ns_log notice "Unable to get db handle from pool."
} else {
        ns_log notice "DB Handle retrieved:$db"
        catch { ns_db releasehandle $db }       
}
%> 

Command prompt windows shows that handle 'nsdb0' was retrieved. 

[19/Jun/2007:10:14:48][4092.1880][-driver-] Notice: driver: accepting
connections
[19/Jun/2007:10:14:52][4092.1860][-conn:server1::0] Notice: dbdrv:
opening database
'nssqlite3:d:/DATA/AOLserver/servers/server1/modules/nssqlite3/sqlite3.d
b'
[19/Jun/2007:10:14:52][4092.1860][-conn:server1::0] Notice: DB Handle
retrieved:nsdb0

Windows reports the crash of the process nsd.exe with error signature:
AppName: nsd.exe         AppVer: 0.0.0.0         ModName: nssqlite3.so
ModVer: 0.0.0.0  Offset: 00001895


Kind regards,
shedi


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to