RE: Imoprt Batch SQL Statements

2003-08-23 Thread Suraj Panicker
Hey Gustav, Thanks a lot!! This worked. But, isn't this a bug in the documentation Suraj. -Original Message- From: Gustav Brock [mailto:[EMAIL PROTECTED] Sent: Saturday, August 23, 2003 4:27 PM To: [EMAIL PROTECTED] Subject: Re: Imoprt Batch SQL Statements Hi Suraj Try

Re: Imoprt Batch SQL Statements

2003-08-23 Thread Gustav Brock
Hi Suraj Try with double-slashes: create table test(name varchar(30), age integer) // create table test1(name varchar(10)) /gustav > Date: 2003-08-23 12:46 > Hello, > I'm using the latest version of SapDB(version 7.4), and I'm facing the > following problem whi

Imoprt Batch SQL Statements

2003-08-23 Thread Suraj Panicker
Hello, I'm using the latest version of SapDB(version 7.4), and I'm facing the following problem while importing batch sql statements using repmcli : I used the following command ; prompt> repmcli -d sampledb -u suraj,suraj -b cre

AW: Solved: SQL Studio crashes by using saved SQL-statements

2003-08-03 Thread "Hübschen, Peter"
> Gesendet am: Samstag, 2. August 2003 04:16 > An: Sapdb General List > Betreff: Re: Solved: SQL Studio crashes by using saved SQL-statements > > Where i can find newest version 7.4.3.28, i only see version 7.4.3.27 ? > > Regards > Eko Subagio > > > --

Re: Solved: SQL Studio crashes by using saved SQL-statements

2003-08-01 Thread Eko Subagio
Where i can find newest version 7.4.3.28, i only see version 7.4.3.27 ? Regards Eko Subagio - Original Message - From: "Hübschen, Peter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 31, 2003 8:11 PM Subject: Solved: SQL Studio crashes by usin

Solved: SQL Studio crashes by using saved SQL-statements

2003-07-31 Thread "Hübschen, Peter"
etreff: SQL Studio crashes by using saved SQL-statements > > Hello, > > I'm trying to configure a complete new installation of a SAPDB through > SQL-Studio. The DB-Server is located on a RedHat-9 Box and it runs SAPDB > 7.4.03.25 and SQL-Studio (Version: 7.4.3.17) o

SQL Studio crashes by using saved SQL-statements

2003-07-31 Thread "Hübschen, Peter"
Hello, I'm trying to configure a complete new installation of a SAPDB through SQL-Studio. The DB-Server is located on a RedHat-9 Box and it runs SAPDB 7.4.03.25 and SQL-Studio (Version: 7.4.3.17) on a Win2k-SP2 Workstation. I've saved some SQL-Statements for creating new tables, grant

RE: how can i execute long SQL-Statements via DBMCLI

2003-06-18 Thread Schroeder, Alexander
8, 2003 9:58 AM > To: [EMAIL PROTECTED] > Subject: Re: how can i execute long SQL-Statements via DBMCLI > > > thanks Alexander, > > but one thing i've got forgotten to ask: > How can i solve RIGHT(s,i)? This function is also in my SQL-Statement. > > Greet

Re: how can i execute long SQL-Statements via DBMCLI

