- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Check if ODBC data source is available (win)?
I want to check if a specific ODBC datasource is available on a user's computer.
Due to speed issues, I don't want to Create a Database connection but just: see if the datasource setting is available.
Is there a JSL command to get this info?
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Check if ODBC data source is available (win)?
Most likely you could use Run Program() and Get-OdbcDsn (Wdac) | Microsoft Learn.
-Jarmo
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: Check if ODBC data source is available (win)?
Most likely you could use Run Program() and Get-OdbcDsn (Wdac) | Microsoft Learn.
-Jarmo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content