sql insert
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 732
Executing Transact-SQL INSERT statement 1
In this example, we will add some records to a database. This source code helps us to adding records to database without slowing down database. more>> In this example, we will add some records to a database. This source code helps us to adding records to database without slowing down database.<<less
Added: 2003-12-18 License: Freeware Price: $0.00USD
11 downloads
SQL Import 1.0
The class can be used to execute MySQL database queries imported from a file. It opens a given file and reads it line by line to execute as SQL queries to a given MySQL database. more>> The class can be used to execute MySQL database queries imported from a file. It opens a given file and reads it line by line to execute as SQL queries to a given MySQL database.<<less
Added: 2008-10-28 License: Freeware Price: $0.00USD
14 downloads
DBF2Mysql converter 1
Create sql queries from old DBF files : We used the javadbf library to process DBF files and create mysql insert commands. Even though quite old, this library works perfectly with legacy DBF data and has enough functions to do the job. Here comes the more>> Create sql queries from old DBF files : We used the javadbf library to process DBF files and create mysql insert commands. Even though quite old, this library works perfectly with legacy DBF data and has enough functions to do the job. Here comes the first version of our class JDBFREAD.java, which actually performs DBF2MYSQL<<less
Added: 2007-05-01 License: Freeware Price: $0.00USD
15 downloads
Other version of DBF2Mysql converter
License:Freeware
SQL Solution 6.3
Simplifies integrating databases with web pages. Provides a powerful, user friendly, platform independent API for MySQL, PostgreSQL and ODBC database management systems. Output is XHTML compliant and handicapped accessible. more>> Simplifies integrating databases with web pages. Provides a powerful, user friendly, platform independent API for MySQL, PostgreSQL and ODBC database management systems. Output is XHTML compliant and handicapped accessible.<<less
Added: 2000-08-31 License: Other Price: $0.00USD
14 downloads
Other version of SQL Solution
License:Other Free / Open Source License
MySQL Abstractor 1
This packages implements a MySQL database abstraction layer. It provides several classes. There is one for establishing connections and executing SQL queries, another for composing and executing SELECT, INSERT, UPDATE and DELETE queries from a list more>> This packages implements a MySQL database abstraction layer. It provides several classes. There is one for establishing connections and executing SQL queries, another for composing and executing SELECT, INSERT, UPDATE and DELETE queries from a list of parameters, and a wrapper class to simplify the usage of the other two classes.<<less
Added: 2007-02-22 License: Other Price: $0.00USD
13 downloads
Other version of MySQL Abstractor
Price: FreeAdditionalInfoMITLicence
License:Other Free / Open Source License
License:Other Free / Open Source License
SQL Injection Blocker 1.5
Inspyres SQL Injection Blocker is a server-side component (COM Object) designed to stop the nasty. ongoing SQL injection attacks that dynamic sites get daily. If your database has been hacked with Javascript references, mysterious tables, or even lost more>> Inspyres SQL Injection Blocker is a server-side component (COM Object) designed to stop the nasty. ongoing SQL injection attacks that dynamic sites get daily. If your database has been hacked with Javascript references, mysterious tables, or even lost data, you need this component. Takes seconds to install and only minutes to implement into your includes and ASP processing files.<<less
Added: 2008-05-23 License: Commercial Price: $0.00USD
20 downloads
PHP MySql File Upload and Insert 1
Well, tired of all those copy/paste actions or not in the mood to pay someone over $30 to do it for you. Now I have made a php script that will make inserting data from small and large files a breeze. You only have to enter in the source code the more>> Well, tired of all those copy/paste actions or not in the mood to pay someone over $30 to do it for you. Now I have made a php script that will make inserting data from small and large files a breeze. You only have to enter in the source code the username,password and hostname where your db resides. Other then that youll be presented with option to choose the file that you want to upload and insert its content into your mysql db, using Browse, and to make things more user friendly youll also have to enter the name of the database that you want to use and table name where you want your data to be stored. The zip file comes with php source and html form separately so its easier to change the design.<<less
Added: 2009-01-01 License: GPL Price: $25.00USD
11 downloads
mySQLclass
This is mySQL class wich will help you with your mySQL problem. Its simply and do basic things like insert, update, delete rows... more>> This is mySQL class wich will help you with your mySQL problem. Its simply and do basic things like insert, update, delete rows...<<less
Added: 2007-05-10 License: Other Free / Open Source License Price: Free
898 downloads
vpSQL
vpSQL is a small set of functions (under 13k) that interacts with a flat file database through a subset of sql instructions. vpSQL accepts the the following sql statements: SELECT fields FROM table[WH more>> vpSQL is a small set of functions (under 13k) that interacts with a flat file database through a subset of sql instructions. vpSQL accepts the the following sql statements: SELECT fields FROM table[WHERE][ORDER BY][lLIMIT] INSERT fields,data INTO table UPDATE table fields/data WHERE DELETE from table WHERE Features of vpSQL: An autoinc field named vpid which is transparently created with each table. This gives the advantage of having a unique field for searches. Uses character substitution for semi colons and linefeeds which allows you to store full page texts. It is small and uses only one file which can be included anywhere in your script. The functions mimic php mysql functions so they are scalable.<<less
Added: 2005-10-25 License: GPL Price: Free
1460 downloads
Insert MySQL PHP data
In thie tutorial you will learn how to insert information in to a PHP MySQL database. more>> In thie tutorial you will learn how to insert information in to a PHP MySQL database.<<less
Added: 2008-04-17 License: Freeware Price: $0.00USD
15 downloads
Rails and SQL queries
Ruby on Rails is Model-View-Controller web-application framework. Rails uses ActiveRecord database abstraction classes to work with SQL tables. However, sometimes it is more convenient to work with pl more>> Ruby on Rails is Model-View-Controller web-application framework. Rails uses ActiveRecord database abstraction classes to work with SQL tables. However, sometimes it is more convenient to work with plain SQL queries(without any model classes) for specific database operations.<<less
Added: 2006-11-06 License: Other Free / Open Source License Price: Free
669 downloads
FlySpeed SQL Query 1.1
FlySpeed SQL Query is an easy-to-learn-and-operate graphical tool for all database users and developers. It allows you to build queries on different database servers without needing deep knowledge of SQL syntax and performs a wide range of data more>> FlySpeed SQL Query is an easy-to-learn-and-operate graphical tool for all database users and developers. It allows you to build queries on different database servers without needing deep knowledge of SQL syntax and performs a wide range of data manipulations. Handy for professionals and essential to newbies, FlySpeed SQL Query includes everything to make your work with data more productive than ever before!<<less
Added: 2007-09-26 License: Freeware Price: $0.00USD
12 downloads
Protecting against SQL injections
SQL injection is a security vulnerability that occurs in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape cha more>> SQL injection is a security vulnerability that occurs in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed. It is in fact an instance of a more general class of vulnerabilities that can occur whenever one programming or scripting language is embedded inside another.<<less
Added: 2007-04-17 License: GPL Price: FreeAdditionalInfoFREE
933 downloads
SQL Injection Vulnerability Scanner 1.1
SQL Injection Scanner tool was designed to check if a webpage is vulnerable to SQL injection. It modifies URL to simulate SQL injection. Scanner will help to evaluate quality of the bought scripts (check if script programmer implemented at least basic more>> SQL Injection Scanner tool was designed to check if a webpage is vulnerable to SQL injection. It modifies URL to simulate SQL injection. Scanner will help to evaluate quality of the bought scripts (check if script programmer implemented at least basic protection against SQL injection).<<less
Added: 2007-10-18 License: GPL Price: $0.00USD
27 downloads
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
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 insert 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