代表者の戯言

Why is VB useful?



I would like to introduce the strengths of VB (Visual Basic). I hope this serves as a reference when choosing software.


VB

◆ If there is even a single programming mistake, typo, or omission, it becomes impossible to check the software's functionality (this process is called debugging). In other words, it helps to minimize bugs as much as possible on the software side.


◆ It is an object-oriented software, meaning that software created for other purposes can be reused in different processes. Even in a large project, it feels like creating small, specialized components and assembling them together.


◆ It can be integrated with SQL, Access, and Oracle, allowing you to create databases for free.


◆ It is very similar to VBA, so studying VB can also be applied to developing macros in Excel.



The above points reflect Hatori's thoughts and are purely subjective. Other programmers may have different opinions.