global object-id

2005-02-10 Thread Konrad Kieling
hi, is there a simple way (ie without creating and deleting datasets in an extra table) to use an auto_increment id field in several tables. no table has to have all ids, so i cannot use the field of a master table in childs. it seems one can use a sequence in postgresql in different tables. is

Re: Data conversion question

2004-12-23 Thread Konrad Kieling
Does MySQL have commands that would allow me to convert Base64 data to Binary and then convert that Binary to a string format? have a look at the attached file (hope the attachment did not get stripped). it contains some udf-functions for base64 en/de-coding. a little description is included. ciao,

Re: [Fwd: Re: MUTIPLY function?]

2004-12-23 Thread Konrad Kieling
>> That particular formula cannot handle ANY non-positive number because >> the LOG() function is undefined for values less than or equal to zero. >> I just reviewed the archives and realized that this point has never >> been discussed before (I thought it had). Good catch. well, the slow and dirty

undefined symbol

2004-12-17 Thread Konrad Kieling
hi, i want to use an udf function that lives in a library A that is dynamically linked against another library B. when running `create function...' i get error 1126, an undefined symbol in lib A that lives in lib B. when checking A with ldd, all seems ok (lib B is shown and no unresolved symbols ar