Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.159.093 Times

Arrays freeware
Filter: All | Freeware | Demo
 

Arrays

< 1 2 3 4 5 
Added: July 01, 2013 | Visits: 436

C#, ActiveX Server Interfaces a C# generated dll to MATLAB using the COM interface. Currently the .NET platform is not supported by MATLAB as such to connect to C# requires the use of COM technology. The code makes an ActiveX server using C#, this server has a single event that functions in a similar way to the...



Platforms: Matlab

License: Freeware Size: 10 KB Download (40): C#, ActiveX Server Download

Added: August 11, 2013 | Visits: 200

sci2num Converts a string with (possibly) an SI prefix to a number. Works in reverse of num2sci. Works with cell arrays of strings also. Examples: num = sci2num('14.5 m') returns num = 0.0145 num = sci2num('14.5') returns num = 14.5 num = sci2num({'14.5m','85.2'}) returns num = [0.0145 85.2]





Platforms: Matlab

License: Freeware Size: 10 KB Download (46): sci2num Download

Added: April 06, 2013 | Visits: 384

PDO wrapper singleton The activity can optionally be logged to a class variable.Key Features of PDO wrapper singleton:- Setup database connections- Execute prepared queries- Retrieve result sets into arrays- Retrieve the last inserted identifier value


Platforms: PHP

License: Freeware Size: 10 KB Download (40): PDO wrapper singleton Download

Added: April 29, 2013 | Visits: 476

fSQL for PHP for Scripts fSQL for PHP offers some functions to easily use mysql querys. It works with twodimensional associative arrays (Columns and Rows).The sourcecode is quite self-explanatory. There are functions e, select, inserte, select, insert, delete and update.


Platforms: PHP

License: Freeware Size: 10 KB Download (46): fSQL for PHP for Scripts Download

Added: April 09, 2013 | Visits: 333

fSQL for Scripts fSQL for PHP offers some functions to easily use mysql querys. It works with twodimensional associative arrays (Columns and Rows).The sourcecode is quite self-explanatory. There are functions for connect, close, select, insert, delete and update.


Platforms: PHP

License: Freeware Size: 10 KB Download (49): fSQL for Scripts Download

Added: July 17, 2013 | Visits: 292

Crutch MySQLd This PHP script implements a MySQL database access wrapper. It can be used to connect and perform several queries on a MySQL database.Here are some key features of "Crutch MySQL":- Connect to a given MySQL database server host- Execute arbitrary SQL queries- Retrieve query results into arrays-...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): Crutch MySQLd Download

Added: July 05, 2013 | Visits: 422

My simple Query Language Class for MySQL & MySQLi This class is a database access wrapper which can be used for MySQL.It utilizes the MySQL or MySQLi extensions.Here are some key features of My simple Query Language Class for MySQL & MySQLi(Improved):- Establish connections to a MySQL server- Execute INSERT queries given the table name and field...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): My simple Query Language Class for MySQL & MySQLi Download

Added: May 11, 2013 | Visits: 645

Database utility class Database utility class can execute SELECT, INSERT, UPDATE and DELETE queries from parameters that define tables, fields, values and conditions.Results from SELECT queries are returned in arrays.


Platforms: PHP

License: Freeware Size: 10 KB Download (43): Database utility class Download

Added: July 04, 2013 | Visits: 572

Ultimate DB Access Wrapper Ultimate DB Access Wrapper can create table indexes.Key Features of Ultimate DB Access Wrapper:- Establish database connections- Validate SQL queries- Execute SQL queries and fetch result rows into arrays or objects- Build SQL queries from lists of parameters- Manage transactions- Display query...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Ultimate DB Access Wrapper Download

Added: July 28, 2013 | Visits: 444

Best MySQL Class Statistics about the connection and variable values can also be gathered by Best MySQL Class.Key Features of Best MySQL Class:- Connect to a given MySQL server and access given database- Execute SQL queries- Retrieve any errors, the number of affected rows, last inserted identifier, number of...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Best MySQL Class Download

Added: June 08, 2013 | Visits: 413

SQL String Generator SQL SELECT, INSERT, UPDATE and DELETE queries can be generated with the specified table name, arrays of fields and corresponding values and the additional clauses.


Platforms: PHP

License: Freeware Size: 10 KB Download (40): SQL String Generator Download

Added: April 13, 2013 | Visits: 584

class mysql class mysql is a wrapper to access MySQL databases.class mysql provides functions for opening and closing connections to a MySQL server, list databases, tables and table fields, execute SQL insert, update delete and select queries and retrieve the result set data into arrays, dump database data...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): class mysql Download

Added: September 17, 2013 | Visits: 1.023

database,mysql,query,array coMySQLClass is a MySQL database access wrapper.Functions of coMySQLClass:- Establish database connections to a given host and database name- Execute SQL queries- Retrieve query results into associative arrays- Compose and execute SELECT, UPDATE and INSERT queries to a given table from lists of...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): database,mysql,query,array Download

Added: March 25, 2013 | Visits: 533

MySQL Access Wrapper Class MySQL Access Wrapper Class can be used as a wrapper to access MySQL databases. It is a simplification of another class also made available in this site.Functions of MySQL Access Wrapper Class:- Establish MySQL database server connections- Execute SELECT queries given the list of fields, tables...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): MySQL Access Wrapper Class Download

Added: June 25, 2013 | Visits: 461

TMySQL Wrapper TMySQL Wrapper establishes connections to the MySQL server and executes SQL queries.Key Features of TMySQL Wrapper:- Retrieve the query results into arrays- Retrieve the number of query result rows- Retrieve the query result column names- Retrieve information about a table- Retrieve the data...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): TMySQL Wrapper Download

Added: August 02, 2013 | Visits: 382

Class FB Class FB is a wrapper to access Firebird databases.Functions of Class FB:- Establish database connections- Execute simple queries- Execute SELECT queries restrict the range of rows that a query returns to perform pagination- Retrieve query result rows as arrays- Retrieve query result BLOB field...


Platforms: PHP

License: Freeware Size: 10 KB Download (39): Class FB Download

Added: August 13, 2013 | Visits: 403

Osiris Core Connection to MySQL database servers can be established and SQL queries can be executed in Osiris Core.Key Features of Osiris Core:- Change the character set- Return query results in arrays, HTML tables, or XML documents- List, optimize, create and drop database tables- Generate HTML to edit data...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Osiris Core Download

Added: May 31, 2013 | Visits: 672

MySQL Wrapper Script This PHP Script is a MySQL database access wrapper. It is an abstraction layer between PHP and MySQL database.Features of MySQL Wrapper script:- Establish a connection to a MySQL database server.- Execute queries and return results as arrays.- Execute SELECT, INSERT, UPDATE, REPLACE, and DELETE...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): MySQL Wrapper Script Download

Added: August 07, 2013 | Visits: 430

SQLWrapper SQLWrapper is a MySQL database access wrapper.This PHP script can be used and integrated into applications using MySQL as a storage environment.Some key features of SQLWrapper:- Establish connections to a given MySQL database host- Execute arbitrary queries- Retrieve a single row or all rows into...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): SQLWrapper Download

Added: June 26, 2013 | Visits: 474

SDB simple MySQL class SDB simple MySQL script implements a wrapper to access MySQL databases. This script allows easy data control from PHP to MySQL.Here are some key features of "SDB simple MySQL class":- Create tables- Lock tables- Optimize all database tables- Truncate tables- Establish database connections-...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (43): SDB simple MySQL class Download

< 1 2 3 4 5