records retention
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 283
GMTT Record Directory 1.0
Allows users to signup and keep an online profile of their music collection. Includes all the features youd expect from such an application, including add, edit, and delete records. Furthermore, users collections are available to view to the public. more>> Allows users to signup and keep an online profile of their music collection. Includes all the features youd expect from such an application, including add, edit, and delete records. Furthermore, users collections are available to view to the public. Information such as Artist, Album, Record Label, and Format are stored in the database. This script is very easy to expand upon, and frequent updates are expected. There is also a fully functioning demo.<<less
Added: 2006-03-03 License: Free Non-Commercial Price: $0.00USD
11 downloads
Other version of GMTT Record Directory
License:Free for non-commercial use
AXML Record Browsing
AXML Record Browsing is a ASP component that allows you to display or modify your database tables or queries with no coding at all. Insert or publish new table records from Access, MS SQL, Oracle, Syb more>> AXML Record Browsing is a ASP component that allows you to display or modify your database tables or queries with no coding at all. Insert or publish new table records from Access, MS SQL, Oracle, Sybase or any other ADO enabled database. User can sort on any column, page through the recordset or go to detailed form page. AXML Record Browsing allows you to select appearance, apply formatting or regular expression functions to data, CVS export and much more.<<less
Added: 2005-12-01 License: GPL Price: Free
1427 downloads
CSS Pagination
CSSPagination is a pagination class which combines with Cascading Style Sheet for good looking style; CSSPagination has main function to split all records before they will be loaded into one website, to be several records in one page (you can determine more>> CSSPagination is a pagination class which combines with Cascading Style Sheet for good looking style; CSSPagination has main function to split all records before they will be loaded into one website, to be several records in one page (you can determine how many records in one page). So, if you want to jump at the other page, you can choose once of them. CSSPagination is easy to use and good looking. I try to throw the complexity code. The most important is, that you can change the CSS code (style.css) to make it suitable with your own page style.<<less
Added: 2008-11-05 License: GPL Price: $0.00USD
25 downloads
Paging Records in JSP 1
You can divide database results into pages with this script. This source code is for available to use with MySQL. But you can modify the code to use with PostgreSql and Oracle. You can not use this code with MS-SQL. Becuase MS-SQL does not support using more>> You can divide database results into pages with this script. This source code is for available to use with MySQL. But you can modify the code to use with PostgreSql and Oracle. You can not use this code with MS-SQL. Becuase MS-SQL does not support using LIMIT in your sql queries.<<less
Added: 2003-11-26 License: Freeware Price: $0.00USD
13 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
Joe2Torials Comments
- Admin Section with Cookie [Remember Me] support. - Ability to delete an individual record. - Ability to delete all records at once. - Webmail & Email check. To display a URL or a mailto: link. - more>> - Admin Section with Cookie [Remember Me] support. - Ability to delete an individual record. - Ability to delete all records at once. - Webmail & Email check. To display a URL or a mailto: link. - Empty field check. - Storage of each users IP address when posting a comment. - Paginator. In config.php you will find $per_page = 10; Change this number to the amount of records you wish to be seen on your page before the script creates a new page. - First, Previous, Next and Last page jumps. Easy links to different pages of comments. - rel="nofollow" to stop spammers from getting credits in search engine rankings.<<less
Added: 2005-01-24 License: Freeware Price: FreeAdditionalInfoLinkbacktohomepageisappreciated.
1735 downloads
Counting Records in SQL Script
Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL scrip more>> Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL script, our script works better and faster.<<less
Added: 2006-09-06 License: Freeware Price: Free
1144 downloads
Dacios Navigation bar
This script is simple navigation bar, to navigate records through mysql table. Mysql database needed. It prints out number of pages and shows number of records per page, that you choose. You navigate more>> This script is simple navigation bar, to navigate records through mysql table. Mysql database needed. It prints out number of pages and shows number of records per page, that you choose. You navigate with previous, next, first and last button. New in version 2.0 - added separate pages link New in version 1.1 - new concept for calculating pages Tested with Apache 1.3.23 & 2.0.54, PHP 4.3.11 & 5.0.4<<less
Added: 2003-09-03 License: Freeware Price: Free
2251 downloads
Update records in ASP.NET using a Repeater
Ok, here we go again - the next in our series of give-it-to-you-straight, no nonsense tutorials for Classic ASP Developers, on how to develop in ASP.NET. This time around, we take it one step further from beyond just selecting and displaying records, and more>> Ok, here we go again - the next in our series of give-it-to-you-straight, no nonsense tutorials for Classic ASP Developers, on how to develop in ASP.NET. This time around, we take it one step further from beyond just selecting and displaying records, and look at how to update database records.<<less
Added: 2008-09-07 License: Freeware Price: $0.00USD
14 downloads
Impleo Music Collection
Impleo is a free PHP-script that can manage your record collection. Its possible to add, edit and delete records and publish the collection on the internet. The vision is to offer an effective system more>> Impleo is a free PHP-script that can manage your record collection. Its possible to add, edit and delete records and publish the collection on the internet. The vision is to offer an effective system with a simple administration tool and a minimalistic design that makes it easy to change the style of the collection to exactly the look you want, and for example combine the collection with your own homepage. Every record contains information about the current artist, the title of the record, year of release, format, label and an optional comment. Nothing more, nothing less. Only the clean content remains. Therefore the system is completely open for your own extensions if you for example want to implement a search function, add new information about a record, show an image with every record etc. Impleo Music Collection is completely free.<<less
Added: 2006-05-31 License: Freeware Price: Free
1246 downloads
Counting Records in MySQL by JSP 1
This code source displays count of records in MySQL. We are using a SQL statement. You can easily modify the code to use in different languages. But this code can be used for JSP with MySQL. We will use Connector/J driver to connect database. more>> This code source displays count of records in MySQL. We are using a SQL statement. You can easily modify the code to use in different languages. But this code can be used for JSP with MySQL. We will use Connector/J driver to connect database.<<less
Added: 2003-11-26 License: Freeware Price: $0.00USD
14 downloads
An Useful Method : RecordSet.Filter
Filter method is very useful working with large datasets. You might need to put only some records from your database but you should select all data from database. Fileter method is advantage working o more>> Filter method is very useful working with large datasets. You might need to put only some records from your database but you should select all data from database. Fileter method is advantage working on recordsets after querying on SQL command.<<less
Added: 2006-08-09 License: Freeware Price: Free
1183 downloads
Displaying Records From An Excel Database
Aim of this articles is to display records from an Microsoft Excel in an ASP. We could use general SQL command while retreving data from an excel sheet. All we need to know how to connect Excel file. more>> Aim of this articles is to display records from an Microsoft Excel in an ASP. We could use general SQL command while retreving data from an excel sheet. All we need to know how to connect Excel file.<<less
Added: 2006-08-15 License: Freeware Price: Free
707 downloads
Dacio's Navigation bar 2.0
This script is simple navigation bar, to navigate records through mysql table. Mysql database needed. It prints out number of pages and shows number of records per page, that you choose. You navigate with previous, next, first and last button. New in more>> This script is simple navigation bar, to navigate records through mysql table. Mysql database needed. It prints out number of pages and shows number of records per page, that you choose. You navigate with previous, next, first and last button. New in version 2.0 - added separate pages link New in version 1.1 - new concept for calculating pages Tested with Apache 1.3.23 & 2.0.54, PHP 4.3.11 & 5.0.4<<less
Added: 2003-09-03 License: Freeware Price: $0.00USD
14 downloads
ComicSense 0.2
ComicSense is a script using php / mySQL. It allows you to easily host an Online Comic or Image shack. ComicSense does it all... * Easy to implent * Works fast * Comment system * News board * Archive System * Records stats more>> ComicSense is a script using php / mySQL. It allows you to easily host an Online Comic or Image shack. ComicSense does it all... * Easy to implent * Works fast * Comment system * News board * Archive System * Records stats * Protected admin area * Easy to adjust CSS * xhtml strict valid!<<less
Added: 2006-04-21 License: Freeware Price: $0.00USD
10 downloads
Other version of ComicSense
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 records retention 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