A tutorial on how to connect to a MySQL Database using Connector/J JDBC Driver. Explains what are database URLs? Why and how to specify JDBC driver names? Then moves on to write a simple Java program to connect to a MySQL database server. Explains...
Advertisement
This tutorial shows you how to connect to a MySQL database using a PHP function.
How to Integrate Login with a Master/Details Application is an ASP application through which users can create a seperate login application in ASP. With the help of the code given by the author user can integrate this application into their...
Posting to a URI with a Web Client is an article in which author explains about creating a web client and the aspects of using the web clients to send the messages to a URI that is specified in the code. Here the author describes about code that...
Source code to Flowchart is a Code Flowchart generator for code flowcharting and visualization.It can generate programming flow chart from source code,help programmers to document,visualize and understand code.Its Documentation Generator supports...
Code to FlowChart is designed to convert source code to flowchart. It helps users to understand complex program structure by visual diagrams. Code to FlowChart is composed of two parts, Code Editor and FlowChart window. The FlowChart window is...
Code to FlowChart is designed to convert source code to flowchart. It helps users to understand complex program structure by visual diagrams. Code to FlowChart is composed of 3 parts, Code Tree, Code Editor and FlowChart window. The FlowChart...
An Introduction to XML Templates with SQL Server 2000 is an simple and easy to understand tutorial through which the programmers can get details about easy methods of using XML templates in SQL server 2000. From this artcile they can also learn...
Downloading files to the browser with ADODB.Stream is an online article in which the author has narrated on the techniques of using ASP functions in getting the properties of files like the size, name and type etc., You would also be able to...
Intro to DB Programming with ASP is a tutorial which teaches basic database programming for the beginners. This tutorials guides the users to insert and access records in the database with ease. By the end of this article novice can able to...
This program is helpful for the .NET application users who need to add and query their data on MySQL database, for this purpose it provides seven different components they are, MySQL connection- it is used to connect MySQL database, MySQL...
Create help files for components based on source code to integrate it with Delphi IDE help system. Help file can be generated as popular Help formats (HLP and CHM) so printed documentation in PDF format.Main features:adding any source modification...
DBForms from MS Access to PHP + MySQL is an effective application which allows to convert MS Access databases and MS Access forms to PHP WEB-pages where data source for web pages is MySQL tables converted by the tool. The tool also converts MS...
This recipe allows one to use the "with" statement to time sections of code.
This online tutorial shows how to connect an Access database with the help of a DSN Less connection. Through an example the author proves that this concept of retrieving data from an Access database is so simple and easy to code. This article...
Code to call a Windows Dll """void FAR PASCAL hllapi(int FAR *, char FAR *, int FAR *, int FAR *)""" with ctypes (trivial) and calldll (a nightmare).
The following code shows how to "decorate" objects with new functions, in this case any stream with two methods that work similar to the built-in "print" statement.
A library to connect to the Authorize.net payment gateway using the AIM integration method. This script is not a complete form processing system, but offers the AIM connection method with implementation ease. Requres Net::SSLeay.
FtpPhpClient is a web script to connect with any ftp server in your intranet or Internet without any client. You can install this script in your server and create some connections to any remote host and upload, download and view your remote files....
To send mail with CDOSYS is a simple tutorial that tells us how to use CDOSYS. In the new version of Microsoft IIS, CDOSYS has replaced CDONTS and comes with more functions and is alos very simple to use. The author gives a simple code to explain... |