search for: tds_version

Displaying 4 results from an estimated 4 matches for "tds_version".

Did you mean: tdb_version
2006 Jan 23
4
Proposal: Deprecate ADO support in the SQL Server adapter
The SQL Server adapter can currently operate in two modes, ADO and ODBC, each of which uses a different interface to access the db. The ADO interface is currently the default, while ODBC can be specified as an option. I propose this situation is reversed, and that use of the ADO interface is deprecated, if not removed altogether. Here are some reasons, I'm sure there are more: a) ADO uses
2008 Dec 19
5
Authorize & Microsoft SQL
Hello Everyone, I have an installation where the client has a Microsoft SQL database that holds all of their case information. They would like the asterisk system to require users to enter a valid case number when making an outgoing call. I?m seeing some documentation regarding people using Microsoft SQL for CDR storage, however nothing regarding validating authentication using a Microsoft SQL
2009 Jul 20
0
No subject
On Fri, Jul 30, 2010 at 1:15 PM, Fred Posner <fred at teamforrest.com> wrote: > On Jul 30, 2010, at 5:04 AM, Andra=C5=BE wrote: > > > Ok, problem is another, when I run configure, it write this: > > checking for tds_version in -ltds... no > > configure: *** > > configure: *** The FreeTDS installation on this system appears to be > broken. > > configure: *** Either correct the installation, or run configure > > configure: *** without explicitly specifying --with-tds > > ODBC is not a go...
2005 Aug 26
0
cdr_odbc in CVS-HEAD gives connect error on reload
...my cdr_odbc.conf says: [global] dsn=MSSQL-asterisk username=voip password=xxxxxxxxxxxxxxxx loguniqueid=yes and my odbc.ini file is: [MSSQL-asterisk] description = Asterisk ODBC for MSSQL driver = FreeTDS server = xxx.xxx.xxx.xxx port = 1433 database = VoIP tds_version = 8.0 language = us_english Any ideas?