User contributions for PeterHarding
Jump to navigation
Jump to search
- 18:27, 30 April 2008 diff hist +14 N SNMP FAQ - Part 1 New page: Where is this?
- 18:26, 30 April 2008 diff hist +71 N Category:SNMP New page: Info and resources related to Simple Network Management Protocol (SNMP) current
- 18:26, 30 April 2008 diff hist +64 SNMP FAQ - Part 2 current
- 18:25, 30 April 2008 diff hist +172,974 N SNMP FAQ - Part 2 New page: <pre> Archive-name: snmp-faq/part2 Posting-Frequency: every few months or so Last-Modified: 2 Jul 2003 Version: 2.57 comp.protocols.snmp PART 2 of ...
- 18:23, 30 April 2008 diff hist +47 N Pymssql Examples Pymssql Examples moved to Python pymssql and dblib Examples current
- 18:23, 30 April 2008 diff hist 0 m Python pymssql and dblib Examples Pymssql Examples moved to Python pymssql and dblib Examples
- 18:23, 30 April 2008 diff hist +34,523 Python pymssql and dblib Examples
- 18:19, 30 April 2008 diff hist +961 N Python pymssql and dblib Examples New page: <pre> import pymssql con = pymssql.connect(host='192.168.13.122',user='sa',password='',database='tempdb') cur = con.cursor() query="create table pymssql (no int, fno float, comment va...
- 18:18, 30 April 2008 diff hist +92 Implementing Timers in Python
- 18:17, 30 April 2008 diff hist +1,182 N Implementing Timers in Python New page: <pre> import signal, time class TimedOutExc(Exception): def __init__(self, value = "Timed Out"): self.value = value def __str__(self): return repr(self.value) def...
- 18:15, 30 April 2008 diff hist +1 Implementing a Simple Web Server to Run Scripts current
- 18:14, 30 April 2008 diff hist +5 Implementing a Simple Web Server to Run Scripts
- 18:14, 30 April 2008 diff hist +2 Implementing a Simple Web Server to Run Scripts
- 18:13, 30 April 2008 diff hist +2 Implementing a Simple Web Server to Run Scripts
- 18:13, 30 April 2008 diff hist +41 Implementing a Simple Web Server to Run Scripts
- 18:13, 30 April 2008 diff hist +173 Implementing a Simple Web Server to Run Scripts
- 18:11, 30 April 2008 diff hist +42 Implementing a Simple Web Server to Run Scripts
- 18:11, 30 April 2008 diff hist +3,060 N Implementing a Simple Web Server to Run Scripts New page: =Overview= Sometimes it is convenient to create a simple web server front-end to initiate the running of scripts via a web interface. The following is an example of a simple one based on...
- 18:05, 30 April 2008 diff hist +7 Running Command-line Scripts in Python current
- 18:05, 30 April 2008 diff hist +131 N Running Command-line Scripts in Python New page: =Modules= Use commmands module (on UNIX/Linux/Cygwin)... See http://docs.python.org/lib/module-commands.html Category:Python
- 18:03, 30 April 2008 diff hist 0 ODBC Notes
- 18:02, 30 April 2008 diff hist +52 ODBC Notes
- 18:02, 30 April 2008 diff hist +33 ODBC Notes
- 18:00, 30 April 2008 diff hist +1,956 N ODBC Notes New page: =Intro= http://msdn2.microsoft.com/en-us/library/aa936940(SQL.80).aspx Warning While the DB-Library API is still supported in Microsoft SQL Server 2000, no future versions of SQL Server...
- 17:56, 30 April 2008 diff hist +648 N Python Implementation of ref time New page: <pre> #===================================================================== def the_time(): t = float(ref_time(FALSE)) * 0.001 return t #-----------------------------------------... current
- 17:50, 30 April 2008 diff hist +627 N Perl DBI Examples New page: =Examples= <pre> #!/usr/bin/env perl use DBI; # Open the database my ($DSN,$dbh,$sth); $dbh = DBI->connect("dbi??={SQL Server};Server=$db_instance;Database=$db_name;UID=$db_user;PWD=$...
- 09:05, 30 April 2008 diff hist +99 Python - ODBC current
- 12:42, 29 April 2008 diff hist −1 Wireshark FIlters current
- 18:09, 28 April 2008 diff hist +57 Data Source Name - DSN current
- 18:08, 28 April 2008 diff hist +23 Data Source Name - DSN
- 18:07, 28 April 2008 diff hist +1,052 N Data Source Name - DSN New page: =Windows= Short for Data Source Name. Data Source Name provides connectivity to a database through an ODBC driver. The DSN contains database name, directory, database driver, UserID, pass...
- 17:43, 28 April 2008 diff hist +90 N Wireshark FIlters New page: =Filters= <pre> ip.src == 10.6.5.91 and ip.dst == 10.1.34.22 </pre> Category:Network
- 11:20, 28 April 2008 diff hist +50 MS SqlServer Notes
- 11:19, 28 April 2008 diff hist +130 MS SqlServer Notes
- 11:18, 28 April 2008 diff hist +287 MS SqlServer Notes
- 11:16, 28 April 2008 diff hist 0 N File:ODBC Create DS 07 OK.gif current
- 11:16, 28 April 2008 diff hist 0 N File:ODBC Create DS 06 Test.gif current
- 11:15, 28 April 2008 diff hist 0 N File:ODBC Create DS 05 Finish.gif current
- 11:15, 28 April 2008 diff hist 0 N File:ODBC Create DS 04 Specify DB.gif current
- 11:15, 28 April 2008 diff hist 0 N File:ODBC Create DS 03 Authentication.gif current
- 11:15, 28 April 2008 diff hist 0 N File:ODBC Create DS 02 Names.gif current
- 11:14, 28 April 2008 diff hist 0 N File:ODBC Create DS 01 Select Driver.gif current
- 11:07, 28 April 2008 diff hist +75 MS SqlServer Notes
- 11:03, 28 April 2008 diff hist +2 MS SqlServer Notes
- 11:03, 28 April 2008 diff hist +28 MS SqlServer Notes
- 11:03, 28 April 2008 diff hist 0 N File:ODBC Drivers Tab.gif current
- 11:00, 28 April 2008 diff hist +233 MS SqlServer Notes
- 10:57, 28 April 2008 diff hist −1 MS SqlServer Notes
- 10:56, 28 April 2008 diff hist +105 N MS SqlServer Notes New page: =References= * http://www.databasejournal.com/features/mssql/article.php/3489661 Category:Databases
- 10:55, 28 April 2008 diff hist +169 N Setting up ODBC New page: =Python= ==References== ==FreeTDS== * http://jtds.sourceforge.net/faq.html ==jTDS== * http://jtds.sourceforge.net/faq.html Category:Python Category:Database current