Macro Language Reference > Macros > Database > dbwritevars
  
dbwritevars
Description
Write the values from script variables to the internal table.
 
Example 36. Write values from script variables to the internal table
dbwritevars "users"
Syntax
dbwritevars table_name:s
table_name
Name of the database table.
Additional Information
Return values
^dbwritevars
1-Success; 0 - Failed
 
If there is no database connection it is not possible to use dbwritevars. Also note that ODBC is not supported in PTC ALD Unicode.
 
It is worth noting that since support for Perl was introduced in version 7, it is possible to use various freely available Perl modules to perform various database activities if you are already experienced in or prefer to use Perl.