Tag: javascript
Node.js Firebird driver 0.0.9 is released (tagged)
Here is the download page and you can check the Commit History for interesting changes (new features)and fixes (memory leaks , utf-8 char fields encoding handling).
- Fix for slda improper init
- Fixed memory leak for situation when single connection was used several times for several async queries, it also was making server to eat memory
- Fix to stream for char fields in UTF encoding
- Added async transaction start
- One fix to allow run execute procedure (and tests were added)
Node.js and Firebird – installation and usage guide
node.js firebird driver 0.0.7 released with support for #node 0.6.0
Here is the download page and you can check the Commit History for interesting changes.
It was tested with nodejs 0.6.0.
Catch Firebird Database events with Node.js
In this post, I’ll try to explain how you can use Node.js to catch events on Firebird
#ASP + Firebird: #VisualBasicScript, #JavaScript and #PerlScript
In our example I’ll show you how to use ASP to access a Firebird database via VisualBasicScript, JavaScript and PerlScript. Although not my favorite language, ASP will serve to illustrate the example. Also note that ASP uses ADO technology to access the database. This involves several “layers” so that access occurs.
Of course this may make access a little slow, but not the object of this article. It also assumes that the reader knows the ASP technology.
Firebird ODBC Acrobat and JavaScript
Question of the day on Firebird odbc driver list
has anyone used JavaScript in PDF-Forms with the ODBC driver?
I can’t retrieve any values from the database.
ps: maybe the driver is not configured OK