Community Scoring

Was this page helpful?

Tag Tags0

This page has no tags

Page statistics

838 views1 edit(s)2663 characters(s) Page last modified 18:15, 12 Apr 2012 by contentconnector
How to add your knowledge

odbc_getDSNs()

    Table of contents
    1. 1. Synopsis
    2. 2. Syntax
    3. 3. Example 1

    Synopsis

    Returns a list of DSN's (ODBC data source names) that are available on the system.

    Syntax

    odbc_getDSNs ( Optional type As Name = :All ) As List 
    Argument Type Description
    type name Optional; type of DSN System User; default is :All

    Example 1

    List of DSNs

    Intent >odbc_getDSNs() 
    --> {"dBASE Files", "Excel Files", "MS Access Database", "Clarify FTS", "Visual FoxPro Tables", "Visual FoxPro Database", "Xtreme Sample Database 2003", "Xtreme Sample Database 2005", "TaskScheduler", "PEFRESULTS", "TestDB"}