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 49.599.775 Times

Pay Statements Adp software
Filter: All | Freeware | Demo
 

Pay Statements Adp

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 447

Debug statements include function name This script allows a user to place debug messages, error messages and standard messages throughout a program. The function name and line number will be added to each debug and error message before it is printed out. In addition, each of these messages can be passed to multiple handler objects...



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Debug statements include function name Download

Added: May 10, 2013 | Visits: 344

TryFinally This script is a convenient way to deeply nest try/finally statements. It is appropriate for complicated resource initialization and destruction. For instance, if you have a list of 50 things that need to get intialized and later destructed via using try/finally (especially if you need to create...





Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): TryFinally Download

Added: May 10, 2013 | Visits: 442

Pythologic -- Prolog syntax in Python Some of Python's powerful meta-programming features are used to enable writing Python functions which include Prolog-like statements. Such functions load a Prolog-like database. When coupled with a suitable inference engine for logic databases, this is a way to add logical programming -- the last...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Pythologic -- Prolog syntax in Python Download

Added: May 10, 2013 | Visits: 387

SOAP-SQL SOAP-SQL generates a web service WSDL based on user-defined SQL statements with only a few lines of code. It relies on NuSOAP and PEAR MDB2 (DB abstraction layer), so it works with most any database. No PHP extensions required.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (57): SOAP-SQL Download

Released: July 20, 2013  |  Added: August 25, 2013 | Visits: 20.364

TransaX QB TRANSAX QB is a module that works with QuickBooks to allow easy credit card processing and ACH (e-check) processing within QuickBooks. Users have the ability to apply payments to invoices or create sales receipts. Data is drawn from QuickBooks to eliminate double data entry. Changes made...


Platforms: Windows

License: Freeware Size: 22.53 MB Download (52): TransaX QB Download

Added: April 15, 2013 | Visits: 747

Grant a privilege on all user tables to another user This script solicits a table privilege and grantee user name at the SQL*Plus prompt, then builds and executes a file of GRANT statements to grant the privilege on all user tables to the grantee user.


Platforms: JavaScript

License: Freeware Size: 10 KB Download (48): Grant a privilege on all user tables to another user Download

Added: August 08, 2013 | Visits: 469

PHP MSSQL Dump PHP MSSQL Dump accesses a given Microsoft SQL server database and retrieves schema and data to generate a string with SQL statements that can be used to recreate the database.The database scheme, the table data, or both, can be dumped by the class. It may also strip comments and not indent the...


Platforms: PHP

License: Freeware Size: 10 KB Download (50): PHP MSSQL Dump Download

Added: August 24, 2013 | Visits: 827

Backup database structure Backup database structure accesses a given MySQL database and generates files with SQL statements that can be used later to restore the database structure and data in the database.The database dump file can optionally be saved in a compressed format in order to minimize its size.


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Backup database structure Download

Added: December 10, 2013 | Visits: 673

SOAP-SQL for Scripts SOAP-SQL generates a web service WSDL based on user-defined SQL statements with only a few lines of code.It relies on NuSOAP and PEAR MDB2 (DB abstraction layer), so it works with most any database. No PHP extensions required.


Platforms: PHP

License: Freeware Size: 204.8 KB Download (50): SOAP-SQL for Scripts Download

Added: July 10, 2013 | Visits: 669

dbclass_dre This PHP script can be used to connect to a given MySQL database server or to generate SQL statements which can be used to recreate the database tables and its contents.dbclass_dre can backup all tables or a given subset, And the backup data can be compressed into a zile files by a separate...


Platforms: PHP

License: Freeware Size: 40.96 KB Download (43): dbclass_dre Download

Added: August 07, 2013 | Visits: 761

backup & restore database backup & restore database can generate a backup file that contain SQL statements to create all the database tables and insert its table record data.Previously generated SQL backup files can be read and executed to restore the database tables and records.


Platforms: PHP

License: Freeware Size: 10 KB Download (43): backup & restore database Download

Added: June 14, 2013 | Visits: 587

Database structure synchronizer Database structure synchronizer then generates the SQL statements required to update one of the database to the other.Database structure synchronizer determines what changed from one database to the other and generates schema alteration SQL statements to create, drop and alter tables that should...


Platforms: PHP

License: Freeware Size: 194.56 KB Download (42): Database structure synchronizer Download

Added: May 15, 2013 | Visits: 316

MySQL importer A dump file is read, the comment lines are skipped and the SQL statements are executed.


Platforms: PHP

License: Freeware Size: 10 KB Download (41): MySQL importer Download

Added: June 22, 2013 | Visits: 470

Easy MySQL Dump Easy MySQL Dump traverses the list of tables of a given MySQL database and generates the SQL statements that would be necessary to recreate all the tables and the data in their records.The generated SQL statements can be returned as a single text string or served for download directly or...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Easy MySQL Dump Download

Added: May 22, 2013 | Visits: 501

SQL Parsing SQL Parsing is a simple class that can parse text files with a list of MySQL query statements to be executed.SQL Parsing splits the file lines, skips comment lines and gathers all consecutive lines until the one ends with semi-colon to get the complete SQL statement.Each statement is executed as...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): SQL Parsing Download

Added: May 18, 2013 | Visits: 515

dbStringIt dbStringIt can be used to generate SQL statements to update database table records from submitted form field values.dbStringIt takes an array of posted form request values and combines the values to generate a string that can be used in an SQL UPDATE statement to update the fields of records with...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): dbStringIt Download

Added: April 23, 2013 | Visits: 397

MyLibSQLGen MyLibSQLGen can build MySQL query statements of a list of parameter arrays. It can build SQL queries SELECT, INSERT, UPDATE and DELETE by specifying the tables and the fields involved.MyLibSQLGen can also build SQL conditions for the WHERE clause, search with the LIKE operator, using LEFT JOIN,...


Platforms: PHP

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

Added: April 26, 2013 | Visits: 529

Simple MySQL dump Simple MySQL dump can be used to dump a MySQL database as a list of SQL statements. It can retrieve the database tables metadata and execute and SQL SELECT query to retrieve all the data of the tables to be dumped.Simple MySQL dump returns a string with the table creation and record insertion...


Platforms: PHP

License: Freeware Size: 10 KB Download (39): Simple MySQL dump Download

Added: April 05, 2013 | Visits: 544

All DB Backup All DB Backup can be used to take a backup of a database to a file with SQL statements that can be used to restore the database. It can generate SQL statements that can be used to restore just the database table data or also the database table schema.All DB Backup uses the PEAR::DB abstraction...


Platforms: PHP

License: Freeware Size: 10 KB Download (42): All DB Backup Download

Added: September 09, 2013 | Visits: 401

Run MySQL Run MySQL is a class that is meant for feeding the MySQL server with large batches of SQL statements.The batch statements could be taken from a string, a local file or a file uploaded via HTML form. The result of the last query is returned.


Platforms: PHP

License: Freeware Size: 10 KB Download (43): Run MySQL Download

< 1 2 3 4 5 >