Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> Database & XML -> General Articles Adds this page to your personal favorites
  General
Accessing MySQL BLOB columns using Visual Basic 6
Mike Hillyer explains how to work with BLOB columns using the ADO 2.5 stream object. One of MySQL's strengths is it's use of Binary Large Object (BLOB) columns. These columns store unprocessed binary data, typically files, that can be retrieved and manipulated like the other common datatypes.
Visits: 1827 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
Are PHP and MySQL the Perfect couple?
Many devs using MySQL have fallen in love with PHP. This article explains why they're the perfect couple.
Visits: 2786 Updated: 2001-5-28  Rating: (Not Rated)  More info & Ratings
Advertisment
Choosing the Right MySQL Version and Reporting Bugs
People often ask me about which MySQL version they should use, whether they should consider upgrading, what to do when they find a bug, and so on. Though these things are covered in the MySQL Reference Manual and other places, this article aims to cover all the essentials in the one place.
Visits: 175 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
Connection pooling with MySQL Connector/J
Most of these problems can be overcome with a technique called "connection pooling." In addition to fixing the problems mentioned in the previous article, connection pooling generally leads to more predictable resource usage under load, and allows deployment of applications on smaller or less-powerful hardware than would be normally required.
Visits: 139 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
Creating JDBC SQL Statements. Displaying Records from a MySQL Database.
A tutorial on how to create and execute JDBC SQL Statements and Display records from a table in a MySQL Database. Also covers topics like creating databases and tables in MySQL. All code is explained in detail.
Visits: 1042 Updated: 2003-9-10  Rating: (Not Rated)  More info & Ratings
Database Templates with MySQL
Many databases are very similar. When creating new databases, developers often build the same basic tables with only slightly different names and some adjustments to columns. Rather than starting from scratch when putting together a new database, developers will sometimes copy tables from an existing database, give them new names, and then make modifications. This can be a big timesaver.
Visits: 882 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
Dispelling the Myths
As anyone will tell you, competition is a good thing because it gives you a choice. Acquiring current and accurate information about your options enables you to spend your time and money in the most efficient way and is certainly time well spent.
Visits: 127 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
Embedding the MySQL Server Library
By embedding the MySQL server library in MySQL applications, MySQL doesn't have to be installed on the end user's computer. It's particularly useful with small devices and public kiosks. The embedded MySQL server also has the advantage of running faster with MySQL applications since there isn't a network connection or any passing of data between the application and MySQL. It's able to avoid these factors because the server library is embedded in the compiled program. Best of all, the embedded server library is part of the MySQL distribution.
Visits: 182 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
Evaluating MySQL 5.0 Key Features
MySQL 5.0 is currently in its beta phase. It may appear obvious, but software does not magically become stable (production quality) just by waiting a while! Our chief QA engineer Omer BarNir would like to ask you to assist by testing key features in 5.0: stored procedures, views, and triggers.
Visits: 151 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
Exploring MySQL in the Microsoft .NET Environment
This article aims to help MySQL users get started in the .NET environment. Here is the simple control flow when using ODBC.NET solution to access MySQL.
Visits: 269 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
Guaranteeing Data Integrity with MySQL 5.0
The IT crown jewels of any organization lies in their database infrastructure. Obviously, well-designed front end applications play a leading role when it comes to ensuring that critical information is captured or reviewed, but the buck stops at the database when it comes to data retention and protection. Because such things are the database's responsibility, it is important that the underlying engine act in ways that preserve the integrity and validity of the data. This means the RDBMS should stand guard and deny entry of any and all invalid data through the welcome gates of the actual database.
Visits: 144 Updated: 2006-2-17  Rating: (Not Rated)  More info & Ratings
How to import Excel, Access or XML data into MySQL database by using a MySQL Client Tool – Navicat?
This article discusses a solution to import MS Excel, MS Access, XML data to local or Remote MySQL databases by using a famous MySQL Admin Tool called Navicat.
Visits: 972 Updated: 2003-11-10  Rating: (Not Rated)  More info & Ratings
How to use Access 2000 as a database front end
Microsoft Access 2000 works great as a general front end and IDE for client or server databases. You can use it to manage not just data, but also the table definitions, stored procedures, indexing, and other DBMS-related functions required of a DBA. Follow these steps to access a MySQL database (for the UNIX crowd) over the Web and manage the tables and data with Access.
Visits: 456 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
MySQL 5.0 Data Dictionary
This is the fourth part in the "MySQL 5.0 New Features" series. Trudy Pelzer covers the MySQL 5.0 Data Dictionary using detailed examples, source code, and hands-on exercises.
Visits: 175 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
MySQL 5.0 Triggers
This is the second part in the "MySQL 5.0 New Features" series. Peter Gulutzan covers MySQL 5.0 support for Triggers using detailed examples, source code, and hands-on exercises.
Visits: 160 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
MySQL 5.0 Views
This is the third part in the "MySQL 5.0 New Features" series. Trudy Pelzer covers MySQL 5.0 support for Views using detailed examples, source code, and hands-on exercises.
Visits: 135 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
MySQL 5.1's New XML Functions
MySQL version 5.1.5 has functions for searching and changing XML documents. This article has examples. You'll find that most (not all but most) examples on those pages are applicable to MySQL now.
Visits: 193 Updated: 2006-2-17  Rating: (Not Rated)  More info & Ratings
MySQL Network and You
As news about MySQL Network is presented in the press, MySQL's Community Relations Manager Arjen Lentz explains what it all means for you, the MySQL Community, including developers.
Visits: 92 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
MySQL on Mac OS X
In this article I'll give you an overview of MySQL's features and drawbacks, show you how to install MySQL on Mac OS X, and introduce you to some of MySQL's notable technical aspects.
Visits: 150 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
MySQL: A Freebie DB That Runs Like the Expensive Brands
Open-source alternative is fast, lightweight, robust and stacks up well against conventional DBs. There are some descriptions of its features.
Visits: 448 Updated: 2002-2-16  Rating: (Not Rated)  More info & Ratings
New Event Feature
This article shows a preliminary description of a new MySQL feature for scheduling and executing tasks. In version 5.1.6, MySQL has added support for events. That is, you can now say: "I want the MySQL server to execute this SQL statement every day at 9:30am, until the end of the year" -- or anything similar that involves any number of SQL statements, and a schedule.
Visits: 229 Updated: 2006-2-17  Rating: (Not Rated)  More info & Ratings
New in 4.1: All the Little Features
We've covered the major features in 4.1, now we wrap up our 'New in 4.1' series with an article about all of the little features. But don't let their small size fool you, some of these features may be just what you've been needing from your database server.
Visits: 163 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
New in 4.1: GIS and Spatial Extensions with MySQL
In this article, Anders Karlsson takes a look at the new spatial extensions in MySQL 4.1, which allow for easier manipulation and storage of spatial data in geographic information system (GIS) and non-GIS applications.
Visits: 122 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
New in 4.1: Temporal Functionality
We continue our tour of new and improved features in 4.1 with a look at the changes to the temporal (date and time related) functionality, including support for fractional seconds, time zones, and a small army of new functions for slicing and dicing temporal information.
Visits: 130 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
Open Database Connectivity in Jaguar
This article will give a brief overview of ODBC followed by a recount of my experiences trying to get ODBC working with MySQL. One of the new, albeit virtually undocumented features included in Jaguar is ODBC, or Open Database Connectivity. ODBC allows programs to connect to databases from different vendors using the same set of connectivity protocols. This allows for simplified database programming as well as database access from programs that normally would not allow such access. For instance, with ODBC you can use Excel to get data from MySQL, or you can use FileMaker to get data from Oracle.
Visits: 311 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
Open Source Databases: As The Tables Turn
My July Article comparing PostgreSQL and MySQL caused a stir that really surprised me. Of course, users of both databases called the tests rigged one way or the other, even though I noted that both databases had their strong points under various circumstances.
Visits: 427 Updated: 2003-12-12  Rating: (Not Rated)  More info & Ratings
OpenOffice.org 1.0, ODBC, and MySQL 'How-to'
This document explains how to make this connection, and then provides a quick tour of the database tools within OpenOffice.org 1.0. Many hardened OpenOffice.org 1.0 users are completely unaware of what is hiding under the covers, and are amazed once they start playing with the 'hidden' tools.
Visits: 161 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
Ten MySQL Best Practices
MySQL is a complex piece of software that may seem overwhelming when you're first trying to learn it. This article describes a set of best practices for MySQL administrators, architects, and developers that should help in the security, maintenance, and performance of a MySQL installation.
Visits: 610 Updated: 2003-12-3  Rating: (Not Rated)  More info & Ratings
Upgrading a MySQL Application
In this article I will examine such a quandary and offer some suggestions for putting together an upgrade to a MySQL application. I'll provide examples of how such an upgrade might unfold. Finally, I'll also comment on how one might update the data in a reference table of an application.
Visits: 362 Updated: 2003-12-3  Rating: (Not Rated)  More info & Ratings
Using AUTO_INCREMENT keys with Connector/J 3.0
One of the major features available in the latest version of MySQL's JDBC Driver, Connector/J, is the implementation of version 3.0 of the JDBC API that is available with JDK-1.4.0 and later. There are many changes in JDBC-3.0 that make you, the Java developer using MySQL job a little easier. Today, we'll talk about one feature in particular, the ability to retrieve the values of database-generated keys.
Visits: 124 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
Using MySQL in a federated database environment
Learn how to configure DB2 II to read and write to tables and views managed by MySQL, an open source DBMS. Once you've done this, you'll be able to join and union data in your MySQL database with other corporate data accessible to your DB2 II federated database. The DB2 II family supports a wide variety of data sources, including commercial relational DBMSs, non-relational DBMSs, mainframe data, XML files, Web services, message queues and more.
Visits: 282 Updated: 2005-1-23  Rating: (Not Rated)  More info & Ratings
Visual Basic / MySQL Datatypes
Visual Basic can be very loose with it's data types. If you want to avoid worrying about which type of data is coming from your database, you can simply not specify a datatype when you declare a variable, which defaults the datatype to variant. The variant should be avoided whenever possible, as it can be very CPU and memory intensive. This article demonstrates the different MySQL and VB6 datatypes and how they correlate.
Visits: 903 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
Why VB/MySQL
Mike Hillyer explains why he thinks Visual Basic and MySQL are an ideal combination for application development, and the motivation for his continuing series of articles on the subject.
Visits: 1060 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
YourSQL Database Might Just Be MySQL
Your users have browsers. You have the web server and application software. Need a powerful, affordable database? What are your choices?
Visits: 878 Updated: 2001-9-28  Rating: (Not Rated)  More info & Ratings


