Difference between revisions of "DbWrite"

(status)
Line 4: Line 4:
 
''(Requires Analyica Enterprise or Power Player)''
 
''(Requires Analyica Enterprise or Power Player)''
  
= DbWrite( connectionString, sql ) =
+
== DbWrite(connectionString, sql) ==
  
 
This function is identical to [[DbQuery]]() except that the query is processed in read-write mode, making it possible to store data in the data source from within Analytica.
 
This function is identical to [[DbQuery]]() except that the query is processed in read-write mode, making it possible to store data in the data source from within Analytica.
  
= Library =
+
The «connectionString» parameter specifies the data source that you want to query.
  
 +
The «sql» parameter defines an SQL query.
 +
 +
== Library ==
 
Database Functions
 
Database Functions
  
= See Also =
+
== See Also ==
 
 
 
* [[DbQuery]]
 
* [[DbQuery]]
* Section ''DBWrite: writing to a database'' in the ''Analytica Enterprise'' chapter of the ''Analytica User Guide''.
+
* [[Database functions]]
 +
* [[Database access]]

Revision as of 22:06, 29 January 2016


(Requires Analyica Enterprise or Power Player)

DbWrite(connectionString, sql)

This function is identical to DbQuery() except that the query is processed in read-write mode, making it possible to store data in the data source from within Analytica.

The «connectionString» parameter specifies the data source that you want to query.

The «sql» parameter defines an SQL query.

Library

Database Functions

See Also

Comments


You are not allowed to post comments.