Hi Daniel,
since its now clear that something wrong in the python interface, I have an
other question about sdb.dbapi regarding BLOBs:
If I run the attached testlong.py the result output won't be 4 'x' instead:
datzert1:/opt/sdb/interfaces/python # python testlong.py
long content: (40)
I
Hi all,
I did some more traces in the sdb.dbapi.execute and sdb.dbapi.wrapCall.
As far as I can see, there are no twice calls of the SQL-Statements from the
application layer. Maybe the SQL-Statements are called twice on the
Python-Interface ? Or may the returned Cursor a problem ?
DEBUG:Ape:s
Hi all,
I did all these SQL-Statements via sqlcli and I got always the currect sequence
values incremented by 1.
So I assume that the underlaying programm calls the statement twice !?
Regards,
Dirk
--
Bis zu 70% Ihrer Onlinekosten sparen: GMX SmartSurfer!
Kostenlos downloaden: ht
Hi all,
I try to create and use sequences. The sequence named APETEST_OID_SEQ is
created but seems to increment by 2 and not by 1:
I wrote down all SQL-Statements which are passed to sdb.dbapi.execute including
the result:
DROP SEQUENCE APETEST_OID_SEQ
CREATE SEQUENCE APETEST_OID_SEQ INCREMENT
Hi all,
I have installed maxdb-scriptif-7.6.0.16-1 and
maxdb-python-linux-32bit-i386-7_6_00_16.tgz and SuSE Linux 9.2 and Python
2.4.3
I try to import the maxdb/sapdb modules via Python and get the following
errors:
Python 2.4.3 (#1, Apr 15 2006, 15:29:31)
[GCC 3.3.4 (pre 3.3.5 20040809)] on lin
Simon wrote:
> This is usually a kind of name resolution error. Check your DNS and host
> files for proper name resolution.
I checked name resolution and ping turn around times. Response time of DNS
and ping is <10ms.
Robert wrote:
> How did you measure the 1 second? If it was done with a diff
Hi all,
I have a performance problem between SAP-DB 7.4.03.32 (SLES-7), Windows XP
MS Access 2002 (10.xx), ODBC-Driver MAX-DB 7.5.
As far as I can see from the SQL-Trace of the ODBC-Driver the requests to
the SAP-DB will be answered in 1 second. The time between one SQL-Command
and the next SQL-C
Hi,
I found the python-py23ucs4 modules today in the
maxdb-python-linux-32bit-i386-7_5_00_23.tgz .
I would have expected all the different modules of
maxdb-python-linux-32bit-i386 also in the maxdb-scriptif.rpm, but they
weren't there.
Why is in the maxdb-scriptif.rpm only the old pyhton 1.5 mod
Hi all,
I try to install a Python 2.3.4 based MaxDB Client with use of
maxdb-scriptif-7.5.0.19-1.i386.rpm
I did export PYTHONPATH="/opt/sdb/interfaces/python/misc:/usr/lib/python2.3"
and did a simple import of sapdb.sql. Below is the resulting ImportError:
client:/opt/sdb/interfaces/python # pyt