Hi everyone. I've been programming database front ends using Access and Visual Basic for years, and the UI seems fast enough in all my applications. So my question is: What are the circumstances when I should use VC++? I'm new to VC++ so I really want to know. Is it a lot faster when handling huge dao/ado recordsets? (I seldom handle huge recordsets anyway, since I only retrieve records / fields that are needed and update the database using SQL statements / stored procedures.) Thanks.