- Local time
- Today, 15:13
- Joined
- Oct 29, 2018
- Messages
- 22,777
Yes, that should still work with SQL Server (although I can't verify it right now, since I don't have a SQL Server instance available where I am currently, but I believe I've used it before).So, would this still work with SQL server? I've seen the db.execute methodology as well as the DoCmd.RunSQL methodology. Is one more compatible with migrating to SQL server than the other?
The difference between using the Execute and RunSQL methods is that you will get the warning message when you use latter.