briglass has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to remove an ODBC data source with Perl. So far I have the following code, but it freezes the compiler without giving an error message.
use Win32::ODBC; Win32::ODBC::ConfigDSN( ODBC_REMOVE_DSN, "DSN=TempDSN" );
Is there a better way to go about this?
~Brian
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Remove ODBC Data Source - Win32::ODBC
by NetWallah (Canon) on Feb 15, 2005 at 22:44 UTC | |
by briglass (Initiate) on Feb 16, 2005 at 16:48 UTC | |
by NetWallah (Canon) on Feb 16, 2005 at 21:09 UTC | |
|
Re: Remove ODBC Data Source - Win32::ODBC
by FitTrend (Pilgrim) on Feb 15, 2005 at 22:23 UTC | |
|
Re: Remove ODBC Data Source - Win32::ODBC
by legato (Monk) on Feb 17, 2005 at 15:07 UTC |