11-20 of 65 hubssort by Hot Best Latest
Seven Deadly SQL Sins Part IV
continued from part three This is the fourth in a series of four excerpts from the MySQL presentation I have given live on a number of occasions. It was inspired Arjen Lentz' outline entitled The Deadly...
0 commentsSeven Deadly SQL Sins Part II
.... continued from part one This is the second in a series of four excerpts from the MySQL presentation I gave to my local Linux Group a while back. The presentation was inspired by Arjen Lentz's outline...
2 commentsMySQL Migration Toolkit
The MySQL Migration Toolkit is a powerful framework that enables you to quickly migrate your proprietary databases to MySQL. Using a Wizard-driven interface, the MySQL Migration Toolkit implements a proven...
0 commentsMS ACCESS IN SELECT
SELECT PK FROM T1 INNER JOIN T2 ON T1.PK = T2.FK WHERE (((PK) In (SELECT * FROM T_LIST))); CP1500 Tutorial Solution - Using Microsoft Access
0 commentsC# program that interfaces with MS Access: Store data (text, image) in an Access database file
1. Open a new Visual C# .NET windows application. Name the project CreateDatabase. 2. Design a form. Add three Textboxes and two Buttons 3. Set Name property of Textboxes...
1 commentAccess 2000 Run-Time
If you have a licensed copy of Microsoft Office 2000 Developer, you can download Microsoft Access 2000 Run-Time Minimum, also known as Art2kmin.exe. Access 2000 Run-Time Minimum lets you create a package that...
0 commentsUse DSN-Less Connection (MS Access / SQL SERVER)
You can open a connection to a database without creating or specifying a named data source. Connections made in this way are called "DSN-less", because they don't require the system administrator to create...
0 commentsCurrentProject: MS Access Function
The CurrentProject object refers to the project for the current Microsoft Access project (.adp) or Access database (.mdb). Using the CurrentProject ObjectThe CurrentProject object has several collections that...
0 commentsMS Access: Where is a field used?
Microsoft Access: VBA Programming Code Provided by Allen Browne, April 2007 Where is a field used? The code below lets you search for where a field name is used - in any tables, queries, forms, or...
0 commentsMS Access 2007 multivalued fields
In most database management systems you can store only a single value in a field, including earlier versions of Microsoft Access. In Microsoft Office Access 2007, you can also create a field that holds...
1 comment







