Re: -4024: Unknown name for 'select * from gis.names'

2005-06-29 Thread Alexey Gaidukov
The reason in name of column 'NAME'. After renaming problem was solved. MaxDB bug. Alexey Gaidukov пишет: GIS - resource user CREATE TABLE "GIS"."NAMES" ( "NAME" Varchar (20) UNICODENOT NULL ) grant select on gis.names to PUBLIC from STANDARD user SELECT Name FROM gis.names ORDER

trace a sql statement

2005-06-29 Thread 王 旭
I trace a sql statement using database trace.But any sql statement are not complete in the result .How can i get complete sql statement by database trace? _ 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com -- MaxDB Discuss

RE: can i create a temp view??

2005-06-29 Thread 王 旭
maxdb can not use temp view From: 王 旭 <[EMAIL PROTECTED]> To: maxdb@lists.mysql.com Subject: can i create a temp view?? Date: Tue, 21 Jun 2005 14:46:11 +0800 _ 免费下载 MSN Explorer: http://explorer.msn.com/lccn/ -- MaxDB Discuss

[MySQL MaxDB][SQLOD32 DLL] Data truncated

2005-06-29 Thread Gu Lei
Hello: I met this error: SQLExecute error: SQL state: 01004 Native error: 0 SQL Errortext: [MySQL MaxDB][SQLOD32 DLL] Data truncated On Windows2000 the error occured when running SQLExecute() with this SQL statement: UPDATE EACONTACTMEMBERS SET USERNAME=?,NICKNAME=?,DEPTNAME=?,GENDER=?,BIRTHDAY=

-4024: Unknown name for 'select * from gis.names'

2005-06-29 Thread Alexey Gaidukov
GIS - resource user CREATE TABLE "GIS"."NAMES" ( "NAME" Varchar (20) UNICODENOT NULL ) grant select on gis.names to PUBLIC from STANDARD user SELECT Name FROM gis.names ORDER BY Name Auto Commit: On, SQL Mode: Internal, Isolation Level: Committed Base table not found;-4004 POS(34)

RE: Updates to CVS server

2005-06-29 Thread Döhr, Markus ICC-H
> The CVS trees for the buildtools and the release 7.5 are up to date [...] YEAH - I already noticed - thanx VERY much! :)) > In addition, the current development release is also available and > updated daily: > cvs -z9 -d :pserver:[EMAIL PROTECTED]:/cvsroots/sapdb c > -P -d maxdb-dev So.. i

Re: General error; Invalid char position in string function

2005-06-29 Thread Alexey Gaidukov
Following this logick the code should be compiled CREATE DBPROC test( IN p varchar) AS BEGIN select '44' from dual where :p='112'; END; But it's copiled without error. In Oracle 8.1.6 my example with varchar and substr compiles and works without problems. Schroeder, Alexander пишет:

Re: Can't use cyrillic symbols in view defenition

2005-06-29 Thread Alexey Gaidukov
I've tried JDBC and SQL Studio. Both are from 7.6.00.10 for Windows. Schroeder, Alexander пишет: Hello Alexey, please tell us - the definition of the table - the interface (JDBC?, ODBC?) that was used to issue this statement. Regards Alexander Schröder SAP DB, SAP Labs Berlin -Ori

Updates to CVS server

2005-06-29 Thread Daniel Dittmar
The CVS trees for the buildtools and the release 7.5 are up to date again and you can get them with cvs -z9 -d :pserver:[EMAIL PROTECTED]:/cvsroots/sapdb c -P -d TOOLSRC and cvs -z9 -d :pserver:[EMAIL PROTECTED]:/cvsroots/sapdb c -P -d maxdb-7500 In addition, the current development release i

RE: install of 7.6.10 failed on Debian Etch

2005-06-29 Thread Döhr, Markus ICC-H
> The only difference I see between the two Debian Etch > machines is the kernel version : Debian 2.6.8 on the test > machine, custom 2.6.11.12 on the other. The two machines are > up to date. [...] > STDERR: MAKE SYSTEM: c_runtime = GLIBC 2.3.3 [...] > STDERR: YOUR SYSTEM: c_runtime = GLIBC 2.

install of 7.6.10 failed on Debian Etch

2005-06-29 Thread Jean-Michel OLTRA
bonjour, I wanted to test maxdb 7.6.10 on a Debian Etch box for testing with a backup-recovery of 7.5.26 instances. I tried with SDBINST and SDBSETUP SDBSETUP is searching for libtiff3, deprecated on Debian Etch. I needed to link libtiff.so.3 to libtiff.so.4.1.2 (symbolic link) and it wor

