Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
Results 601-620 of 870
Web Fetching Tutorial - Connect Scripts
You can Web Fetch by using just ASP! Even if you have little experience with HTML or ASP, you will completely understand how to Web Fetch with the best! Imagine the ability to place dynamic content in your website such as news, horoscopes, weather, lottery, traffic reports, music charts and much more! The possibilities are truly endless with Web Fetching! All you need is the desire to add content to your website! How many times have you been surfing and found content which would be valuable to your website visitors? Now get the content on your website using "Connect Scripts - Web Fetching Lessons"! As a free bonus, my premium web fetching scripts have been included with your purchase. This includes auction, horoscopes, weather, and news web fetching scripts!
(3 ratings)
Reviews0
PriceUSD 23.00
Views2263
DeZign for Databases
DeZign for Databases offers a intuitive visual interface that allows you to accurately design your database. It uses entity relationship diagrams (ERDs) to graphically design databases and produces high quality database diagrams, enabling you to present your design at various levels of detail. DeZign for Databases provides complete database lifecycle support: Generate complete DDL scripts to create your database or generate your database directly. Import databases: Derive a graphical data model from existing databases. Modify databases: Changes made to the data model can be applied to a database. DeZign for Databases will generate intelligent alteration code to modify your database. Several data model reports with different levels of detail can be generated. Descriptions and other relevant information will be exported to HTML, MS Word or PDF. Multiple databases are supported.
(0 ratings)
Reviews0
PriceUSD 229.00
Views1072
PHP Script Tips - Working with MySQL Database
A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL database, creating and dropping tables, inserting, updating, and deleting rows, selecting and looping through data rows, searching by key words, setting auto-increment IDs.
(3 ratings)
Reviews0
PriceFree
Views4005
Check Database Permissions
If you are the root user then it will display all the databases on the server, but if your not the root user then it will show all the databases that your user has permissions for. It's a really fun to play around with and can be expanded in a variety of ways. It's explained in the comments.
(0 ratings)
Reviews0
PriceFree
Views1788
Micro Database Browser
Micro Database Browser is a simple PHP script which can list your available databases, tables and displays data stored in it. It's purpose to give you an easy installable product to verify your actual DB status without installing professional database management tools.
(6 ratings)
Reviews0
PriceFree
Views9994
VP-ASP IP To Country Database
VP-ASP IP To Country Database do the verification that the country provided by the customer matches the country from which the order is being placed. Display native language and currency . Uses : Redirect based on country .1. Reduce credit card fraud 2.Web log stats and analysis 3.Auto-selection of country on forms 4.Filter access from countries you do not do business with 5.Geo-targeting for increased sales and click-thrus
(0 ratings)
Reviews0
PriceUSD 15.99
Views1558
How To Use Java DB as Your Client Mobile Database
A database which is embedded in a Java application can be an excellent idea which has a lot of potential. It is currently possible to use it for a client portable database in both browser and desktop programs.
(0 ratings)
Reviews0
PriceFree
Views1602
Zebra_Database, a MySQL database wrapper written in PHP
Zebra_Database it is an advanced, compact (one-file only), lightweight, object-oriented MySQL database wrapper built upon PHP's MySQL extension. It provides methods for interacting with MySQL databases that are more intuitive and fun to use than PHP's default ones. The class provides a comprehensive debugging interface with detailed information about the executed queries: execution time, returned/affected rows, excerpts of the found rows, error messages, etc. It also automatically EXPLAIN's each SELECT query (so you don't miss those keys again!). It encourages developers to write maintainable code and provides a better default security layer by automatically escaping strings. Zebra_Database's code is heavily commented and generates no warnings/errors/notices when PHP's error reporting level is set to E_ALL.
(12 ratings)
Reviews0
PriceFree
Views7100
SamMySql Database Class
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
(0 ratings)
Reviews0
PriceFree
Views1619
IP TO Country Database - Free of Cost
Last Updated 27 october,2006. We have made "IP TO Country" database for our users without any cost. If you have a PHP Enabled server, you can use it without having any problem. You can download free source code, iptocountry database and country flags to show your website users country. It detects the IP address of the user and then show his country.
(3 ratings)
Reviews0
PriceFree
Views5306
Database Search Engine
posted byinfoinSearching
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.
(0 ratings)
Reviews0
PriceFree
Views2082
Database Optimizer
If you have a Database(s), you surelly issued overheads. Run this script once per week (i.e. every Monday at midnight) and you will get rid of it. Note: if you have huge amount of hits, then you should use it more often! HOW DOES IT WORK It uses a SQL command OPTIMIZE TABLE. You can do the same in phpMyAdmin, with one difference. This tool can optimize your database automatically. All in one, no need to optimize table-by-table. If you have any further questions visit: http://forum-grounds.com/ This initially released on: http://dev.recgr.com/ Base: http://www.recgr.com/
(0 ratings)
Reviews0
PriceFree
Views1370
Storing Images to Database and Retrieving to GridView
Explains how to store images to database and retrieve it later in some server control, like GridView.
(18 ratings)
Reviews0
PriceFree
Views3768
ASP Tutorials - Connecting and Using MS Access Databases
This tutorial helps you to understand: Connecting ASP Pages to MS Access Databases Persisting Data to MS Access Databases Protecting Data in SQL Statements
(30 ratings)
Reviews0
PriceFree
Views2936
How to Encrypt Passwords in the Database
If you are developing a password-protected web site, you have to make a decision about how to store user password information securely. This article will show you how to encrypt user passwords with md5 algorithm and how to start using encrypted passwords if you already have users' database ready.
(0 ratings)
Reviews0
PriceFree
Views1703
Encrypt Passwords Before Storing In a Database
This code demonstrates how to use an MD5 hash to encrypt user passwords when storing them in a database. There are constantly news items about companies where user information is compromised. By storing passwords using an MD5 hash, even if your database is compromised the passwords cannot be decoded. The only downside is that users cannot retrieve lost passwords, they must reset them.
(3 ratings)
Reviews0
PriceFree
Views1817
How to connect to MS SQL Server database
Before you can get content out of your MS SQL database, you must know how to establish a connection to MS SQL Server from inside a PHP script. This tutorial describes how to connect to MS SQL database with a DSN and without a DSN.
(12 ratings)
Reviews0
PriceFree
Views4507
How to connect to database using a connection string
The power of Active Server Pages comes through when we tie databases to our web sites. To connect to a database, ASP uses what is called ActiveX Data Objects, or ADO for short. ADO comes with ASP, and can be used easily from your ASP pages. In this tutorial we will show you how to connect to Access database and retrieve all the records from the table.
(6 ratings)
Reviews0
PriceFree
Views2176
JavaScript And XML Database Example - AJAX
In the AJAX example we will demonstrate how a web page can fetch information from a database using AJAX technology.
(0 ratings)
Reviews0
PriceFree
Views4343
How to connect to MySQL database using PHP
Before you can get content out of your MySQL database, you must know how to establish a connection to MySQL from inside a PHP script. To perform basic queries from within MySQL is very easy. This article will show you how to get up and running.
(6 ratings)
Reviews0
PriceFree
Views2382
Results 601-620 of 870