Difference between revisions of "SqlDriverInfo"

m (adding doc status category stub page)
 
(4 intermediate revisions by one other user not shown)
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 Analytica Enterprise or Power Player)''
 +
 
 +
== SqlDriverInfo(driverName) ==
 +
Returns a list of Attribute-value pairs for the specified driver.
 +
 
 +
If <code>driverName = ""</code> (an empty text value), returns a list of the names of the drivers.
 +
 
 +
«driverName» must be a text value—it cannot be a list of text values or an index that is defined as a list of text values. This statement would not normally be used in a model, but may be helpful in understanding the SQL drivers that are available.
 +
 
 +
== Library ==
 +
Database Functions
 +
 
 +
== See Also ==
 +
* [[DbQuery]]
 +
* [[DbWrite]]
 +
* [[Database functions]]
 +
* [[Database access]]

Latest revision as of 22:18, 29 January 2016


(Requires Analytica Enterprise or Power Player)

SqlDriverInfo(driverName)

Returns a list of Attribute-value pairs for the specified driver.

If driverName = "" (an empty text value), returns a list of the names of the drivers.

«driverName» must be a text value—it cannot be a list of text values or an index that is defined as a list of text values. This statement would not normally be used in a model, but may be helpful in understanding the SQL drivers that are available.

Library

Database Functions

See Also

Comments


You are not allowed to post comments.