The get
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 get
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, retrieve object properties, and import data. For
example:
Now you can import data in one step using the fetch
function.
There is no replacement functionality for the get
function.