Found a broken link? Please report it to us.

  See also  
 Files
   Visual Basic sourcecode
    Database
   Windows Sourcecode
    Database
   MySQL Software
    General Tools
 Articles
   Java Articles & Tutorials
    Database
   Database articles
    General articles
    SQL language articles
 

Sponsored Links 
Web based bug tracking - AdminiTrack.com
AdminiTrack offers an effective web-based bug tracking system designed for professional software development teams.
Free White Paper: Accelerate Enterprise Apps 2500%
Sign up to learn how solid state disks boost application speed for lots more transactions and users.
Free DB Modeling Trial with ER/Studio
Design and Build More Powerful Databases with ER/Studio.
CSTSOFT Instrumentation .NET & ActiveX Components
A collection of 13 instrumentation .NET/ActiveX/VCL components including Gauge,Knob,LED,Trend etc.
DVD/CD Duplicators - All Free Shipping
Simple Disc-to-Disc Duplication. 2 Year Warranty & Free Shipping.
Buy a link now

Advertisement

  Free Magazine  
Free Magazines
DV Magazine is the premier monthly publication dedicated to the needs of digital video and web video professionals.
subscribe now


Newsletter Submit Content About Advertising Awards Contact Us Link to us    
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by ASP.NET Konsult - Synchron Data.