Subject | GeneratorLinks with a stored procedure? |
---|---|
Author | mmenaz@lycosmail.com |
Post date | 2001-10-15T15:18:07Z |
Hi, I've a table with the unique key generated by a stored procedure
that, inside it, uses a generator. It simpli converts the generator
value to a standard (for my program) alphanumeric 5 char code (i.e.
uses a 0-9, A-Z range, so it's a 36^5 value in a 5 char field).
Can I use something like the IB_Query GeneratorLinks property to
assign the value returned by my procedure to the key? Would it be a
good improvement in Ibo? ;)
Marco Menardi
btw, if someone is interested on the code, I can send it to him. Would
it be nice having a "group reposition" of usefull procedures/IBO
settings to GPL share?
that, inside it, uses a generator. It simpli converts the generator
value to a standard (for my program) alphanumeric 5 char code (i.e.
uses a 0-9, A-Z range, so it's a 36^5 value in a 5 char field).
Can I use something like the IB_Query GeneratorLinks property to
assign the value returned by my procedure to the key? Would it be a
good improvement in Ibo? ;)
Marco Menardi
btw, if someone is interested on the code, I can send it to him. Would
it be nice having a "group reposition" of usefull procedures/IBO
settings to GPL share?