2003-06-18 Thread Matthias Suttner
ODBC. > > Regards > Alexander Schröder > SAP DB, SAP Labs Berlin > > > -Original Message- > > From: Matthias Suttner [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, June 18, 2003 9:36 AM > > To: [EMAIL PROTECTED] > > Subject: Re: how can i exec

RE: how can i execute long SQL-Statements via DBMCLI

2003-06-18 Thread Schroeder, Alexander
Hello Matthias, SQL Studio uses ODBC. Regards Alexander Schröder SAP DB, SAP Labs Berlin > -Original Message- > From: Matthias Suttner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2003 9:36 AM > To: [EMAIL PROTECTED] > Subject: Re: how can i execute long SQL

RE: how can i execute long SQL-Statements via DBMCLI

2003-06-18 Thread Knappke, Christian
[quoting fixed] > > However, always beware that these functions are only supported in > > JDBC and ODBC, and if they are not listed in the SAP DB > > documentation, they will probably not work when used from dbm, > > loader or C precompiler. > and why does this SQL-Statement works in the SQL-St

Re: how can i execute long SQL-Statements via DBMCLI

2003-06-18 Thread Matthias Suttner
From: Schroeder, Alexander > > Sent: Tuesday, June 17, 2003 6:27 PM > > To: 'Matthias Suttner'; [EMAIL PROTECTED] > > Subject: RE: how can i execute long SQL-Statements via DBMCLI > > > > > > Hello Matthias, > > > > the answer here is re

Re: how can i execute long SQL-Statements via DBMCLI (Thanks @ all)

2003-06-17 Thread Matthias Suttner
Matthias ___ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general

RE: how can i execute long SQL-Statements via DBMCLI

2003-06-17 Thread Schroeder, Alexander
;Matthias Suttner'; [EMAIL PROTECTED] > Subject: RE: how can i execute long SQL-Statements via DBMCLI > > > Hello Matthias, > > the answer here is relatively easy - you didn't hit any length limit. > > There is no such thing like a string function called LEFT in SAP

RE: how can i execute long SQL-Statements via DBMCLI

2003-06-17 Thread Schroeder, Alexander
r SAP DB, SAP Labs Berlin > -Original Message- > From: Matthias Suttner [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 17, 2003 6:14 PM > To: [EMAIL PROTECTED] > Subject: Re: how can i execute long SQL-Statements via DBMCLI > > > --- In [EMAIL PROTECTED], &qu

Re: how can i execute long SQL-Statements via DBMCLI

2003-06-17 Thread Matthias Suttner
--- In [EMAIL PROTECTED], "Schildberg, Steffen" <[EMAIL PROTECTED]> wrote: > Hi Matthias, > > Matthias Suttner [mailto:[EMAIL PROTECTED] wrote: > > > > I'd like to execute SQL-Statements (INSERT, DELETE) once each day. > > > > So far

RE: how can i execute long SQL-Statements via DBMCLI

2003-06-17 Thread Schildberg, Steffen
Hi Matthias, Matthias Suttner [mailto:[EMAIL PROTECTED] wrote: > > I'd like to execute SQL-Statements (INSERT, DELETE) once each day. > > So far no problem for DBMCLI if the statement is short enough. But I > have to execute a few that have approx. 1300 characters. >

how can i execute long SQL-Statements via DBMCLI

2003-06-17 Thread Matthias Suttner
Hi, I'd like to execute SQL-Statements (INSERT, DELETE) once each day. So far no problem for DBMCLI if the statement is short enough. But I have to execute a few that have approx. 1300 characters. When I execute these with DBMCLI's sql_execute it throws an error: ERR -24988,ER

RE: tracing of sql statements

2003-06-06 Thread Becker, Holger
Gerald Nowitzky wrote: > Using SAPDB 7.4.3.17 on W2K, I am trying to get a log of all > executed sql > statements. Therefore I switched on kernel trace for > "SELECT,INSERT,UPDATE,DELETE". According to a thread on the > list, I tried to > decode the trace using &

tracing of sql statements

2003-06-06 Thread Gerald Nowitzky
Hello! Using SAPDB 7.4.3.17 on W2K, I am trying to get a log of all executed sql statements. Therefore I switched on kernel trace for "SELECT,INSERT,UPDATE,DELETE". According to a thread on the list, I tried to decode the trace using xkernprot -d AK it says reading: \knltrace.da

Re: SQL Statements

2003-03-04 Thread Reimund Köhler
t; > is it possible to execute multiple SQL-Statements at one time using SQL-Studio ? How could this be accomplished ? > > Thanks in advance for your help. > > Best regards, > > > > Sven Scholz > Professional Services > [EMAIL PROTECTED] > > STRATOS CRM Solut

SQL Statements

2003-03-03 Thread Scholz, Sven
Hello, is it possible to execute multiple SQL-Statements at one time using SQL-Studio ? How could this be accomplished ? Thanks in advance for your help. Best regards, Sven Scholz Professional Services [EMAIL PROTECTED] STRATOS CRM Solutions GmbH Geschäftsstelle Leipzig Spenglerallee 3

RE: SQL Studio 7.4 and multiple SQL Statements

2003-01-07 Thread Stausberg, Markus
RY KEY (odc_volontario_id) ) // // ... should work. BTW, this is exactly what the SQL Studio documentation says : "To separate SQL statements from one another, specify a separator line. To be identified as a separator line, the line must start with //. " regards, Markus Stausberg SAP L

Re: SQL Studio 7.4 and multiple SQL Statements

2003-01-03 Thread Elias Martenson
Stefano Mainardi wrote: I tried to make a sql sript run to create tables for a simple test DB; it included drop,create and alter table statements; to make SQL Studio 7.4 to execute multiple statements I followed the instructions I got on the relevant manual for the 7.3 version (I have found non

Re: SQL Studio 7.4 and multiple SQL Statements

2003-01-02 Thread Ron Lepine
Try "//" or "--" instead of "\\" I also think "--" is depreciated in the more recent releases. Ron. Stefano Mainardi wrote: I tried to make a sql sript run to create tables for a simple test DB; it included drop,create and alter table statements; to make SQL Studio 7.4 to execute multiple

Re: SQL Studio 7.4 and multiple SQL Statements

2003-01-02 Thread Marcel Meier
SQL Studio 7.4 and multiple SQL StatementsHi! I had the same problem, but it worked with a comment line with "--" after each statement. Hope that helps. Marcel "Stefano Mainardi" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]. .. I tried to make a sql sript

SQL Studio 7.4 and multiple SQL Statements

2003-01-02 Thread Stefano Mainardi
Title: SQL Studio 7.4 and multiple SQL Statements I tried to make a sql sript run to create tables for a simple test DB; it included drop,create and alter table statements; to make SQL Studio 7.4 to execute multiple statements I followed the instructions I got on the relevant manual for the

Re: Optimize SQL-Statements for 64-k ISDN ??

2002-12-18 Thread Andre Heine
Hi Alexander, From: "Schroeder, Alexander" <[EMAIL PROTECTED]> > try to check your statements and the amount of data they return, > e.g. by executing them over ISDN using SQL-Studio. Don't expect > too much from such a network connection - 32KBytes of data > (one *full* packet of the default packe

Re: Optimize SQL-Statements for 64-k ISDN ??

2002-12-18 Thread Andre Heine
Hi Andreas, "Andreas Fuchs" <[EMAIL PROTECTED]> schrieb im Newsbeitrag atpq0l$7jr$[EMAIL PROTECTED]">news:atpq0l$7jr$[EMAIL PROTECTED]... > if it works fine in your LAN, then you can't optimize the statements > except the amount of data that ist transferred (e.g dont use "select * > from ..." but

Re: Optimize SQL-Statements for 64-k ISDN ??

2002-12-18 Thread Andreas Fuchs
Salve, if it works fine in your LAN, then you can't optimize the statements except the amount of data that ist transferred (e.g dont use "select * from ..." but "select neededcol1,neededcol2, from ...". For working with small connections its best to write a server which transfers the data

RE: Optimize SQL-Statements for 64-k ISDN ??

2002-12-18 Thread Schroeder, Alexander
esult sets. Regards Alexander Schröder SAP Labs Berlin > -Original Message- > From: Andre Heine [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 1:09 PM > To: Marcin P; [EMAIL PROTECTED] > Subject: Re: Optimize SQL-Statements for 64-k ISDN ?? > > &

Re: Optimize SQL-Statements for 64-k ISDN ??

2002-12-18 Thread Andre Heine
Hi Marcin, "Marcin P" <[EMAIL PROTECTED]> schrieb im Newsbeitrag atpkll$kii$[EMAIL PROTECTED]">news:atpkll$kii$[EMAIL PROTECTED]... > Could You give us more information? My application works fine in our local net. The SQLStudio work fine, too ( It works fine but slow over ISDN)! In our local net

Re: Optimize SQL-Statements for 64-k ISDN ??

2002-12-18 Thread Marcin P
Could You give us more information? When your connection is finally done, and your app is running, do the operations take a long time? Because if the only problem is only with connecting it seems to be rather a network problem. When I first installed SAP DB (oh, it was more than year ago...;) ) I h

Optimize SQL-Statements for 64-k ISDN ??

2002-12-18 Thread Andre Heine
Hi all, I've written an Java application with JDBC and SAP DB. All functions work fine with SAP-DB, but sometime I need an SAP-DB connection over ISDN. In these case, my application works very slowly ;( I can't work with the application over 64k-ISDN, my menu's only opened after a few minutes! H

RE: sql statements

2002-06-18 Thread DEMIERRE Osvaldo TECSIS
ilto:[EMAIL PROTECTED]] Enviado el: Monday, June 17, 2002 8:26 AM Para: '[EMAIL PROTECTED]' CC: [EMAIL PROTECTED] Asunto: RE: sql statements Osvaldo DEMIERRE wrote > How is possible the view of SQL statements of the users in the Database? > (like "V$SQLTEXT" of Oracle). >

sql statements

2002-06-13 Thread DEMIERRE Osvaldo TECSIS
Hi, How is possible the view of SQL statements of the users in the Database? (like "V$SQLTEXT" of Oracle). Is there trace with storage of parsed SQL statements in SapDB? How? Thank you. ___ sapdb.general mailing list [EMAIL PROTE