|
Answer» 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. 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.
|