What is the difference between .dbc and .cfg file?

Questions by rupal   answers by rupal

Showing Answers 1 - 3 of 3 Answers

K Nagi Reddy

  • May 4th, 2006
 

.cfg file is the database configuration file used with the 2.1 database components

where as

.dbc is the database configuration file used for the other database components

  Was this answer useful?  Yes

sivakrishna

  • Jul 6th, 2006
 

.cfg file is for the remote connection and .dbc is for connecting the database.

.cfg contains :

1. The name of the remote machine

2. The username/pwd to be used while connecting to the db.

3. The location of the operating system on the remote machine.

4. The connection method.

and .dbc file contains the information:

1. The database name

2. Database version

3. Userid/pwd

4. Database character set and some more...

  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