6 projects tagged "odbc"
TbsSQL is a small wrapper class for working with SQL databases within PHP scripts. It has few methods and two properties and it’s only one file per database for installation. Its most interesting feature is that it can protect and format values before merging them into the SQL statement. It has a cache feature, a trace mode, a debug console, and it can return data as arrays, standard objects, specific class objects, or clone objects. It can also delete PHP connection variables after making the connection.
The Easysoft ODBC-Access Driver is an ODBC driver that supports both the MDB (Access 2000–2003 and Office Access 2007) and ACCDB (Office Access 2007 and later) database formats. It provides read-write access to Access databases for Linux/Unix applications. You do not need to change where your database file is located, as it supports shared locations such as a Windows or Samba share. It uses Access’ locking file mechanism and prevents users from opening a database if another user has the database opened for exclusive access, again mirroring the Access front-end’s behavior for seamless integration. It supports encrypted/encoded .mdb files, which is an Access security feature that protects Access data from unauthorized viewing.
email@Scanner is an application that parses email from either an email server, email files, or one of several Macintosh email clients, selecting only those email that satisfy given criteria. Data may be extracted from anywhere within the selected email and further refined via data filters and scripts and then used to update a FileMaker or ODBC database. An optional outgoing email may be sent, created with data from the email and/or the associated database record.
The YB.ORM library aims to simplify writing C++ code that has to deal with SQL databases. The goal is to provide a convenient interface like SQLAlchemy (Python) or Hibernate (Java). The library itself is cross-platform and supports a variety of SQL dialects: SQLite3, MySQL, Postgres, Oracle, and Firebird. Integration with Boost, Qt4, and wxWidgets is built-in. In a typical usage scenario, you would describe your database schema and table relationships in a simple XML-based format, generate SQL code to populate database schema with tables, generate C++ classes, add application-specific logic to the classes, and use these classes in cooperation with the Session object to query objects from the database, create new or modify/delete existing objects, or link and unlink objects using relations. Simple serialization to XML is supported along with connection pooling.
Magento restriction of access by an IP or group of IPs.