View previous topic :: View next topic |
Author |
Message |
skhanzada at gmail.com Guest
|
Posted: Fri Jun 05, 2009 3:15 pm Post subject: [Freeswitch-users] Using setGlobalVar and getGlobalVar |
|
|
Hi,
How can I use setGlobalVar and getGlobalVar in my javascript to store a ODBC connection?
I want to set an ODBC database connection object globally so that I can access it from anywhere. This connection will be used for read-only so no threading issues.
Shoaib |
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Fri Jun 05, 2009 3:24 pm Post subject: [Freeswitch-users] Using setGlobalVar and getGlobalVar |
|
|
On Jun 5, 2009, at 4:10 PM, Shoaib Khanzada wrote:
Quote: | Hi,
How can I use setGlobalVar and getGlobalVar in my javascript to store a ODBC connection?
I want to set an ODBC database connection object globally so that I can access it from anywhere. This connection will be used for read-only so no threading issues.
|
no, those are for strings only.
Mike |
|
Back to top |
|
|
|