dbtcp is a package of libraries which provides applications on Linux access to ODBC datasources on remote machines running Windows. It allows a Linux application to access data held on a Windows machine (such as MS SQL Server on NT), and includes a command line client, a DBD, and a PHP driver.
| Tags | Database |
|---|---|
| Licenses | GPL |
| Operating Systems | Windows Windows Windows Windows POSIX Linux |
| Implementation | C Delphi |
Recent releases


Changes: Some fixes have been applied to the makefile (from the Debian package). A bug in error message handling has been fixed. The PHP client can now be built with phpize.


Changes: Some bugs in the PHP driver were fixed. A new beta server was released.


Changes: A '--sepator' option was added to the command line client, along with support for ZTS in the PHP driver.


Changes: Support for FreeBSD and Solaris.


Changes: This version fixes a bug with quoted strings, and adds a Python and Zope driver.
- All comments
Recent commentsruns fine - at least on the unix side
The unix client part of dbtcp runs really nice. We're using the Perl module in order to import some data from a proprietary database into MySQL.
However, there are a few hassles on the Windows side, but I don't think they are caused by dbtcp.
Is it possible to make dbtcp link_identifier being used by multiple users?
Hi,
DBTCP server is working very well on Windows box.
we are wrting an web-based application on linux in
PHP accessing data held on Windows, this
application is using a link_identifier returned by
dbtcp_connect(). If just one user is using this link_id,
dbtcp functions are working very well, but if multiple
users are using this link_id at the same time, It will
not work.
I am not sure it is the problem with php code or the
problem with dbtcp functions.
Regards
devin
Works just fine!
The program is running on on NT4, and RH6.1.
It is fast and works just fine. It is a little complicated to read the source files, all the comments is in Italian.
Good Job!
It works!
Tried it to connect to MS SQL 2000 databases and
everything worked as advertised. It was fast and
easy. My only wish is that the windows program
could run as a service so I don't have to have a
user logged in on the Windows 2000 server all the
time.