G
GPO
A few years ago my mate and I developed a neato little program in VBA/VB6
that could run either as a MS Access 2000 (or later) mdb application, or as a
VB exe that linked to a SQL Server database.
The bulk of the code in either case was common. We just exported the
relevant modules from VB6 and imported them into Access. We even had an SQL
parser that would convert tSQL into an SQL dialect that access could run. All
up it meant you could maintain the two as if thery were a single app, making
changes in one place to update both.
Now the people who manage the corporate direction of programming in our
organisation have said that all VB6 apps have to be converted to vb.NET. That
on it's own is bad enough, but my question is this: Does Microsoft offer the
same seamless integration between an Office scripting language and VB.net as
it did with VBA/VB6? If we cannot keep common, the code that should be
common, then we essentially now have two apps to maintain, and all the
problems that go along with that.
Has anyone else dealt with this before?
that could run either as a MS Access 2000 (or later) mdb application, or as a
VB exe that linked to a SQL Server database.
The bulk of the code in either case was common. We just exported the
relevant modules from VB6 and imported them into Access. We even had an SQL
parser that would convert tSQL into an SQL dialect that access could run. All
up it meant you could maintain the two as if thery were a single app, making
changes in one place to update both.
Now the people who manage the corporate direction of programming in our
organisation have said that all VB6 apps have to be converted to vb.NET. That
on it's own is bad enough, but my question is this: Does Microsoft offer the
same seamless integration between an Office scripting language and VB.net as
it did with VBA/VB6? If we cannot keep common, the code that should be
common, then we essentially now have two apps to maintain, and all the
problems that go along with that.
Has anyone else dealt with this before?