If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > is there any tools in MAXDB can run sql statement with command line?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-07-04, 02:25
jumbo6 jumbo6 is offline
Registered User
 
Join Date: Mar 2004
Posts: 8
is there any tools in MAXDB can run sql statement with command line?

hi all

is there a tool in maxdb can run sql statement with command line??

for example,i wanna create a table using sql statement with command line
"create table person(
name char(20),
age number,
address char(100),
phone number(10)
);"

just like SQLPLUS in ORACLE

can i find it in maxdb???

need ur help
thx

Last edited by jumbo6; 04-07-04 at 02:28.
Reply With Quote
  #2 (permalink)  
Old 04-09-04, 06:21
omiossec omiossec is offline
Registered User
 
Join Date: Jan 2003
Location: Paris, France
Posts: 320
Re: is there any tools in MAXDB can run sql statement with command line?

Quote:
Originally posted by jumbo6
hi all

is there a tool in maxdb can run sql statement with command line??

for example,i wanna create a table using sql statement with command line
"create table person(
name char(20),
age number,
address char(100),
phone number(10)
);"

just like SQLPLUS in ORACLE

can i find it in maxdb???

need ur help
thx
You can use DBMCLI with a sql session
__________________
Olivier Miossec
--
http://www.lasso-developpeur.net/
--
Reply With Quote
  #3 (permalink)  
Old 04-09-04, 11:52
jumbo6 jumbo6 is offline
Registered User
 
Join Date: Mar 2004
Posts: 8
r u sure?

but i read this from maxdb help document:

"The Database Manager CLI is the client program of the Database Manager, which enables you to connect to the DBM Server and exchange data with it."

so i guess DBMCLI is a tool samiler "mysqladmin" in mysql.

and i have already used it to create and configurate an instance.

after that i used LOADERCLI to create my usergroups and my users.

now i wanna find a tool which like "mysql" in Mysql or "sqlplus" in Oracle.
i need this tool to use DML and DDL sql statement in Maxdb.

my os : Linux
my db: Maxdb 7.5.0.8

Last edited by jumbo6; 04-09-04 at 11:57.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On