hi,
i need to make a small program, which makes a connection to the sybase database running on unix machine. i'm new to this server client programming. pls help !

Recommended Answers

All 2 Replies

you will need to research the subase protcol then implement it in you code...sorry for being vague but im not exactly familar with that databse, if you could point out some documentation I would love to read about it.

Hey I have just been working on a program that makes a link to a sybase database (ASE 12.4) and it is very complicated, I would research FreeTDS (freetds.org) ctlib, db-lib and Sybase OpenClient (sybase.com) in the end I came up with an alternative solution using embedded perl to make the connection with DBI and DBD::Sybase, it was a lot easier.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.