Difference between revisions of "DbWrite"

m (adding doc status category)
Line 2: Line 2:
 
[[Category:Doc Status D]] <!-- For Lumina use, do not change -->
 
[[Category:Doc Status D]] <!-- For Lumina use, do not change -->
  
{{stub}}
+
''(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.
 +
 
 +
= Library =
 +
 
 +
Database Functions
 +
 
 +
= See Also =
 +
 
 +
* [[DbQuery]]

Revision as of 20:42, 1 August 2007


(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.

Library

Database Functions

See Also

Comments


You are not allowed to post comments.