Skip to content

Category Archives: Example

Install Ingres via openSUSE’s zypper

09-Nov-07

Ever wanted to install Ingres direct from the package manager of favourite Linux distro? Well now you can, via the command line or the GUI. Bellow are the steps for getting Ingres installed into openSUSE using zypper:

Example : Ingres LOBs and PHP

04-Jul-06

Since the lob code for Ingres PECL uses an undocumented feature, namely, parameter typing - I have included below a code snippet to get people started:
SQL Schema:

create table blobs (
blob_name varchar(255) not null,
blob_data long byte not null [...]