Is it possible to use this addon to convert to a VB Project? #496
-
Hello! I'm a developer by hobby, never did something in VB or VB.NET, only VBA, so I don't know how to test it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To answer your question directly, no, this add-in won't convert a database to a VB Project. (And it is really outside the scope of what this was designed for.) That being said, here are a couple things you might consider looking into.
|
Beta Was this translation helpful? Give feedback.
To answer your question directly, no, this add-in won't convert a database to a VB Project. (And it is really outside the scope of what this was designed for.) That being said, here are a couple things you might consider looking into.
Microsoft Access has a free runtime version that can be used to run a database application even if Microsoft Office is not installed on the computer. This runtime can be freely distributed with your application. (Note that there are a few design considerations to keep in mind when taking this approach.)
You might be interested in taking a look at the TwinBASIC project. Coming from a VBA only background, you will probably find that much more familiar and …