===============================================================================
AnyPIM_Access2007_3.X README FILE
===============================================================================
LICENSE AGREEMENT
-------------------------------------------------------------------------------
Copyright 2009 Aboutwork.net&EITAG.net. All rights reserved.
You can redistribute and use this software, with or without modification, are
permitted provided that the following conditions are met:
This software is provided as freeware, and you can redistribute or use it on
non-commercial purposes.
Redistributions of source code must retain the above copyright notice, this list
of conditions and the following disclaimer. Neither the name of this software
nor the names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
UPGRADE FROM OLD VERSION
-------------------------------------------------------------------------------
* This upgrade can not be used with the old version 2.x.
* You can also use Access 2003.
INSTALLATION
-------------------------------------------------------------------------------
1. Extract the package and modify the "Configuration Section" section of
"conn.asp" file.
-WebUrl: Please modify it to make your site's configration. As the Code like url="http://yoursiteurl/anypim/"
- AccessDB: The relative path to your software's Access Database file. Please
modify it to make your site secure.
Access 2003 DB code: strConn = "Provider = Microsoft.Jet.OLEDB.4.0;Data Source = " & Server.MapPath(Accessdb)
Access 2007 DB code: strConn = "Provider = microsoft.ace.oledb.12.0;Data Source = " & Server.MapPath(Accessdb)
2. Upload the software to a Server support ASP 3.0, Access2003/2007 Database, FSO
(File system object, for file upload and online database management) and has
ScriptEngine 5.5+ .
3. Visit "index.asp" and login as no user informations.
4. Enjoy.