lotus-replace-odbc-direct-writes
Installation
SKILL.md
Works with ODBC query migration, connection string updates, transaction handling, and error recovery patterns.
Replace Lotus ODBC Direct Writes with API Patterns
Table of Contents
Quick Start → What Is This | When to Use | Simple Example
How to Implement → Step-by-Step | Expected Outcomes
Reference → Requirements | Related Skills
Purpose
Legacy Lotus Notes systems often use ODBC (Open Database Connectivity) for direct database manipulation—bypassing the Notes client and directly modifying NSF files. This approach is problematic for migration because it creates hidden dependencies, lacks proper transaction handling, and breaks encapsulation. This skill guides you through replacing ODBC direct writes with clean, API-based patterns that work in modern architectures.
When to Use
Use this skill when you need to:
Related skills