Displaying 20 results from an estimated 7000 matches similar to: "AR Sybase adapter with FreeTDS"
2003 Aug 01
2
Asterisk community input: FreeTDS (cdr_tds.c) or unixODBC (cdr_unixodbc.c) ?
I would like some Asterisk community input:
It was requested of me to create an Asterisk FreeTDS (cdr_tds.c) module to
allow Asterisk to populate MS SQL Server (and Sybase) with CDR records.
unixODBC has been thrown around as a bright shiny button but it adds an
additional layer of DB abstraction. That additional layer of abstraction
can cause problems when it is not necessary for our TDS (MS
2006 Mar 09
0
Sybase/FreeTDS and RoR
Hi there !
I''m drilling for some framework/apserver solution and come to RoR. After
using InstantRails, I would try to run it on my test platform (Solarix
10 x86 on 1 machine, Sybase ASE on another, FreeTDS for the join).
I could not manage to have the sybase driver for ruby compile with
FreeTDS. So I try to run a ODBC bridge. All seems good (freeTDS runnin,
unixODBC working with
2009 Feb 12
4
Rails & unixODBC
Hello,
I decided to embrace getting a new Rails application to see an
existing MSSQL database and trying to get unixODBC, freeTDS, and
ActiveRecord able to query my MSSQL database.
I''m following the procedure outlined at
http://wiki.rubyonrails.org/rails/pages/HowtoConnectToMicrosoftSQLServerFromRailsOnLinux
but my system (Ubuntu 8.10 - Intrepid Ibex, Rails 2.3, Ruby 1.8.7)
2006 Jan 10
1
sql server freetds/odbc question
I''m having an error from Linux via freeTDS/ODBC to SQL Server with
cod that runs fine against SQLite and MySQL. Here''s the code:
def find_recipes_for_workorder_by_id
@recipe_pages, @recipes = paginate_with_sort :recipes, :per_page
=> 10, \
:conditions => ["recipe.workorder_id = ?", params
[:workorder]]
render :template =>
2003 Dec 18
1
R and Sybase
Hi,
I'm trying to get R connected to Sybase on a Linux
machine. I'm relatively new to databases,
particularly the connectivity side.
Do I have to use RODBC and install ODBC support on the
system (a huge pain with Sybase, as you have to
install a scaled-down version of Sybase itself on the
system to get it to work with ODBC), or can I somehow
use DBI to do it. Other processes on the
2008 Oct 06
1
python-sybase on Centos 5 x86_64
Installed the freetds rpms from centos-extras, also tried the ones in
rpmforge
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-0.64-11.el5.centos.x86_64.rpm
http://mirror.centos.org/centos/5/extras/x86_64/RPMS/freetds-devel-0.64-11.el5.centos.x86_64.rpm
Compiled python-sybase-0.39 by hand, and also via rpm.
2005 Dec 05
0
about php-ODBC , unixODBC, freetds and MSSQL server
maybe someone here can help me understand why I am
getting this strange behaivor.
I am connecting to a MS SQL server from PHP by the
ODBC module, I use unixODBC-2.2.9-1,
freetds-0.63-1.2.el4.rf and php-4.3.9-3.9 all but the
freetds package came with CentOS-4.2 + updates
the problem is that I am getting -1 from the
odbc_num_rows(); function, I search the net and it
looks that this is a very
2008 Jan 30
2
func_odbc - trouble
Hello,
we are migrating an Asterisk install from Trixbox/Asterisk 1.2 to Elastix
0.92 with asterisk-1.4.17 on CentOS 5. I need to migrate an funtion that
consults a remote sybase database, using ODBC and freetds. On the new
server I am able to connect to the database using isql without problems.
When I try to connect from asterisk logs show:
pbx.c: Function ODBC_SQL not registered
Indeed I
2006 Jan 10
1
sql server & linux: left join problem
I''ve got a left join problem of some sort connecting from linux
FreeTDS/ODBC to SQL Server. It''s similar to the false post I had
earlier, but this is a real problem. Here''s my code:
def find_recipes_for_workorder
@recipe_pages, @recipes = paginate_with_sort :recipes, :per_page
=> 10, \
:joins => ''left join workorder on
2003 Apr 01
1
RODBC, freetds, and MS SQL Server
I have a question for RODBC users out there. I have used the package with
good results for some time. However, I have just switched from an OpenLink
proprietary driver for MS SQL to the FreeTDS driver (I think it is MS SQL
Server 2000 I'm connecting to if it matters). I was/am running them from
unixODBC on a Linux Client. I think I have it set up fine since I can use
"isql"
2006 Sep 07
0
Need help with accessing MS SQL Server from Mac OS X
I am trying to get access to a Microsoft SQL Server 2k installation on
my network. To this point I''m not having any luck.
I''ve followed the instructions at
http://wiki.rubyonrails.com/rails/pages/HowtoConnectToMicrosoftSQLServerFromRailsOnOSX
up to the point where you run the iodbctest where I get an error. The
errors are:
iODBC Demonstration program
This program shows an
2007 Dec 17
1
script/console connection works, but Rails app fails with SQL Server
Greetings,
I have an application that connects to a remote SQL Server database
using DBI/ODBC. If I run the application via the Rails console, I am
able to retrieve data and work with the database just fine. If,
however I try to access it via the Web application itself, I get the
following error:
DBI::DatabaseError (S1000 (0) [unixODBC][FreeTDS][SQL Server]Unable to
connect to data source):
2004 Apr 18
0
AGI Module
Hey all,
I'm sorry to bother you with something so trivial, but I seem to
be having an issue with the Asterisk::AGI module. I am a relative
newbie with Perl so it could be a stupid syntax mistake that I missed.
It seems when I try to execute either the stream_file or the get_data
subs nothing is actually done. It doesn't seem to stream the files, but
on the console it says it played the
2006 Mar 24
0
Connecting to SQL server on Mac OS X
I''ve had this problem before on FreeBSD - I fixed it (or worked
around it) somehow but I can''t remember how. Also it''s off the
Google radar but I can''t believe I''m the only person to experience it
I''ve installed FreeTDS and unixODBC from DarwinPorts, along with rb-
odbc and rb-dbi. I can connect to my SQL Server from tsql, but
2007 Nov 30
0
ODBC Error: Data Source Name not found
I hope this is the place to post errors, and solicit help....if not,
my apologies...
I inherited a RoR app, and it was working great for the longest
time....however, i have recently started receiving the following
error:
*****************************************************************
A DBI::DatabaseError occurred in repairs#edit:
IM002 (0) [unixODBC][Driver Manager]Data source name not
2011 Jun 22
8
Wine + PowerBuilder + Sybase ODBC
Hi there,
I'm having a PowerBuilder aplication that connects to a Sybase data base through an ODBC. The application works fine on Windows, but I want to make it run on a Mandriva 2010.2 distribution.
The fact is, I could run it on a machine with Mandriva 2010.2, but now I want to do an installation from scratch to another computer, but it does't work.
The kernel version that I'm
2006 Nov 09
5
Build sybase adapter on winxp with eclipse/cdt
Hi folks,
I try to get the sybase adapter installed. I downloaded the
sybase-ctlib from here: http://raa.ruby-lang.org/project/sybase-ctlib
and now want to build the stuff on my winxp machine somehow. I decided
to eclipse/cdt and downloaded mingw32-make, gdp and gcc.
I created a new project and imported the sybase-ctlib sources. With the
extconf.rb I created the makefile and after cleaning up some
2006 May 16
1
Sybase ctlib Adapter
Hey all,
I am very interested in being able to access Sybase from within Rails.
>From the documentation and mailing list posts that I am finding, it seems
that an Active Record adapter has been completed and included with Rails
1.1 - Is that the case? Is there any documentation on usage? Or on where
to even find the Sybase driver for base ruby?
Whether it is complete or not, many thanks
2006 Feb 01
5
Sybase ctlib Adapter
Hi,
I''ve been trying to update Will Sobel''s sybase-ctlib adapter to pass
unit tests on Rails 1.0. It''s been a slow, sloggy process for me so
far, as I''ve been learning Ruby, Rails, and Sybase administration all
in one go. (c: It''s been a saving grace to have a good starting
point (thanks Will!).
http://dev.rubyonrails.org/ticket/2030
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.
> >