You need to preceed the SQL command with "sql_execute" E.g,
dbmcli> sql_execute SELECT * FROM..... Derek On Wed, 29 Jan 2003 16:33:09 +0100, "Andreas Heidemann" <[EMAIL PROTECTED]> said: > Hi, > > I'm migrating from an oracle test and from postgres. > > In the past I developed several scripts for easier handling > of the database tasks. It was simple with sqlplus (oracle) and > with psql (PostgresQL). It seems to be harder with SAPDB. > > I thought, it could work using dbmcli but it does no SQL > processing. I used the following command: > > dbmcli -d DEMO1 -u dba,dbapwd -uSQL user,pwd > ... and expected to get the chance to enter SQL commands. > But the answer from dbmcli: 'select' is not a recognized command. > > > -- > Andreas Heidemann > > > _______________________________________________ > sapdb.general mailing list > [EMAIL PROTECTED] > http://listserv.sap.com/mailman/listinfo/sapdb.general > -- Derek M. A. Lee-Wo Email: (Home) [EMAIL PROTECTED] (Work) [EMAIL PROTECTED] "Those who will not risk cannot win" - John Paul Jones _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
