maxdb
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4
DBD::MaxDB 7.6.00.27
DBD::MaxDB is a Perl module for MySQL MaxDB database driver for the DBI module version 7.6.0 BUILD 027-121-124-939. more>>
DBD::MaxDB is a Perl module for MySQL MaxDB database driver for the DBI module version 7.6.0 BUILD 027-121-124-939.
SYNOPSIS
use DBI;
$dbh = DBI->connect("dbi:MaxDB:$hostname/$dbname", "$user", "$password")
or die "Cant connect $DBI::err $DBI::errstrn";
$sth = $dbh->prepare("SELECT Hello World as WELCOME from dual")
or die "Cant prepare statement $DBI::err $DBI::errstrn";
$res = $sth->execute()
or die "Cant execute statement $DBI::err $DBI::errstrn";
@row = $sth->fetchrow_array();
...
See the DBI module documentation for full details.
DBD::MaxDB is a Perl module which provides access to the MySQL MaxDB databases using the DBI module. It is an interface between the Perl programming language and the MaxDB programming API SQLDBC that comes with the MySQL MaxDB relational database management system.
The DBD::MaxDB module needs to link with MaxDBs common database interface SQLDBC which is not included in this distribution. You can download it from the MySQL homepage at: http://www.mysql.com/maxdb
<<lessSYNOPSIS
use DBI;
$dbh = DBI->connect("dbi:MaxDB:$hostname/$dbname", "$user", "$password")
or die "Cant connect $DBI::err $DBI::errstrn";
$sth = $dbh->prepare("SELECT Hello World as WELCOME from dual")
or die "Cant prepare statement $DBI::err $DBI::errstrn";
$res = $sth->execute()
or die "Cant execute statement $DBI::err $DBI::errstrn";
@row = $sth->fetchrow_array();
...
See the DBI module documentation for full details.
DBD::MaxDB is a Perl module which provides access to the MySQL MaxDB databases using the DBI module. It is an interface between the Perl programming language and the MaxDB programming API SQLDBC that comes with the MySQL MaxDB relational database management system.
The DBD::MaxDB module needs to link with MaxDBs common database interface SQLDBC which is not included in this distribution. You can download it from the MySQL homepage at: http://www.mysql.com/maxdb
Download (0.085MB)
Added: 2007-02-27 License: Perl Artistic License Price:
970 downloads
MaxDB by MySQL 7.6.00.34
MaxDB by MySQL is the database backend for MySAP. more>>
MaxDB is a heavy-duty, SAP-certified open source database for OLTP and OLAP usage which offers high reliability, availability, scalability and a very comprehensive feature set. MaxDB by MySQL is targetted for large mySAP Business Suite environments and other applications that require maximum enterprise-level database functionality and complements the MySQL database server.
Today, about 6,000 customer installations are using MaxDB technology globally, including Toyota, Intel, DaimlerChrysler, Braun-Gillette, Bayer, Colgate, Yamaha, and Deutsche Post (the German Post Office).
Main features:
- Reduced cost of your SAP implementation
- Easy configuration and low administration
- Elaborate backup and restore capabilities
- Continuous operation, no scheduled downtimes required
- Designed for large number of users and high workloads
- Scales to database sizes in the terabytes
- High availability through cluster and hot-standby support
- Synchronization Manager to control enterprise-wide data replication
- Easy-to-use graphical database tools
- Available for all enterprise HW/OS platforms
- Supports all major SAP solutions
High performance, availability, operational reliability, scalability, ease of use, and low total cost of ownership are just a few of the demands that enterprise environments place on a DBMS infrastructure. MaxDB helps you meet these demands. It is a powerful, state-of-the-art DBMS built for enterprise usage scenarios.
Some other features of MaxDB;
Description Maximum Value
Database size 32 TB (with 8 KB page size)
Number of files/volumes per database 64...4096, specified by a configuration parameter
File/volume size (data) 518 ...8 GB (dependent on operating system limitations)
File/volume size (log) 16 TB (dependent on operating system limitations)
SQL statement length >= 16 KB (Default value 64 KB, specified by a system variable)
Identifier length 32 characters
Numeric precision 38 places
Number of tables unlimited
Number of columns per table (with KEY) 1024
Number of columns per table (without KEY) 1023
Number of primary key columns per table 512
Number of columns in an index 16
Number of foreign key columns per table 16
Number of columns in an ORDER or a GROUP clause 128
Number of columns in a SELECT statement 1023
Number of columns in an INSERT statement 1024
Number of columns in a result table 1023
Number of join tables in a SELECT statement 64
Number of triggers per Basis table 3
Number of indexes per table 255
Number of referring CONSTRAINT definitions (foreign key dependencies) per table unlimited
Number of references per table unlimited
Number of rows per table limited by database size
Internal length of a table row 8088 Bytes
Total of internal lengths of all primary key columns 1024 Bytes
Total of internal lengths of all foreign key columns 1024 Bytes
Total of internal lengths of all columns belonging to an index 1024 Bytes
Internal length of a LONG column 2 GB
Length of columns in an ORDER or a GROUP clause 1020 Bytes
Nested trigger levels unlimited
Nested subqueries 127
Number of join conditions in a WHERE clause of a SELECT statement 128
Number of correlated columns in an SQL statement 64
Number of correlated tables in an SQL statement 16
Number of parameters in an SQL statement 2000
Enhancements:
- This maintenance release features some important bugfixes.
<<lessToday, about 6,000 customer installations are using MaxDB technology globally, including Toyota, Intel, DaimlerChrysler, Braun-Gillette, Bayer, Colgate, Yamaha, and Deutsche Post (the German Post Office).
Main features:
- Reduced cost of your SAP implementation
- Easy configuration and low administration
- Elaborate backup and restore capabilities
- Continuous operation, no scheduled downtimes required
- Designed for large number of users and high workloads
- Scales to database sizes in the terabytes
- High availability through cluster and hot-standby support
- Synchronization Manager to control enterprise-wide data replication
- Easy-to-use graphical database tools
- Available for all enterprise HW/OS platforms
- Supports all major SAP solutions
High performance, availability, operational reliability, scalability, ease of use, and low total cost of ownership are just a few of the demands that enterprise environments place on a DBMS infrastructure. MaxDB helps you meet these demands. It is a powerful, state-of-the-art DBMS built for enterprise usage scenarios.
Some other features of MaxDB;
Description Maximum Value
Database size 32 TB (with 8 KB page size)
Number of files/volumes per database 64...4096, specified by a configuration parameter
File/volume size (data) 518 ...8 GB (dependent on operating system limitations)
File/volume size (log) 16 TB (dependent on operating system limitations)
SQL statement length >= 16 KB (Default value 64 KB, specified by a system variable)
Identifier length 32 characters
Numeric precision 38 places
Number of tables unlimited
Number of columns per table (with KEY) 1024
Number of columns per table (without KEY) 1023
Number of primary key columns per table 512
Number of columns in an index 16
Number of foreign key columns per table 16
Number of columns in an ORDER or a GROUP clause 128
Number of columns in a SELECT statement 1023
Number of columns in an INSERT statement 1024
Number of columns in a result table 1023
Number of join tables in a SELECT statement 64
Number of triggers per Basis table 3
Number of indexes per table 255
Number of referring CONSTRAINT definitions (foreign key dependencies) per table unlimited
Number of references per table unlimited
Number of rows per table limited by database size
Internal length of a table row 8088 Bytes
Total of internal lengths of all primary key columns 1024 Bytes
Total of internal lengths of all foreign key columns 1024 Bytes
Total of internal lengths of all columns belonging to an index 1024 Bytes
Internal length of a LONG column 2 GB
Length of columns in an ORDER or a GROUP clause 1020 Bytes
Nested trigger levels unlimited
Nested subqueries 127
Number of join conditions in a WHERE clause of a SELECT statement 128
Number of correlated columns in an SQL statement 64
Number of correlated tables in an SQL statement 16
Number of parameters in an SQL statement 2000
Enhancements:
- This maintenance release features some important bugfixes.
Download (95MB)
Added: 2006-09-20 License: GPL (GNU General Public License) Price:
663 downloads
Other version of MaxDB by MySQL
License:GPL (GNU General Public License)
ADOdb Lite 1.42
ADOdb Lite is a small, fast replacement for ADODB that uses 1/6th of the memory and is up to 300% faster. more>>
ADOdb Lite is a small, fast replacement for ADODB that uses 1/6th of the memory and is up to 300% faster, while being compatible with a subset of the most commonly used ADODB commands.
ADOdb Lite supports Frontbase, MaxDB, MiniSql, MSSQL, MySQL, PostgreSQL, SQLite, and Sybase.
Enhancements:
Added:
SQLdate function to the date module for the fbsql, maxdb, msql and obdc databases.
Added:
loadObjectList function to the object module. This will build an array list of all objects.
Added:
Maugrim the Reapers conversion of the ADOdb Performance Module for the MySql, Mysqli and Mysqlt drivers.
Fixed:
Changed if ($resultId === true) in the do_query() function to if (@pg_numfields( $resultId ) forcenewconnection) in the _makeconnection() function to if(!$this->forcenewconnection) in all Postgres drivers. Thanks to Dmitry (thedix) for the fix.
Fixed:
Removed else in adodb_mktime function in the adodb-time.inc.php program to fix a month calculation error. Thanks to jgarces for submitting the fix.
Fixed:
Changed var _obj; to var $_obj; and var _names; to var $_names; in the generic object module.
Fixed:
Changed user ro username on line 40 in the adodb-exceptions.inc.php. Thanks to Harry S. Kartono for finding the error and providing the fix.
Fixed:
mysql and mysqlt drivers should use the $this->connectionId when executing the mysql_real_escape_stringfunction in the $db->qstr function.
Fixed:
mssql date module had a misplaced bracket causing it to fail.
Changed:
All drivers - fields result set function will return the entire array if the $fields variable is empty.
Enhancements:
- Query tracking was added for performance testing.
- There are three new database array variables: $db->query_list, $db->query_list_time, and $db->query_list_errors.
- These variables will contain every processed query and the time it took to process the query for the current instance of the database object.
- This will allow easy tracking of every query on any page and the amount of time it took to execute each query.
- In all drivers, a return variable by reference error was fixed when returning an empty record set.
<<lessADOdb Lite supports Frontbase, MaxDB, MiniSql, MSSQL, MySQL, PostgreSQL, SQLite, and Sybase.
Enhancements:
Added:
SQLdate function to the date module for the fbsql, maxdb, msql and obdc databases.
Added:
loadObjectList function to the object module. This will build an array list of all objects.
Added:
Maugrim the Reapers conversion of the ADOdb Performance Module for the MySql, Mysqli and Mysqlt drivers.
Fixed:
Changed if ($resultId === true) in the do_query() function to if (@pg_numfields( $resultId ) forcenewconnection) in the _makeconnection() function to if(!$this->forcenewconnection) in all Postgres drivers. Thanks to Dmitry (thedix) for the fix.
Fixed:
Removed else in adodb_mktime function in the adodb-time.inc.php program to fix a month calculation error. Thanks to jgarces for submitting the fix.
Fixed:
Changed var _obj; to var $_obj; and var _names; to var $_names; in the generic object module.
Fixed:
Changed user ro username on line 40 in the adodb-exceptions.inc.php. Thanks to Harry S. Kartono for finding the error and providing the fix.
Fixed:
mysql and mysqlt drivers should use the $this->connectionId when executing the mysql_real_escape_stringfunction in the $db->qstr function.
Fixed:
mssql date module had a misplaced bracket causing it to fail.
Changed:
All drivers - fields result set function will return the entire array if the $fields variable is empty.
Enhancements:
- Query tracking was added for performance testing.
- There are three new database array variables: $db->query_list, $db->query_list_time, and $db->query_list_errors.
- These variables will contain every processed query and the time it took to process the query for the current instance of the database object.
- This will allow easy tracking of every query on any page and the amount of time it took to execute each query.
- In all drivers, a return variable by reference error was fixed when returning an empty record set.
Download (0.24MB)
Added: 2007-01-12 License: LGPL (GNU Lesser General Public License) Price:
1023 downloads
phpMyFAQ 2.0.3
phpMyFAQ is a multilingual, completely database-driven FAQ system. more>>
phpMyFAQ is a multilingual, completely database-driven FAQ system. phpMyFAQ support various database systems and it also offers a content management system with a WYSIWYG editor, an image manager, flexible multi-user support, a news system, user tracking, language modules, templates, extensive XML support, PDF support, DocBook XML support, a backup system, and an easy to use installation script.
Main features:
- Varius supported database systems:
- You can use MySQL, PostgreSQL, Sybase, MS SQL Server, IBM DB2, MaxDB or SQLite.
- LDAP integration:
- Add your companys LDAP based user management into phpMyFAQ
- Content Management System:
- You can administrate your users, news, themes, categories and records in the password protected admin area.
- User Administration:
- Selected users can edit and administrate records.
- Record Administration:
- Your users can write new records, the administrator has te unlock the record. The admin can also edit the record, move into a another category oder delete the record.
- WYSIWYG editor:
- Write your articles like you do in OpenOffice.org or Word.
- Image Manager:
- The Image Manager provides an web interface to browse for image files (JPEG, PNG, GIF, and others) on the web server.
- News Administration:
- Write news that appear on the FAQ mainpage.
- User-Tracking:
- Analyze the way of your users through your FAQ.
- User-Voting:
- With the voting of the users you can analyze the quality of your records.
- Top 10:
- Youll get a Top 10 with ten of the most popular records.
- Language files:
- phpMyFAQ supports more than 25 languages including Arabic, Chinese and Vietnamese.
- Multilanguage support:
- Write records in different languages.
- Search engine optimization:
- Support for Apache mod_rewrite and IIS ISAPI_rewrite
- Firefox search plugin support:
- Search through your FAQ using Firefox search
- Sitemap:
- Lists all FAQ articles in a alphabetical order
- Template system:
- Custimize your FAQ to your webdesign.
- Simple installation and configuration:
- Install and set up your FAQ only with your browser!
- 5 different views for records:
- XHTML, printer optimized XHTML, PDF, DocBook XML and plain XML
- XML-RPC interface:
- Support for searching over the internet.
- Backup:
- export and import from SQL tables
- Community module:
- Users can write questions to the system, so that other user can answer these questions.
- Send2Friend:
- User can send records up to five friends with email.
- PHP 5.x ready
- phpMyFAQ 1.5.x works with PHP 5.x
<<lessMain features:
- Varius supported database systems:
- You can use MySQL, PostgreSQL, Sybase, MS SQL Server, IBM DB2, MaxDB or SQLite.
- LDAP integration:
- Add your companys LDAP based user management into phpMyFAQ
- Content Management System:
- You can administrate your users, news, themes, categories and records in the password protected admin area.
- User Administration:
- Selected users can edit and administrate records.
- Record Administration:
- Your users can write new records, the administrator has te unlock the record. The admin can also edit the record, move into a another category oder delete the record.
- WYSIWYG editor:
- Write your articles like you do in OpenOffice.org or Word.
- Image Manager:
- The Image Manager provides an web interface to browse for image files (JPEG, PNG, GIF, and others) on the web server.
- News Administration:
- Write news that appear on the FAQ mainpage.
- User-Tracking:
- Analyze the way of your users through your FAQ.
- User-Voting:
- With the voting of the users you can analyze the quality of your records.
- Top 10:
- Youll get a Top 10 with ten of the most popular records.
- Language files:
- phpMyFAQ supports more than 25 languages including Arabic, Chinese and Vietnamese.
- Multilanguage support:
- Write records in different languages.
- Search engine optimization:
- Support for Apache mod_rewrite and IIS ISAPI_rewrite
- Firefox search plugin support:
- Search through your FAQ using Firefox search
- Sitemap:
- Lists all FAQ articles in a alphabetical order
- Template system:
- Custimize your FAQ to your webdesign.
- Simple installation and configuration:
- Install and set up your FAQ only with your browser!
- 5 different views for records:
- XHTML, printer optimized XHTML, PDF, DocBook XML and plain XML
- XML-RPC interface:
- Support for searching over the internet.
- Backup:
- export and import from SQL tables
- Community module:
- Users can write questions to the system, so that other user can answer these questions.
- Send2Friend:
- User can send records up to five friends with email.
- PHP 5.x ready
- phpMyFAQ 1.5.x works with PHP 5.x
Download (1.1MB)
Added: 2007-08-23 License: MPL (Mozilla Public License) Price:
792 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above maxdb search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed