|
|
| Author |
Message |
Prajesh_v_p
Active User
Joined: 24 May 2006 Posts: 111 Location: India
|
|
|
|
| Will the cursor be automatically closed if we exit the program with out closing it?..or will it cause any impacts? |
|
| Back to top |
|
 |
References
|
Posted: Wed Sep 20, 2006 8:40 pm Post subject: Re: Exiting the Program with out closing the Cursor |
 |
|
|
 |
raghunathns
Active User
Joined: 08 Dec 2005 Posts: 130 Location: rochester
|
|
|
|
| no problem. it will close automatically at the end of the program. |
|
| Back to top |
|
 |
DavidatK
Senior Member
Joined: 22 Nov 2005 Posts: 715 Location: Troy, Michigan USA
|
|
|
|
However, good programming practice dictates that all open files/tables should be explicitly closed before exiting the program.
Dave |
|
| Back to top |
|
 |
|
|