datadoit.com
|
| Posted: 07/26/2007, 12:47 PM |
|
CCS 3.1; PHP5; SQLite3
Anyone out there have a clue as to how to create a connection to an
SQLite database on a local remote server (same subnet)?
I chose SQLite in the database dropdown list, but then it wants to
'build' the connection string. That's where I'm stuck.
Thnx.
|
|
|
 |
mamboBROWN
Posts: 1713
|
| Posted: 07/27/2007, 4:38 PM |
|
datadoit.com
Do you have the SQL ODBC driver?
|
 |
 |
datadoit.com
|
| Posted: 07/27/2007, 6:56 PM |
|
mamboBROWN wrote:
> datadoit.com
> Do you have the SQL ODBC driver?
> ---------------------------------------
I do.
I've found out a little more info. With SMB I can connect to the SQLite
datafile remotely, using something similar to
'\\192.168.1.55\var\log\asterisk\cdr.db'.
Just need to get SMB running on that machine. Would still need to know
what the connection string should look like though.
Also with SQLite, there are no login credentials. Curious as to how
CodeCharge configuration would deal with this.
|
|
|
 |
|