Die KuHShow wrote: > > Thanks for answering my questions. But now i have another problem. Is > it true, that maxdb could not calculate with bits ? So i can combine > to bits with "or","and" or "xor". Perhaps there is a possibility to do > so, but i have not found it yet :( > But without the ability to handle "bit"'s, i can not use this DB to > check IPs or generate IP ranges ans so on. Although these things are > possible with string operations, it is not very performant so i hope > there is another way i can go ... >
There are no bit-Operations available in MaxDB. The smallest datatype is boolean; CHAR (n) BYTE may helpful, too. But there are no XOR; only bool-AND and -OR are available. Elke SAP Labs Berlin > greetz > > Daniel Kuschow @ [EMAIL PROTECTED] > > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]