AW: AW: AW: Unknown column name:SYSKEY

2005-07-07 Thread Zabach, Elke
R. Vajsar wrote: > > Oh yes. I'm only looking for relationship between primary key, SYSKEY and > error 4005 ("check if the table mentioned has a user-defined primary key > (then SYSKEY will NOT exist) or not"). If a view hasn't index, then SYSKEY > doesn't exist and error 4005 in this case is a fe

Re: Error: Invalid function result

2005-07-07 Thread Дмитрий Русанов
Test this is example CREATE TABLE TEST ( nINT NOT NULL, vVARCHAR(1) NOT NULL ) INSERT TEST (n, v) VALUES (1, '1') CREATE FUNCTION LAB.func_test1 ( n INT ) RETURNS VARCHAR AS VARvVARCHAR(1); BEGIN SELECT v INTO :v FROM LA

Re: AW: AW: Unknown column name:SYSKEY

2005-07-07 Thread R. Vajsar
Oh yes. I'm only looking for relationship between primary key, SYSKEY and error 4005 ("check if the table mentioned has a user-defined primary key (then SYSKEY will NOT exist) or not"). If a view hasn't index, then SYSKEY doesn't exist and error 4005 in this case is a feature? The primary probl

RE: MinDB - is the one exist?

2005-07-07 Thread Auer, Wolfgang
Hello, The Synchronization Manager is designed to work with two or more MaxDBs and additionally with MySQL and MinDB. It does not depend on MinDB. If you work with MaxDB you can synchronize from master to client and vice versa with conflict resolution. If you use MySQL and MinDB as clients you

AW: General error;-9205 POS(1) System error: AK Catalog information not found:??

2005-07-07 Thread Anhaus, Thomas
Alexey Gaidukov wrote : > >drop FUNCTION AGE_YEARS >// >CREATE FUNCTION AGE_YEARS(date1 date, birthday date) returns >smallint AS >VAR >y smallint; >m smallint; >BEGIN >SET y = year(date1)-year(birthday); >SET m = month(date1)-month(birthday); >if m=0 then >SET y=y+s

RE: AW: Error: invalid using index in view.

2005-07-07 Thread Becker, Holger
[EMAIL PROTECTED] wrote: > Zabach, Elke пишет: > > >[EMAIL PROTECTED] wrote: > > > > > >>Hello, I'm use MaxDB Version: '7.6.00.10 Build 010-121-096-895' for > >> > >> > >LINUX > > > > > >>I have two views ('view 1', 'view 2') > >> > >>'view 1' and 'view 2' are at mostly identical (diffe

Error: Invalid function result

2005-07-07 Thread Дмитрий Русанов
Hello, I'm use MaxDB Version: '7.6.00.10 Build 010-121-096-895' for LINUX I have two procedures ('proc 1', 'proc 2'). . 'proc 1' and 'proc 2' are at mostly identical (difference is only in ' FETCH INTO :sex; ' and 'INTO :sex' ) they should have the same result.. 'proc 2' returns char 'M' (i

AW: MaxDb and 64Bit Xeon

2005-07-07 Thread Arnswald, Silke
Thanks a lot for the very quick response. Regards, Silke -Ursprüngliche Nachricht- Von: Koetter, Thomas Theodor [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 7. Juli 2005 09:50 An: Arnswald, Silke; maxdb@lists.mysql.com Betreff: RE: MaxDb and 64Bit Xeon Hello > -Origina

General error;-9205 POS(1) System error: AK Catalog information not found:㐀㔀      

2005-07-07 Thread Alexey Gaidukov
drop FUNCTION AGE_YEARS // CREATE FUNCTION AGE_YEARS(date1 date, birthday date) returns smallint AS VAR y smallint; m smallint; BEGIN SET y = year(date1)-year(birthday); SET m = month(date1)-month(birthday); if m=0 then SET y=y+sign(dayofmonth(date1)-dayofmonth(birthday));

RE: MaxDb and 64Bit Xeon

2005-07-07 Thread Koetter, Thomas Theodor
Hello > -Original Message- > From: Arnswald, Silke [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 7. Juli 2005 08:07 > To: maxdb@lists.mysql.com > Subject: MaxDb and 64Bit Xeon > > Hello, > > we plan buy a Dell Server with 64-Bit Xeon processor running > Linux (Suse or Redhat). > Can w