connect to
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 547
Connect to a Paradox database through a DBD::ODBC driver 1.0
The script will show you how to create an ODBC connection to a Paradox database, install the DBD::ODBC Perl module and how to use some queries for interrogating a Paradox table in connection with DBI Perl module (a database-independent interface) and the more>> The script will show you how to create an ODBC connection to a Paradox database, install the DBD:ODBC Perl module and how to use some queries for interrogating a Paradox table in connection with DBI Perl module (a database-independent interface) and the specific DBD driver. Previously you must install BDE (Borland Database Engine) on your computer. Using DBI and DBD you can connect to any kind of database you have in view (not only Paradox).<<less
Added: 2008-11-10 License: Freeware Price: $0.00USD
26 downloads
DSN-Less Connection to Access
This is an Example of how to Connect to an Access Database using a DSN-less Connection, using DBI::ODBC. The script uses DBI::ODBC module and was tested on Active Perl 5.8. The script is also easily c more>> This is an Example of how to Connect to an Access Database using a DSN-less Connection, using DBI::ODBC. The script uses DBI::ODBC module and was tested on Active Perl 5.8. The script is also easily changeable to use a DSN connection, just as long as you have one set up and spelled correctly.<<less
Added: 2007-07-31 License: Freeware Price: Free
840 downloads
Grab Gmail contact list
This article explains how it is possible to connect to a gmail account and download the address book or contact list. more>> This article explains how it is possible to connect to a gmail account and download the address book or contact list.<<less
Added: 2006-08-27 License: GPL Price: Free
1243 downloads
Simple Facebook Connect 0.5
Simple Facebook Connect is considered to be a versatile and useful WordPress plugin that adds the possibility to interact and use Facebook credentials on the users blog. more>>
Simple Facebook Connect 0.5 is considered to be a versatile and useful WordPress plugin that adds the possibility to interact and use Facebook credentials on the user's blog.
The plugin is built from aother several plugins that add many sorts of Facebook Connect functionalities to a WordPress blog. It works by first activating and setting up the base plugin, which gets basic Facebook Connect functionality working. Then, the add-on plugins will let the owner add small pieces of functionality, one by one.
Added: 2009-11-07 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
downloads
Basic ADO database connection
This just shows how to connect to a database file with ASP. There are many ways to do connect but this is just one simple example. more>> This just shows how to connect to a database file with ASP. There are many ways to do connect but this is just one simple example.<<less
Added: 2007-07-17 License: Freeware Price: Free
532 downloads
Connect Flash Application with Database
When the word Flash arises, it is often recognised as to create those annoying web site intros. This article explains how to connect a Flash movie to an database. more>> When the word Flash arises, it is often recognised as to create those annoying web site intros. This article explains how to connect a Flash movie to an database.<<less
Added: 2007-05-01 License: GPL Price: FreeAdditionalInfoFREE
654 downloads
Shoutbox tutorial
This tutorial will show you how to make an easyest, known as shoutbox, and how to connect to access database, see data and write data over a form. more>> This tutorial will show you how to make an easyest, known as shoutbox, and how to connect to access database, see data and write data over a form.<<less
Added: 2006-01-12 License: Freeware Price: Free
1400 downloads
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 more>> 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!<<less
Added: 2006-05-09 License: Commercial License Price: $23.00AdditionalInfoUnlimitedweblicenseusage
1269 downloads
ProjectAnswer.com
New startup that offers a different approach to connecting freelancers with projects. We dont hold money in escrow, we dont force payments to go through us. We focus on helping freelancers and project more>> New startup that offers a different approach to connecting freelancers with projects. We dont hold money in escrow, we dont force payments to go through us. We focus on helping freelancers and project owners connect. Made by freelancers, for freelancers.<<less
Added: 2007-02-04 License: Freeware Price: Free
992 downloads
Connecting ASP.NET to Access and SQL Server Database 1
This tutorial talks about connecting to an Access or Sql Server database using ASP.NET. You might have noticed that the procedure to connect to a database is almost the same, but you should always take some ideas into consideration before you start more>> This tutorial talks about connecting to an Access or Sql Server database using ASP.NET. You might have noticed that the procedure to connect to a database is almost the same, but you should always take some ideas into consideration before you start implementing your projects.<<less
Added: 2008-06-12 License: Freeware Price: $0.00USD
12 downloads
SMTP Client 1.0
This is a simple class that can be used to send e-mail messages via an SMTP server. It can connect to a given SMTP server and send a message to a given recipient e-mail address. The sender e-mail address, the message subject and body are also more>> This is a simple class that can be used to send e-mail messages via an SMTP server. It can connect to a given SMTP server and send a message to a given recipient e-mail address. The sender e-mail address, the message subject and body are also configurable. The class also supports SMTP LOGIN authentication.<<less
Added: 2008-02-29 License: Other Price: $0.00USD
21 downloads
Wizz Computers ASP Guestbook 1.0
This is the ASP version of Wizz Computers Guestbook. It uses an ADO connection object, using an ODBC DSN to connect to the database. The ADO connection object has session scope and is instantiated in Global.asa. Before using the ASP version youll have more>> This is the ASP version of Wizz Computers Guestbook. It uses an ADO connection object, using an ODBC DSN to connect to the database. The ADO connection object has session scope and is instantiated in Global.asa. Before using the ASP version youll have to ensure that the necessary ODBC DSN exists and youll have to modify Global.asa to reflect your DSN, UID and PWD. The ASP version of the guest book was originally written to work with Informix, so if your implementation uses a database other than Informix, you might have to change the syntax of the SQL passed to the database.<<less
Added: 2001-05-29 License: GPL Price: 0.00
12 downloads
Other version of Wizz Computers ASP Guestbook
License:GPL
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
Active Relay Chat 2.1
ARC is CGI script for organizing your own WWW-IRC gateway on your site. Visitors can connect to IRC servers and chat with IRC-people on channels, defined by administrator. Users can use most standart IRC commands such as /msg, /notice, /action, /mode, more>> ARC is CGI script for organizing your own WWW-IRC gateway on your site. Visitors can connect to IRC servers and chat with IRC-people on channels, defined by administrator. Users can use most standart IRC commands such as /msg, /notice, /action, /mode, /kick, /whois, /topic, /nick, /quit etc. Help option will help new users to learn about IRC commands.<<less
Added: 1999-06-24 License: Freeware Price: $0.00USD
13 downloads
Other version of Active Relay Chat
License:Freeware
Faname 1.0
Fa name is useful portal (cms) for .name websites . you can have a simple portal but useful one for you domain names and by useing this portal you can show your complete information like photo , identification , projects and history to the others . and more>> Fa name is useful portal (cms) for .name websites . you can have a simple portal but useful one for you domain names and by useing this portal you can show your complete information like photo , identification , projects and history to the others . and installing this portal help you to have a weblog system with archive ap another usages of this software are : protecting your email address via contacting page and connect to your yahoo profile and 360 account . by using this portal you can allow the visitors of your site to contact with you with different ways . for download and see more info about this script click more . this script allow to admin to change script language (multi language) system<<less
Added: 2007-01-14 License: GPL Price: $0.00USD
13 downloads
Other version of Faname
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 connect to 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