Jason L. Froebe – Tech tips and How Tos for Fellow Techies

Tips & Tricks for Databases (Sybase, Oracle, MySQL, PostgreSQL, SQLite), Windows, Linux, Solaris, Perl, Java, Bash and so much much more

Category Archives: ASE

Ed Barlow’s sp__helprotect updated for SAP Sybase ASE 15.7 Solved

by Jason L Froebe on April 23, 2013, no comments

I needed to copy the permissions from one database to another but the sp__helprotect stored procedure in Ed Barlow’s Extended System Stored Procedure Library for Sybase and Sql Server wasn’t producing output with “GRANT” and “REVOKE”. It also had problems with DBCC privileges. Here you go: sp__helprotect.sql /* Procedure copyright(c) 1995 by Edward M Barlow [...]

Share Button

HOWTO: Installing and running SAP / Sybase SQL Server 11.0.3.3 esd 6 on Ubuntu Linux using KVM

by Jason L Froebe on March 10, 2013, 2 comments

You can run KVM on just about any modern Linux distribution provided that your host is capable of providing virtualization. The folks over at HowtoForge go through the steps for Ubuntu 12.10. What you will need for the KVM virtual machine: Ubuntu Server 6.06.2 for Intel x86 Sybase SQL Server 11.0.3.3 esd 6 for Linux [...]

Share Button

Installing OpenClient with Sybase’s ASE 15.7+ installer (setup.bin -i console)

by Jason L Froebe on February 21, 2013, no comments

Installing Sybase OpenClient 15.7 or higher on *nix with setup.bin and don’t have X-Windows available, you will need to start the setup.bin with: ./setup.bin -i console If you want to install just OpenClient or some other thing, the problem comes with the poorly worded “Choose Product Features”: ENTER A COMMA_SEPARATED LIST OF NUMBERS REPRESENTING THE [...]

Share Button

HOWTO: Building Perl module DBD::Sybase 1.14 on Windows (32bit or 64bit) with ActiveState Perl 5.16, Microsoft Visual Studio and Sybase OpenClient 15.7

by Jason L Froebe on February 20, 2013, 2 comments

Compiling the DBD::Sybase Perl module really requires Microsoft Visual C++ 2005 or higher. To get started open the “Visual Studio 2005 Command Prompt”. You will need to fix the Makefile.PL file: if ( $^O eq ‘MSWin32′ ) { $lib_string = “-L$SYBASE/lib -llibct.lib -llibcs.lib -llibtcl.lib -llibcomn.lib -llibintl.lib -llibblk.lib $attr{EXTRA_LIBS} -lm”; to if ( $^O eq ‘MSWin32′ [...]

Share Button

Get it here! Perl DBD::Sybase 1.14.01 for Active State Perl 5.16 Windows XP/Vista/7/8 32bit AND 64bit

by Jason L Froebe on February 17, 2013, 10 comments

Assuming that you installed Sybase SDK OpenClient 15.7. Sybase Openclient is included in the Sybase Developer’s Kit, and ASE PC Client. If you don’t have a license, you can download the ASE 15.7 Developer Edition for Windows which will include it. Install ActiveState Perl from http://www.activestate.com (free) and install DBI if it isn’t already installed.  [...]

Share Button
Facebook login by WP-FB-AutoConnect