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
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,
>> 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
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