Hello,
I'm using MaxDb 7.6.0.16 on WinXp HE + SP2.
I need to convert Varchar ASCII variabl into Varchar BYTE inside stored
procedure.
Can you advice how to do this ??
Thanks, Dusan
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:http://list
Hi,
Since MaxDB PHP is ascii only, it's not possible to get an SQLDBC_NO_TOTAL (-4)
indicator value - this value can occur only if UTF8 is used. Therefore, MaxDB
PHP can't dump at the line you mentioned because of a negative indicator value.
Regards,
Thomas Simenec
SAP Labs Berlin
-Origin
Hi,
Do you have any documentation about shmmax parameter?
I have a server with 2 Gb of Ram, 2 processors and it is slow.
I need to correct it.I need to find out what is happening.
I think it is this parameter.
Thank you,
--
Daniel Castro
Website: http://danielti.no-ip.info:2139
MSN: [EMAIL PROT
> Hi,
>
> Do you have any documentation about shmmax parameter?
> I have a server with 2 Gb of Ram, 2 processors and it is slow.
> I need to correct it.I need to find out what is happening.
> I think it is this parameter.
I have no docs but I've put this into my init scripts:
SHMMAX=$(/sbin/sys
Dusan Kolesar wrote:
>
> Hello,
> I'm using MaxDb 7.6.0.16 on WinXp HE + SP2.
>
> I need to convert Varchar ASCII variabl into Varchar BYTE
> inside stored
> procedure.
> Can you advice how to do this ??
HEXTORAW ( HEX () ) will do
Elke
SAP Labs Berlin
>
> Thanks, Dusan
>
> --
> MaxDB
Hello Elke,
thank you very much, it works.
Dusan
On Fri, 09 Jun 2006 08:17:19 +0200, Zabach, Elke <[EMAIL PROTECTED]>
wrote:
Dusan Kolesar wrote:
Hello,
I'm using MaxDb 7.6.0.16 on WinXp HE + SP2.
I need to convert Varchar ASCII variabl into Varchar BYTE
inside stored
procedure.
Can you