![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Has anyone out there done any work on an Ingres-specific Handle object for perl DBIx? |
#3
| |||
| |||
|
|
On Jan 22, 3:18*am, Roy Hann <specia... (AT) processed (DOT) almost.meat> wrote: Has anyone out there done any work on an Ingres-specific Handle object for perl DBIx? Roy, It sounds like you want a DBD driver, is that what you are looking for? Try http://community.ingres.com/wiki/Perl_DBI as a starting point. There are two options on that page. I would be tempted to take the ODBC option; if you are on Windows this comes as part of the install. If you are on a Linux distro you can get prebuilt binaries. |
#4
| |||
| |||
|
|
Has anyone out there done any work on an Ingres-specific Handle object for perl DBIx? -- Roy UK Ingres User Association Conference 2010 will be on Tuesday June 8 2010 Go tohttp://www.iua.org.uk/jointo get on the mailing list. |
#5
| |||
| |||
|
|
On Jan 22, 6:18*am, Roy Hann <specia... (AT) processed (DOT) almost.meat> wrote: Has anyone out there done any work on an Ingres-specific Handle object for perl DBIx? Here's simple connect perl script for your imadb. Love perl - works great with Ingres. Run our scripts on a Solaris box: use strict; use DBI; my $dbh = DBI->connect('dbi:Ingres:imadb') || die "Database connection not made: $DBI::errstr"; print "Connected!\n \n"; "Disconnecting ..."; $dbh->disconnect (); print "Done\n \n"; |
![]() |
| Thread Tools | |
| Display Modes | |
| |