SQLConfigDataSource (odbccp32)
Last changed: http---joshuanorton.spaces.live.com-210.54.237.168

.
Summary
This function is used to work with the ODBC Datasources

C# Signature:

[DllImport("ODBCCP32.DLL", CharSet=CharSet.Ansi)]
static extern bool SQLConfigDataSource(
    IntPtr parent,
    [MarshalAs(UnmanagedType.U2)
    short request,
    string driver,
    string attributes);

VB Signature:

TODO

User-Defined Types:

TODO

Notes:

[2004-10-19 - Nicholas Paldino]
Fixed the declaration (from int to short), as well as cleaned up incorrect code.

Tips & Tricks:

Please add some!

Sample Code:

TODO

Alternative Managed API:

Do you know one? Please contribute it!

Documentation