How will you test a dbc file from command prompt ??

Showing Answers 1 - 2 of 2 Answers

Kannan

  • Jan 19th, 2006
 

Hi Ab Initians,

You can test a dbc file from command prompt(unix) using m_db test <name-of-dbc file> command which gives the checking of data base connection, version of data base, user

  Was this answer useful?  Yes

Kannan

  • Jan 19th, 2006
 

Hi ,

You can test a dbc file from unix command prompt using m_db test <name-of-the dbc file> which tests the data base connection, data base version, user name, password, database objects and other required mandatory values checking. 

Here, the syntax is on below

m_db test <name-of-the dbc file>

Example:

m_db test my_db_connection_test.dbc

Here the my_db_connection_test.dbc file should be in current directory.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions