search for: libtdsodbc

Displaying 10 results from an estimated 10 matches for "libtdsodbc".

2010 Mar 10
2
Windows API to connect UnixOdbc is not functional in Wine
...2.dll which in turn uses the Linux's unixodbc package. When I am trying to run my windows application which actually uses Windows API connecting to Unix ODBC is not working. The API uses is SQLDriverConnect (), that returns me error [unixODBC][Driver Manager]Can't open lib '/usr/lib/libtdsodbc.so' file not found. Since wine is clone to Windows API any application using that API should run also in Wine. Please let me know if wine windows API has any issues with unixODBC. Please advise how should I proceed here. Warm Regards Nithin
2009 Feb 12
4
Rails & unixODBC
...] Driver = FreeTDS Description = SQLServer Database Trace = No Server = ip_of_server Port = 1433 Database = DB_Name My /etc/odbcinst.ini: [FreeTDS] Description = TDS driver (Sybase/MS SQL) Driver = /usr/lib/odbc/libtdsodbc.so Setup = /usr/lib/odbc/libtdsS.so CPTimeout = CPReuse = UsageCount = 2 My /usr/lib/odbc directory: total 680 -rw-r--r-- 1 root root 9516 2008-09-01 03:14 libesoobS.so -rw-r--r-- 1 root root 5360 2008-09-01 03:14 libmimerS.so -rw-r--r-- 1 root root...
2006 Jul 27
0
FW: RODBC on linux
...e config files residing in my home dir: -bash-2.05b$ cat .freetds.conf [global] tds version = 7.0 [QAI] host = Mqa3.xxx.yyy.com port = 1433 -bash-2.05b$ -bash-2.05b$ cat .odbc.ini [ODBC Data Sources] QAIdsn = QAI database [QAIdsn] Driver = /usr/local/freetds-0.64/lib/libtdsodbc.so Description = QAI database Trace = No Servername = QAI Database = qai [Default] Driver = /usr/local/freetds-0.64/lib/libtdsodbc.so -bash-2.05b$ Cheers, Whit This e-mail message is intended only for the named recipient(s) above. It may contain confidential info...
2006 Jun 19
1
[OT] HowtoConnectToMicrosoftSQLServerFromRailsOnLinux from Ubuntu
...2> go 23 1> cat .odbc.ini [pubs] Description = pubs database Driver = remote_server Servername = TDS Database = pubs UID = name PWD = password Port = 1433 cat .odbcinst.ini [TDS] Description = FreeTDS Driver = /usr/local/lib/libtdsodbc.so UsageCount = 1 cat /usr/local/etc/freetds.conf [remote_server] host = 90.0.0.73 port = 1433 tds version = 8.0 -- ------------------------------ Apple MacBook. Black. It''s the new White! ------------------------------ Peter Fitzgibbons --------------...
2003 Aug 01
2
Asterisk community input: FreeTDS (cdr_tds.c) or unixODBC (cdr_unixodbc.c) ?
...S Database For cdr_unixodbc.c Asterisk -> cdr_unixodbc.c -> unixODBC -> FreeTDS -> TDS Database or Asterisk -> cdr_unixodbc.c -> unixODBC -> (unixODBC driver for DB) -> Database (Oracle, Sybase, MS SQL Server, MySQL, Postgres, etc...) FreeTDS already has a unixODBC driver (libtdsodbc.so) so for our needs we can use FreeTDS directly or through a additional abstraction with unixODBC. Currently in Asterisk is the support for a CDR CSV (cdr_csv.c), cdr_mysql.c, and I saw on the list a few weeks ago cdr_sybase.c What would help the Asterisk community the most? Is there really a d...
2008 Feb 29
17
Is SQL Server not supported in RoR on the Mac?
Hi -- I''ve been having problems connecting to a SQL Server database that I thought might be related to the fact I was upgrading Rails to 2.0. However, I also was moving the project to my shiny new macbook. Anyway, after jumping through a few hoops (instaling DBI, etc.), I finally get to my latest error message: <error> DBI::InterfaceError: Could not load driver (no such file to
2010 Jun 19
2
Voicemail ODBC
...Description = ODBC connection Driver = ms-sql Servername = ms-sql UID = TestDatabaseDemo database = TestDatabaseDemo Port = 1364 odbcinst.ini [ms-sql] Description = TDS connection Driver = /usr/lib/odbc/libtdsodbc.so Setup = /usr/lib/odbc/libtdsS.so UsageCount = 1 FileUsage = 1 freetds.conf [ms-sql] host = 192.168.1.10 port = 1364 tds version = 8.0 dump file = /var/log/freetds.log I reloaded module and restarted asterisk al...
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
1999 Jan 23
4
smbwrapper
> What you are looking for is smbwrapper, which is in fact included with Samba > 2.0. However as it is not supported on all systems it is not included > in the default build (it should work nicely on Solaris though). > Essentially smbwrapper is a preloaded library which intercepts system calls and > simulates a /smb filesystem, so you can access /smb/SERVER/SHARE/file.txt.
2012 Dec 21
0
segfault reading large BLOB from SQL Server
...t; conn <- h41Connect(devl = T) > odbcGetInfo(conn) DBMS_Name DBMS_Ver Driver_ODBC_Ver Data_Source_Name Driver_Name "Microsoft SQL Server" "10.50.4000" "03.50" "h41_devl" "libtdsodbc.so" Driver_Ver ODBC_Ver Server_Name "0.91" "03.52" "MSSDEV1" > sqlColumns(conn, "v_MAFiles") TABLE_CAT TABLE_SCHEM TABLE_NAME COLUMN_NAME DATA_TYPE TYPE_NAME COLUMN...