Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
How do you create a loop In Visual Basic 2005?
How do you create a loop using Visual Studio 2005?
2 Answers
- 1 decade agoFavorite Answer
You can use any of
- For...Next statement - runs statements a specified number of times.
- For Each...Next statement - runs statements for each item in a collection or each element of an array
- Do...Loop statement - loops while or until a condition is true
- While...Wend statement
Depending on what you need to do
- Anonymous5 years ago
To the best of my knowledge, there is nothing called VB 2005 express edition. However, there is the SQL Server 2005 Express edition. If that's the case, yes, you can access data stored in SQL server 2005 from a VB 6.0 application. If you built an application using VS 2005 , then no, you cannot open except from VS 2005. Hope this helps