RE: 7.6: parallel read?

2005-06-29 Thread Döhr, Markus ICC-H
> increasing read performance during scan operations is one of > our major topics of the next release. I agree to you that > MaxDB could be much faster than today concerning this topic. Ok :) so 'next release' - is it 7.7 (8.0) or 7.6? > Implementing another prefetch technic in the kernel is

AW: 7.6: parallel read?

2005-06-29 Thread Strahl, Torsten
Hi Markus, increasing read performance during scan operations is one of our major topics of the next release. I agree to you that MaxDB could be much faster than today concerning this topic. Implementing another prefetch technic in the kernel is possible but it is only one small piece of our st

Analyser in 7.6

2005-06-29 Thread Eckenfels. Bernd
Hello, With 7.6 the Analyser seems not to work, I can see the following error in DBAN.err: ERROR 5: Cannot execute SQL statement. [MySQL MaxDB][SQLOD32 DLL][MaxDB] Column not found;-4005 POS(66) Unknown column name:ADDRESS CREATE OR REPLACE VIEW READER_WRITER_LOCKSTATISTICS_AR AS SELECT ADDRES

RE: Information schema (Tables with PK)

2005-06-29 Thread Eckenfels. Bernd
Hello Alexander and Elke, > For your purposes, it is more safe to refer to the DOMAIN.* tables and use > SELECT DISTINCT TABLENAME, SCHEMANAME FROM DOMAIN.COLUMNS WHERE KEYPOS IS NOT NULL > AND OWNER=USER Yes thanks, that works. The reason we do this is a Software Application which is using the

Can't use cyrillic symbols in view defenition

2005-06-29 Thread Alexey Gaidukov
I have a connection defenetly in UNICODE. MaxDB 7.6.00.10 CREATE VIEW TEST AS select field from table where field2 like 'some cyrillic here' and field3='some cyrillic here' SELECT * FROM TEST Auto Commit: On, SQL Mode: Internal, Isolation Level: Committed General error;-9111 POS(1) 䄀吀䔀刀䔀匀਀

7.6: parallel read?

2005-06-29 Thread Döhr, Markus ICC-H
Is it possible in 7.6 to enable a parallel read from disk? Imagine if the optimizer has a threashold value (e. g. 1). When the costs are higher than this value Servertasks will be used additionally to get the pages from the disks (as Oracle does). I'm sure this will really give a performance bo

AW: sequence question

2005-06-29 Thread Anhaus, Thomas
Robert Klemme wrote : >"Anhaus, Thomas" <[EMAIL PROTECTED]> schrieb am 28.06.05 08:55:26: >> I assume your sequence has been created with CACHE 100. The CACHE >> parameter defines the >> number of sequence values which are stored in the sequence cache. > >Interestingly documentation for Oracle mod

RE: General error; Invalid char position in string function

2005-06-29 Thread Schroeder, Alexander
You should explizitely specify the length, i.e. CREATE DBPROC test(IN p VARCHAR(10)) AS BEGIN INSERT INTO table(field) VALUES (substr(:p,3,1)); END; otherwise 1 is assumed as length, which renders your substr function call invalid. See http://dev.mysql.com/doc/maxdb/en/03/5087f083c411d

Fwd: General error; Invalid char position in string function

2005-06-29 Thread Alexey Gaidukov
I'm using MaxDB 7.6.00.10 --- Begin Message --- CREATE DBPROC test(IN p varchar) AS BEGIN INSERT INTO table(field) VALUES (substr(:p,3,1)); END; Auto Commit: On, SQL Mode: Internal, Isolation Level: Committed General error;-3046 POS(319) Invalid char position in string function CREATE

General error; Invalid char position in string function

2005-06-29 Thread Alexey Gaidukov
CREATE DBPROC test(IN p varchar) AS BEGIN INSERT INTO table(field) VALUES (substr(:p,3,1)); END; Auto Commit: On, SQL Mode: Internal, Isolation Level: Committed General error;-3046 POS(319) Invalid char position in string function CREATE DBPROC test(IN p varchar) AS VAR pp varchar(10

Re: sequence question

2005-06-29 Thread Robert Klemme
"Anhaus, Thomas" <[EMAIL PROTECTED]> schrieb am 28.06.05 08:55:26: > I assume your sequence has been created with CACHE 100. The CACHE > parameter defines the > number of sequence values which are stored in the sequence cache. Interestingly documentation for Oracle mode says about creating seque