Re: RUBY SUPPORT

2006-07-03 Thread Robert Klemme
2006/7/4, Jose G. <[EMAIL PROTECTED]>: Hello, I will use MAXDB and Ruby in a project. But I don't found Ruby support for MAXDB. How can I build a driver for MAXDB in Ruby, or do you know where are the drivers ? Google for DBI or DBD. IIRC there is not yet a driver for MaxDB. Ruby projects I h

Re: SEQUENCE jumping 19 values after database restart...

2006-07-03 Thread Robert Klemme
2006/7/4, Martin Cordova <[EMAIL PROTECTED]>: Hello: I have a sequence that jumps 19 values when used the first time after a database restart. Normally it works fine, until a Db restart, then jumps 19 values. This might be due to caching of sequence values. Kind regards robert -- MaxDB Dis

SEQUENCE jumping 19 values after database restart...

2006-07-03 Thread Martin Cordova
Hello: I have a sequence that jumps 19 values when used the first time after a database restart. Normally it works fine, until a Db restart, then jumps 19 values. Basically there is a transaction that executes: 1.- select seq_corresp.nextval corresp_id from dual 2.- insert into TABLE () va

RUBY SUPPORT

2006-07-03 Thread Jose G.
Hello, I will use MAXDB and Ruby in a project. But I don't found Ruby support for MAXDB. How can I build a driver for MAXDB in Ruby, or do you know where are the drivers ? Thanks Jose. __ Correo Yahoo! Espacio para todos tus mensajes, antivirus y

IGNORE TRIGGER : Is it valid in a procedure?

2006-07-03 Thread H
version:7.5.00.34 platform: Windows 32 This is the same problem I am still working on. I found that the 'IGNORE TRIGGER' compiles or works in a trigger statement. Question: Is the IGNORE TRIGGER syntax supposed to work in a procedure? Merely to be OO principled I put my