Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

win32::dbiodbc(3pm) [linux man page]

Win32::DBIODBC(3pm)					User Contributed Perl Documentation				       Win32::DBIODBC(3pm)

NAME
Win32::DBIODBC - Win32::ODBC emulation layer for the DBI SYNOPSIS
use Win32::DBIODBC; # instead of use Win32::ODBC DESCRIPTION
This is a very basic very alpha quality Win32::ODBC emulation for the DBI. To use it just replace use Win32::ODBC; in your scripts with use Win32::DBIODBC; or, while experimenting, you can pre-load this module without changing your scripts by doing perl -MWin32::DBIODBC your_script_name TO DO
Error handling is virtually non-existent. AUTHOR
Tom Horen <tho@melexis.com> perl v5.12.3 2010-06-08 Win32::DBIODBC(3pm)

Check Out this Related Man Page

FusionInventory::Agent::Tools::Win32(3pm)		User Contributed Perl Documentation		 FusionInventory::Agent::Tools::Win32(3pm)

NAME
FusionInventory::Agent::Tools::Win32 - Windows generic functions DESCRIPTION
This module provides some Windows-specific generic functions. FUNCTIONS
is64bit() Returns true if the OS is 64bit or false. getLocalCodepage() Returns the local codepage. getWmiObjects(%params) Returns the list of objects from given WMI class, with given properties, properly encoded. moniker a WMI moniker (default: winmgmts:{impersonationLevel=impersonate,(security)}!//./) class a WMI class properties a list of WMI properties encodeFromRegistry($string) Ensure given registry content is properly encoded to utf-8. getRegistryValue(%params) Returns a value from the registry. path a string in hive/key/value format E.g: HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/ProductName logger getRegistryKey(%params) Returns a key from the registry. path a string in hive/key format E.g: HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion logger runCommand(%params) Returns a command in a Win32 Process command the command to run timeout a time in second, default is 3600*2 no_stderr ignore STDERR output, default is false =back Return an array exitcode the error code, 293 means a timeout occurred fd a file descriptor on the output perl v5.14.2 2012-06-25 FusionInventory::Agent::Tools::Win32(3pm)
Man Page