What is meant by session in db_connect

Showing Answers 1 - 4 of 4 Answers

Prameela Duddala

  • Jan 11th, 2006
 

session means the logical address of the database

  Was this answer useful?  Yes

Nitin Kumar

  • Jan 13th, 2006
 

db_connect();

It is a database checkpoint function, which is used to connect a specified database.

Syntax: db_connect(filename,DSN connection);

db_connect("msqr1","DSN=Flight32");

Here, msqr1 is the filename that has been created by you, during writing the sql query. and Flight32 is the database on which you are working.

  Was this answer useful?  Yes

sudhakar2068

  • Oct 17th, 2006
 

db_connect is to connect data base

db_connect (<Session_name, SQl, record_number);

record_number is the out value.

sudhakar kolla,

My email:kollasudhakar2005@yahoo.co.in.

My number:09819859346

  Was this answer useful?  Yes

sudhakar2068

  • Oct 17th, 2006
 

db_connect.

To connect to a data base

db_connect(<session_name>,<connection string>);

My previous Answers is for

db_execute_query.

Sorry for all the viewers of geek interview.

sudhakar kolla,

My email:kollasudhakar2005@yahoo.co.in.

My number:09819859346

  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