-
as seen on Server Fault
- Search for 'Server Fault'
I can connect successfully to my database using tsql when I bypass the freetds.conf file, like so:
% TDSVER=8.0 tsql -H 10.100.102.202 -p 1086 -U sa
After I enter my password, I am presented with a 1> prompt, and it is ready for my commands.
However, if I try to connect using the definition…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
There doesn't seem to be any great instructions for setting this up. Does anyone have any good instructions? I am a linux noob so be gentle. I did see another post that is similar, but no real answer.
I have a couple of problems.
FreeTDS doesn't "seem" to be working. I am trying to connect…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Error: ('IM002', '[IM002]
[unixODBC][Driver Manager]Data source
name not found, and no default driver
specified (0) (SQLDriverConnectW)')
I'm migrating from developing on a windows development machine to linux machine in production and I'm having issues with the freetds driver. As far as I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When I add
client charset = UTF-8
to my freetds.conf file, my DBD::Sybase program emits:
Out of memory!
and terminates. This happens when I call execute() on an SQL query statement that returns any ntext fields. I can return numeric data, datetimes, and nvarchars just fine, but whenever one…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Self-hosted box,
RHEL 6
PHP 5.3.3
PDO installed
freetds installed
pdo_dblib - so far no luck installing
My goal is to use PDO with sybase. Attempting to install pdo_dblib from the appropriate version php source code. I have tried a variety of methods and searched quite a bit for help on this topic…
>>> More