ACC: How to Buffer SQL Strings Using DDE (98668)
The information in this article applies to:
- Microsoft Access 1.1
- Microsoft Access 2.0
This article was previously published under Q98668 SUMMARY
Advanced: Requires expert coding, interoperability, and multiuser skills.
Microsoft Access can handle SQL strings larger than 255 characters through
dynamic data exchange (DDE). To do this, break the SQL string into portions
with fewer than 255 characters, and then send these strings to Microsoft
Access using DDE. The separate portions are buffered until a semicolon is
sent; at that point, Microsoft Access runs the query.
Modification Type: | Major | Last Reviewed: | 5/9/2003 |
---|
Keywords: | kbhowto kbinterop KB98668 |
---|
|