Conversion Varchar ASCII -> Varchar BYTE

2006-06-08 Thread Dusan Kolesar
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

RE: MaxDB 7.6.00.27 fetching UTF8 data from LONG column

2006-06-08 Thread Simenec, Thomas
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

shmmax

2006-06-08 Thread Daniel Castro
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

Re: shmmax

2006-06-08 Thread Simon Matter
> 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

RE: Conversion Varchar ASCII -> Varchar BYTE

2006-06-08 Thread Zabach, Elke
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

Re: Conversion Varchar ASCII -> Varchar BYTE

2006-06-08 Thread Dusan Kolesar
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