What I learned about SQL from using Access(weblogs.sqlteam.com)
submitted by
jimrice14(880) 4 years, 7 months ago
Microsoft Access / JET SQL doesn't support cursors; the only way to process rows one by one is using VBA and opening a Recordset. This means that you're stuck using set-based "queries". So ... is this a good thing or a bad thing? A very, very good thing -- in fact, it's what makes Access a great tool for learning SQL!
|category: Database
|Views: 0
tags:
another
Everyones tags:
No tags
Your Tags: