from sqlite to mysql
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2538
Simple MySQL
Simple MySQL is such a useful PHP class because it can be used to execute MySQL queries defined programmatically. more>>
Simple MySQL is such a useful PHP class because it can be used to execute MySQL queries defined programmatically.
Added: 2009-07-23 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
1 downloads
Migration of Access data to MySQL
In this tutorial you will learn how to migrate Access data to MySQL. It is very important for ASP TO PHP Comers. Enjoy It! more>> In this tutorial you will learn how to migrate "Access data to MySQL". It is very important for ASP TO PHP Comers. Enjoy It!<<less
Added: 2007-02-12 License: Freeware Price: Free
986 downloads
Simple Counter using MySQL
Learn how to make a PHP/MySQL visitor counter that counts both unique and returning visitors based of a users IP address. more>> Learn how to make a PHP/MySQL visitor counter that counts both unique and returning visitors based of a users IP address.<<less
Added: 2008-06-26 License: Freeware Price: $0.00USD
14 downloads
SQLite GUI 0.1
SQLite GUI is a simple GUI to work with SQLite dB. You can create, delete and update tables a database. All the available tables in the database is shown. The records of various types including BLOB are displayed in the DataGridView. And the data in more>> SQLite GUI is a simple GUI to work with SQLite dB. You can create, delete and update tables a database. All the available tables in the database is shown. The records of various types including BLOB are displayed in the DataGridView. And the data in the DataGridView can be printed. The schema for all the available tables is displayed. Dependencies Add the reference SQLite.Net.dll to the project and use the namespace Finisar.SQLite to work with SQLite. Finisar.SQLite Finisar.SQLite is an ADO.NET Data Provider for accessing SQLite-Databases using the .NET-Framework. In SQLite a complete database is stored in a single disk file. SQLite is zero-configuration - no setup or administration needed. SQLite itself is "a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine" (quoted from the sqlite.org Website). The Finisar.SQLite Data Provider is an easy way to use the SQLite-Database in .net Languages like C# and VB.net.<<less
Added: 2007-04-19 License: Free Non-Commercial Price: $0.00USD
35 downloads
SQLite Introduction
This article is intended for PHP programmers interested in learning about the SQLite extension. The article will introduce the reader to the functionality offered by the PHP SQLite extension,and overv more>> This article is intended for PHP programmers interested in learning about the SQLite extension. The article will introduce the reader to the functionality offered by the PHP SQLite extension,and overview the benefits of SQLite in relation to other database systems. A basic understanding of how PHP and SQL work is assumed.<<less
Added: 2006-03-31 License: Other Free / Open Source License Price: Free
1323 downloads
mysqlLite_db class fro SQLite database 1.0
This class owns one method for all query commands whose return is the number of affected or selected rows. This allows to have a quick response on the query success or failure and to use a single method for running queries. $nrecords = more>> This class owns one method for all query commands whose return is the number of affected or selected rows. This allows to have a quick response on the query success or failure and to use a single method for running queries. $nrecords = $dbLite->queryLite("SELEC T * FROM sometable","some error message"); $nrecords = $dbLite->queryLite("UPDAT E sometable SET field1=$val1 WHERE field2=$val2"); This class is also very easy to manipulate if you need to add some feature.<<less
Added: 2006-07-21 License: Other Price: $0.00USD
13 downloads
Other version of mysqlLite_db class fro SQLite database
Price: FreeAdditionalInfoCreativeCommonsLicenceseelicenceinfoonwebsite
License:Other Free / Open Source License
License:Other Free / Open Source License
PHP and Writing to MySQL Databases
This simple tutorial shows you how to write form data to MySQL database using PHP. Includes a sample code and instructions. more>> This simple tutorial shows you how to write form data to MySQL database using PHP. Includes a sample code and instructions.<<less
Added: 1999-12-11 License: Other Free / Open Source License Price: Free
3648 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
Using PHP with MySQL 1
Quick and easy script on how to create a DB link and execute an sql statement more>> Quick and easy script on how to create a DB link and execute an sql statement<<less
Added: 2007-11-13 License: GPL Price: $0.00USD
13 downloads
Arabic MySQL Query
This class can be used to build MySQL SQL query conditions to search for Arabic text considering Arabic lexical rules. It uses the MySQL REGEXP and LIKE functions to retrieve better results from queri more>> This class can be used to build MySQL SQL query conditions to search for Arabic text considering Arabic lexical rules. It uses the MySQL REGEXP and LIKE functions to retrieve better results from queries for Arabic text.<<less
Added: 2006-02-11 License: GPL Price: Free
1395 downloads
SQLReactor 0.6
SQLReactor is created to be a simple yet very useful ORM system for PHP5 with multi-database support like MySQL, SQLite, PostgreSQL and Oracle. more>>
SQLReactor 0.6 is created to be a simple yet very useful ORM system for PHP5 with multi-database support like MySQL, SQLite, PostgreSQL and Oracle.
<<less Added: 2009-07-30 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
downloads
PERL - MySQL Module
Integrate MySQL databasing into your web applications with PERL. Get your feet wet and dive head first into our tutorial. more>> Integrate MySQL databasing into your web applications with PERL. Get your feet wet and dive head first into our tutorial.<<less
Added: 2006-10-19 License: Free for non-commercial use Price: Free
684 downloads
Counting records in PHP/mySQL
Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected range of rows. more>> Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected range of rows.<<less
Added: 2007-07-12 License: Freeware Price: Free
524 downloads
Free php & mySQL tutorials
this site has great php and mysql tutorials to help you learn the basis and use it for the code too if u want. more>> this site has great php and mysql tutorials to help you learn the basis and use it for the code too if u want.<<less
Added: 2006-06-11 License: GPL Price: Free
1238 downloads
Combine XML, Files and SQLite with PHP 5 XMLFileSQLite_100608
This example shows you how to do it if you have no MySql DBMS at hand and a not to extensive amount of data to expect. The XML file (holds all basic data we want to make available in the administration by choice), the text file will handle all the chosen more>> This example shows you how to do it if you have no MySql DBMS at hand and a not to extensive amount of data to expect. The XML file (holds all basic data we want to make available in the administration by choice), the text file will handle all the chosen data and the SQLite will contain all data submitted from users - as an extra we want to trigger the most important actions as data inserts and changes in text files with error_log(). PHP has everything you need: SimpleXML and XPath to handle the XML data, the fopen-flock-fwrite-fclose functions to handle text files and the SQLite statements and features to handle database content. A configuration class concerns about the connections, a debugger class writes the log messages and a exception class of ones own secures that text files are always in fine read and write condition or checks if the submitted data has been manipulated. The function sqlite_escape_string prevents from submitting harmful code in the SQLite database.<<less
Added: 2009-02-16 License: Freeware Price: $0.00USD
13 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 from sqlite to mysql 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