Python API for Microsoft SQL Server Code
Status: Alpha
Brought to you by:
undebtedly
| File | Date | Author | Commit |
|---|---|---|---|
| doc | 2007-04-11 | Undebtedly | [r1] |
| trunk | 2007-04-11 | Undebtedly | [r1] |
| ReadMe.txt | 2007-04-12 | Undebtedly | [r2] |
| ipymssql0.1-ipy1.1.egg-info | 2007-05-11 | undebtedly | [r4] |
ipymssql ReadMe.txt
Requirements:
================
IronPython
Links:
================
The Python Database API Specification (PEP 249):
http://www.python.org/dev/peps/pep-0249/
Microsoft's System.Data.SqlClient Namespace:
http://msdn2.microsoft.com/en-us/library/system.data.sqlclient.aspx
IronPython:
http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython
An overview of Microsoft's data provider:
http://msdn2.microsoft.com/en-us/library/kb9s9ks0(VS.80).aspx
License:
================
Copyright (C) 2007 SIL International
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA