sql database triggers
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2507
SamMySql Database Class 1.02
This class wraps common MySQL database table SQL queries. It can: - Perform SELECT queries and retrieve a single value, a single row into an array and all rows into a multidimensional array. - Insert or update rows from a list of fields and more>> This class wraps common MySQL database table SQL queries. It can: - Perform SELECT queries and retrieve a single value, a single row into an array and all rows into a multidimensional array. - Insert or update rows from a list of fields and values - Delete table rows that satisfy a condition - Count records in a given table - Check if a table record exists with a given field value<<less
Added: 2006-08-14 License: Other Price: $0.00USD
12 downloads
Other version of SamMySql Database Class
Price: FreeAdditionalInfoFreelyDistributable
License:Other Free / Open Source License
License:Other Free / Open Source License
PHP MySQL Database Class 1.0.4
A class for very basic MySQL database connectivity. Written to reduce redundant code in my own projects aswell as aid in debugging and error reporting during the developement phase. Currently connects to a database, execute external files containing SQL more>> A class for very basic MySQL database connectivity. Written to reduce redundant code in my own projects aswell as aid in debugging and error reporting during the developement phase. Currently connects to a database, execute external files containing SQL commands, insert and update from an array of key => value pairs, insert and update with sql command, query (one result), query (multiple rows), and dump a select query to a table. The zip file contains the class aswell as a demonstration script.<<less
Added: 2005-04-19 License: GPL Price: $0.00USD
16 downloads
Other version of PHP MySQL Database Class
Price: FreeAdditionalInfoFreeforalltouse,modify,anddistribute.
License:GPL
License:GPL
Database Abstraction Layer
A database abstraction layer with handy methods, placeholders and auto-escaping. Frequently used in many of my projects. more>> A database abstraction layer with handy methods, placeholders and auto-escaping. Frequently used in many of my projects.<<less
Added: 2006-02-08 License: BSD Style Price: FreeAdditionalInfoMIT
1365 downloads
H2 Database Engine
H2 is a free and fast SQL database engine written in Java. Included are a JDBC and ODBC driver. Both disk based and in memory operation are supported. It can run in embedded and client / server mode. more>> H2 is a free and fast SQL database engine written in Java. Included are a JDBC and ODBC driver. Both disk based and in memory operation are supported. It can run in embedded and client / server mode. A web console application is included. Clustering is supported as well. It can run as a Java application or as a native executable.<<less
Added: 2005-12-16 License: Other Free / Open Source License Price: Free
1444 downloads
Large Database Backup
This class can be used to backup large MySQL databases into multiple files. It can list the tables of a given MySQL database and generate SQL statements to create and insert records with the current v more>> This class can be used to backup large MySQL databases into multiple files. It can list the tables of a given MySQL database and generate SQL statements to create and insert records with the current values of the table rows, as if it was creating a new database. The class stores the generated SQL statements in files. A full backup process can be split in multiple iterations to not exceed PHP default script execution time limit. Each iteration dumps a limited number of table rows. An iteration can be executed by a script that redirects the page request to itself at the end to proceed to the next iteration.<<less
Added: 2007-07-22 License: GPL Price: Free
836 downloads
SQLData 1.0
SQLData is an extension of the DB class that is meant to provide object-relational mappings to store and retrieve persistent objects in a SQL database. The class comes with additional scripts for generating classes that can be used by applications to more>> SQLData is an extension of the DB class that is meant to provide object-relational mappings to store and retrieve persistent objects in a SQL database. The class comes with additional scripts for generating classes that can be used by applications to access given database table using the SQLData class as means to store and retrieve data with SQL statements. These scripts are meant to run from the command line. They retrieve the definitions of a given database table and then the generate classes to access the table rows as objects or to manipulate them via Web forms. Experience has shown that the automatic generation handles about 80% of the repetitive work involved in building classes and forms. SQLData was designed to make it easy to automate the construction of the application specific classes interfacing to SQL tables. SQLData supports all databases supported by the DB class, currently MySQL and PostgreSQL 8.0 and up.<<less
Added: 2006-03-27 License: Other Price: $0.00USD
11 downloads
Other version of SQLData
PHP MySql Multiple Database Backup 1.0
This script allows you to make a backup of your MySql databases in sql or gz format allowing you to restore in case of a server crash. The output sql is already compacted. You can download the backup from the server as sql or gzip. Very easy to use. more>> This script allows you to make a backup of your MySql databases in sql or gz format allowing you to restore in case of a server crash. The output sql is already compacted. You can download the backup from the server as sql or gzip. Very easy to use. No tables can be selected. The whole database will be backed-up. Contains fulltxt fields as option. Works with windows/apache too, special changes for windows time-out. For the use with single databases with table selection see: MySql PHP Backup<<less
Added: 2006-01-04 License: Freeware Price: $0.00USD
12 downloads
Other version of PHP MySql Multiple Database Backup
License:Freeware
Database Search Engine 1
This sample ASP script we will search a custom query in an SQL database. We will use two custom script in one page and will take query results divided in pages. before starting to use this script, you must modify sql query and database connection. more>> This sample ASP script we will search a custom query in an SQL database. We will use two custom script in one page and will take query results divided in pages. before starting to use this script, you must modify sql query and database connection.<<less
Added: 2006-08-31 License: Freeware Price: $0.00USD
14 downloads
Other version of Database Search Engine
License:Freeware
sqlWebArchitect
sqlWebArchitect is a Web-Based Open Source SQL Server and MSDE Database Administration tool. Built with Microsoft .NET Framework 2.0 and released under GPL License. more>> sqlWebArchitect is a Web-Based Open Source SQL Server and MSDE Database Administration tool. Built with Microsoft .NET Framework 2.0 and released under GPL License.<<less
Added: 2006-03-03 License: GPL Price: Free
1332 downloads
Counting Records In A Database Table 1
We can count records in a table with these a few lines of codes. First we must send an SQL statement to database engine. Count of records will be first value of resultset. more>> We can count records in a table with these a few lines of codes. First we must send an SQL statement to database engine. Count of records will be first value of resultset.<<less
Added: 2003-12-18 License: Freeware Price: $0.00USD
12 downloads
FFDPERL - Flat File Database for PERL 1.0.0b
SQL command flat file database for perl users. Allows creation of tables, update, and insert of data in to tables and much more to come. more>> SQL command flat file database for perl users. Allows creation of tables, update, and insert of data in to tables and much more to come.<<less
Added: 2009-05-18 License: GPL Price: $0.00USD
11 downloads
LINQ To SQL With LinqDataSource Control 1
LINQ to SQL is an extension of LINQ that allows developers to write "queries" in your ASP.NET web application to retrieve and manipulate data from a SQL Server database. This tutorial covers basic steps to implement LINQ to SQL in ASP.NET web application. more>> LINQ to SQL is an extension of LINQ that allows developers to write "queries" in your ASP.NET web application to retrieve and manipulate data from a SQL Server database. This tutorial covers basic steps to implement LINQ to SQL in ASP.NET web application.<<less
Added: 2008-11-10 License: Freeware Price: $0.00USD
13 downloads
Mortgage Application and SQL Database
Fully intergratable online web mortgage application form that submits form applications into the SQL database. Every time someone fills the form out you will be notified via email, also fully customiz more>> Fully intergratable online web mortgage application form that submits form applications into the SQL database. Every time someone fills the form out you will be notified via email, also fully customizable ASP script with standard HTML form that can easily be placed on a network of websites that dumps into the same database, also every HTML form you put out there has a forward on it so that when the user clicks submit, the database returns a thank you page on originating site.<<less
Added: 2004-12-01 License: Freeware Price: Free
1791 downloads
Generating XML files from SQL Database
Before you continue to write your own aspx file, check your directory write permission. I have used Northwind sample database. We will write some of data from Employees table to XML file. more>> Before you continue to write your own aspx file, check your directory write permission. I have used Northwind sample database. We will write some of data from Employees table to XML file.<<less
Added: 2007-07-13 License: Freeware Price: Free
558 downloads
SQL statements in ASP - beware the apostrophe
One of the most common problems encountered in ASP when using SQL statements, is the existence of an apostrophe (i.e. single quotation mark) in an SQL query string. I say problem because SQL Server (or any T-SQL database server) interprets single quotes more>> One of the most common problems encountered in ASP when using SQL statements, is the existence of an apostrophe (i.e. single quotation mark) in an SQL query string. I say problem because SQL Server (or any T-SQL database server) interprets single quotes as the representation of a string value - that is, as delimiters. Therefore to avoid conflict between single quote delimiters and apostrophes we need to let ASP know that we want an actual apostrophe and not the end of the string. My short tutorial will show you how.....so lets get started<<less
Added: 2008-08-15 License: Freeware Price: $0.00USD
12 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above sql database triggers 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