- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Sybase Client 10.0.4.0 Alpha
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 02:54 AM
05-29-2007 02:54 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 03:00 AM
05-29-2007 03:00 AM
Re: Sybase Client 10.0.4.0 Alpha
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1024242
But report if you get it running after translation.
WIm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 06:00 AM
05-29-2007 06:00 AM
Solutionhttp://www.freetds.org
We're still on Alpha, but I know of no reason FreeTDS wouldn't build on IA64. For our needs, we hacked together some command parsing wrappers so that we could continue to use the VMS-style isql and bcp commands, but if you just need the object libraries, you should be able to use those exactly as you currently use the Sybase versions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 07:04 PM
05-29-2007 07:04 PM
Re: Sybase Client 10.0.4.0 Alpha
ISQL ? BCP ? DEFNCOPY ? Language support ?
Compatible with Sybase API (the .h files etc) ? Or just a way to access the database (thus requiring a rewrite of the application) ?
Wim (confused)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 11:24 PM
05-29-2007 11:24 PM
Re: Sybase Client 10.0.4.0 Alpha
http://starlet.deltatel.ru/~laishev/work/freetds/
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 03:17 AM
05-30-2007 03:17 AM
Re: Sybase Client 10.0.4.0 Alpha
FreeTDS speaks all versions of the TDS (Tabular DataStream) protocol used by Sybase and Microsoft database servers. There are about three different ways (build option, configuration setting, environment setting) to control which version you get, all covered in the documentation.
As far as utilities go, it does have tsql and freebcp, which are pretty much drop-in replacements for the unix versions of isql and bcp, and it also has defncopy. Something we've done where I work but I haven't submitted patches for yet is VMS command wrappers around tsql and bcp so you can preserve existing command procedures (and user habits ;-)). In case that's not clear, I mean being able to say, for example
$ ISQL/SERVER_NAME=server/USER=user/PASS=pass
instead of
$ tsql -"Sserver" -"Uuser" -"Ppass"
So when you ask whether FreeTDS is complete, it is both more complete and less complete than the old Sybase clients. It has more different APIs and speaks to more different versions of database servers from both Microsoft and Sybase. So in that sense it's more complete. If your software makes calls to ctlib or dblib, then you're probably set.
But from the point of view of the client utilities (not the client libraries), FreeTDS is not quite a drop-in replacement for the Sybase clients, but is getting to be more so.
I think for any VMS Sybase users with client-only (not server) applications, FreeTDS is probably the most viable option for going to IA64.
Ian, Ruslan's port of FreeTDS is pretty out of date. He was the first to do it, but over the last few years my patches to incorporate VMS build support into the main source repository have all been accepted by the maintainers, so it's been there since about version 0.61 (current is 0.64, I think).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 03:50 AM
05-31-2007 03:50 AM