The isopen
function is not recommended. Use the fetch
function to import data. Some differences between the workflows might
require updates to your code.
There are no plans to remove the isopen
function at this
time.
Update CodeUse the fetch
function with the connection
object to import data from a database in one step.
In prior releases, you wrote multiple lines of code to create the cursor
object, determine if the cursor
object is open, and
import data. For example:
Now you can import data in one step using the fetch
function.
There is no replacement functionality for the isopen
function.