Displaying 3 results from an estimated 3 matches for "odbcget".
2004 Apr 30
6
app_dbodbc segfault
Is anyone out there using app_dbodbc
(http://www.bkw.org/~brian/app_dbodbc.c)? Any problems with it?
I was able to get it all working, but it causes * to segfault every now
and then. It does not appear to be related to any specific function
(ODBCget,ODBCput,ODBCdel,ODBCdelltree). It is 100% repeatable. If I
noload the module, everything works fine, but when its running, after
calls to any of the applications, * will randomly segfault. The data is
going in and out of the database with no problems. I compared the code
to app_db.c, and its very s...
2004 Jul 22
1
app_dbodbc URGENT
...odbc: password is [secret]
> app_dbodbc: Error SQLConnect -1
Jul 22 13:15:18 ERROR[8192]: app_dbodbc.c:441 odbc_load_module: app_dbodbc:
Unable to connect to datasource: MySQL-asterisk
> app_dbodbc: Unable to connect to datasource: MySQL-asterisk
== Registered application 'ODBCget'
== Registered application 'ODBCput'
== Registered application 'ODBCdel'
== Registered application 'ODBCdeltree'
My odbc.conf
[global]
dsn = MySQL-asterisk
username = asterisk
password = ******
My odbc.ini
[ODBC Data Sources]
MySQL-asterisk = Asterisk PBX
[MyS...
2004 Jul 22
4
VSP? Looking for advice.
...; > app_dbodbc: Error SQLConnect -1
> Jul 22 13:15:18 ERROR[8192]: app_dbodbc.c:441 odbc_load_module:
> app_dbodbc:
> Unable to connect to datasource: MySQL-asterisk
> > app_dbodbc: Unable to connect to datasource: MySQL-asterisk
> == Registered application 'ODBCget'
> == Registered application 'ODBCput'
> == Registered application 'ODBCdel'
> == Registered application 'ODBCdeltree'
>
> My odbc.conf
> [global]
> dsn = MySQL-asterisk
> username = asterisk
> password = ******
>
> My odbc.ini
>...