developerFusion db
Related db tutorials
-
Identifying Your New Records
by Bruce Johnson
While the use of AutoNumber and Identity fields in tables is greatly applauded by database designers the world over, they can be annoying for developers to use. This article reveals two techniques for retrieving the value of an AutoNumber/Identity field.
-
SQL Injection Attacks by Example
by Stephen J. Friedl
Steve Friedl takes a look at how your site could be vulnerable to SQL injection attacks - complete with numerous examples - and the action you can take to prevent them.
-
Visual Basic 6.0 - Exporting a DataReport to Microsoft Word
by John D.
This article is a simple yet effective way to export a DataReport to MIcrosoft Word using the DataEnvironment and DataReport. This walk-through starts with creating a simple database in Microsoft Access and then creating a User Interface in Visual Basic 6.0.
Related db discussion
-
VB/DAO Openrecordset won't when using 'Select'... in Nottingham
12 hours ago by nancy86 (2 replies)
-
Compact & repair MS Access database
6 days ago by elizas (8 replies)
-
Have a serious problem with a VB form based on a access DB using ADO in Jerusalem
9 days ago by pmkl (0 replies)
-
MS Access Test Case db ? in Leeds
15 days ago by itsmarkdavies (0 replies)
-
Speech Recognition
22 days ago by ashok615 (154 replies)
-
INSERT data into Access from VB .NET in Montreal
1 month ago by Archit (10 replies)
Related db code samples
-
Access AutoNumber Reset
by Mike Gagne
This is some sample code that shows how to programmatically reset all AutoNumber fields in an Access Database to a correct value (whether it be 0 or the max value + 1). In addition, it contains code for Compacting and Repairing an MS Access Database. This is perfect for people who are working with a complicated Access Database and have experienced AutoNumber bugs!
-
Form filter example
by tlosekoot
An example of filtering the data displayed in Microsoft Access Forms using VBA.
-
Getting Started with Database Programming
by gigsvoo
This is a conceptual idea of how I start to do database programming. In this article, I had highlighted a few points that become vital to understand for any new comers to do database programming.
Featured db user groups
-
NIMTUG - Northern Ireland Microsoft Technologies User Group
Belfast, United Kingdom
Northern Ireland Microsoft Technologies User Group (NIMTUG) is an organisation which promotes best-practices using Microsoft technologies. The user group hold regular free user group meetings on a variety of different topics for Developers and IT Professionals (ITPro). -
Developer Day Scotland
Scotland, United Kingdom
Developer Day Scotland is a community event, run by community for community, which is based upon the highly successful Developer! Developer! Developer! community conference events. -
Access User Group
Nationwide, United Kingdom
The Access User Group is a UK-based forum for the exchange and presentation of ideas and experiences relating to the Microsoft Access product.
Related book
-
Agile Database Techniques: Effective Strategies for the Agile Software Developer (Wiley Application Development)
* Describes Agile Modeling Driven Design (AMDD) and Test-Driven Design (TDD) approaches, database refactoring, database encapsulation strategies, and tools that support evolutionary techniques * Agile software developers often use object and relat...