data persistence
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1400
MySQL Data Manager
Mysql Data Manager (current version 1.73) is an award-winning web-based Mysql interface and administration tool. This is a multifunctional and platform independent program written in Perl that can be more>> Mysql Data Manager (current version 1.73) is an award-winning web-based Mysql interface and administration tool. This is a multifunctional and platform independent program written in Perl that can be run on virtually any web server. Mysql Data Manager is built as a CGI script for management, development and support of Mysql databases over the Internet or Intranet using web browser based interface. It provides a complete set of high-level and low-level capabilities. High-level functions allow you to accomplish a lot with a single mouse click while low-level functions let you do precisely what you want. You get a wide range of solutions to meet the needs of almost any Mysql web application.<<less
Added: 2001-04-24 License: Free for non-commercial use Price: $37.00AdditionalInfofreefornoncommercialuse
3142 downloads
A Framework for Persisting Data Relationships
This tutorial will show you how to create relationships in your databases. PHP classes are provided that will perform the job. more>> This tutorial will show you how to create relationships in your databases. PHP classes are provided that will perform the job.<<less
Added: 2003-03-21 License: Not Specified Price: Free
2411 downloads
Displaying Data In A MySQL Database
This tutorial shows how to store data into a MySQL database and then retrieve it by using a PHP query. This wil teach you the basics behind the use of PHP with databases. A VERY good tutorial for begi more>> This tutorial shows how to store data into a MySQL database and then retrieve it by using a PHP query. This wil teach you the basics behind the use of PHP with databases. A VERY good tutorial for beginners who are interested in learning the language quickly.<<less
Added: 2004-10-04 License: Not Specified Price: Free
1869 downloads
Accessing Private Data Members in Classes 1.0
This code shows you how to access private data members in classes without using the friend keyword. more>> This code shows you how to access private data members in classes without using the friend keyword.<<less
Added: 2005-03-29 License: Price: 0.00 Price: 0.00
12 downloads
Other version of Accessing Private Data Members in Classes
License:Not Specified
Chilkat .NET HTTP Component
HTTP client component with extensive caching capabilities, cookie persistence to XML filestore, SSL, file upload, XMLHTTP, GET, POST, HEAD, managed HTTP server connection pool, proxy support, internat more>> HTTP client component with extensive caching capabilities, cookie persistence to XML filestore, SSL, file upload, XMLHTTP, GET, POST, HEAD, managed HTTP server connection pool, proxy support, internationalization features, custom request headers, basic authentication, and more.<<less
Added: 2005-06-09 License: Commercial License Price: $149.00AdditionalInfoUnlimited1yearemailphonesupportfor1Developer
1601 downloads
Data pagination 1.0
If youre developing a front end to web applications, sooner or later, youll find you need to paginate data of some sort. It might be search results, image galleries, or tabular data. Youll find that you use the same techniques - perhaps use an old more>> If youre developing a front end to web applications, sooner or later, youll find you need to paginate data of some sort. It might be search results, image galleries, or tabular data. Youll find that you use the same techniques - perhaps use an old bit of code as a template and change it to suit your needs each time. This quick class handles pagination easily - leaving you only the associated CSS presentation markup to add to make your solution complete. For the sake of completeness, we provide a sample CSS snippet that you can alter to fit your site design.<<less
Added: 2005-06-30 License: LGPL Price: $0.00USD
13 downloads
Other version of Data pagination
Price: FreeAdditionalInfoFreetouseinanyapplicationsolongasthelicenseandotherheaderinformationiskeptintact.
License:LGPL
License:LGPL
Herongs Tutorial Notes on Data Encoding
This free book is a collection of notes and sample codes related to varies data encoding algorithms and programs, including UUEnccode and Base64 encoding algorithm and their Java implementations. more>> This free book is a collection of notes and sample codes related to varies data encoding algorithms and programs, including UUEnccode and Base64 encoding algorithm and their Java implementations.<<less
Added: 2005-08-26 License: Free for non-commercial use Price: Free
1531 downloads
Displaying Master-Detail Data on Separate Pages
ASP.NET 2.0 Tutorials : Displaying Master-Detail Data on Separate Pages - In this tutorial you will learn how to display Master-Detail Data on Separate Pages, create the details page, test the pages a more>> ASP.NET 2.0 Tutorials : Displaying Master-Detail Data on Separate Pages - In this tutorial you will learn how to display Master-Detail Data on Separate Pages, create the details page, test the pages and Allow Editing, Deleting, and Inserting Using a DetailsView DataBound control.<<less
Added: 2005-09-29 License: Freeware Price: Free
1502 downloads
ASP.NET 2.0 Training : Data Source Object Model
ASP.NET 2.0 Training : Data Source Object Model - In this tutorial you will learn about Data Source Object Model in ASP.NET 2.0, the Rationale of DataSource components, Data Source Control Internals, more>> ASP.NET 2.0 Training : Data Source Object Model - In this tutorial you will learn about Data Source Object Model in ASP.NET 2.0, the Rationale of DataSource components, Data Source Control Internals, Tabular DataSource Controls, Hierarchical Data Source Controls, The SqlDataSource Control: Usage and Data Source Parameters.<<less
Added: 2005-09-27 License: Freeware Price: Free
1499 downloads
New features in Data Access in ASP.NET 2.0
ASP.NET 2.0 Tutorials : New features in Data Access - In this tutorial you will learn about new features in Data Access, Data binding, The XPathBinder, XPathBinder.Eval, Connection Strings, The factor more>> ASP.NET 2.0 Tutorials : New features in Data Access - In this tutorial you will learn about new features in Data Access, Data binding, The XPathBinder, XPathBinder.Eval, Connection Strings, The factory class, Batch operations, Asynchronous Commands, SQL Bulk Copy, ColumnMappings, Enhancements to SQL Server 2005, ADO.NET Class Enhancements, DataTableReader, Serializing a DataTable, The XMLSerializer, RemotingFormat and Managing Views of Data.<<less
Added: 2005-09-23 License: Freeware Price: Free
1496 downloads
ASP.NET 2.0 Training : Data Bound Controls
ASP.NET 2.0 Training : Data Bound Controls - In this tutorial you will learn about Data Bound Controls - The Hierarchy of Data Bound Controls, Simple Data Bound Controls, Composite DataBound Controls more>> ASP.NET 2.0 Training : Data Bound Controls - In this tutorial you will learn about Data Bound Controls - The Hierarchy of Data Bound Controls, Simple Data Bound Controls, Composite DataBound Controls and Hierarchical Data Bound Controls.<<less
Added: 2005-09-27 License: Freeware Price: Free
1493 downloads
Multiple pages of data from a text file
This is a basic tutorial that will show you how to generate multiple pages of data from a txt file. more>> This is a basic tutorial that will show you how to generate multiple pages of data from a txt file.<<less
Added: 2002-07-04 License: Not Specified Price: Free
1447 downloads
PHP & MYSQL Tutorial: Inserting Data into mysql 1
This is the third installment of our php mysql tutorial series. This tutorial covers inserting data to MYSQL with a PHP script. Using the following key features; HTML Forms, Passing variables from a form to php and inserting into the database using Mysql more>> This is the third installment of our php mysql tutorial series. This tutorial covers inserting data to MYSQL with a PHP script. Using the following key features; HTML Forms, Passing variables from a form to php and inserting into the database using Mysql INSERT command.<<less
Added: 2006-01-04 License: Freeware Price: $0.00USD
13 downloads
Other version of PHP & MYSQL Tutorial: Inserting Data into mysql
License:Freeware
roundbase data interface 2.5
Roundbase is a way to easily enter information into a mysql database, Features include easy install, customizable php tables, small file, stats for totals, and a small file to download. NEW IN VERSION 2.5: HTML TAG STRIPPER SECURITY HOLE IS FIXED IN more>> Roundbase is a way to easily enter information into a mysql database, Features include easy install, customizable php tables, small file, stats for totals, and a small file to download. NEW IN VERSION 2.5: HTML TAG STRIPPER SECURITY HOLE IS FIXED IN THIS VERSION.<<less
Added: 2006-01-05 License: Freeware Price: $0.00USD
14 downloads
Other version of roundbase data interface
Price: FreeAdditionalInfofree
License:Freeware
License:Freeware
Filling Data into Select List
In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output. more>> In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output.<<less
Added: 2006-03-22 License: Freeware Price: Free
1317 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 data persistence 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