[dba-SQLServer] Upgrade to SQL

Rocky Smolin rockysmolin at bchacc.com
Mon Jan 18 19:36:07 CST 2016


Dear Lists(s):
 
The guy who acquired my product want to make a front end compatible with SQL
server (and of course upgrade the back end as well). But he wants to keep
both version of the product - SQL and Access.
 
I told him it really means two FEs because the SQL version is so much
different than the Access version.
 
The app has something around 200 forms and subforms, on the order of 250
queries, about 150 tables about 1/2 of them in the back end, 1/2 in the
front, and lots and lots and lots of code. 
 
He wants to know if one FE can be devised to support both Access BE and SQL
BE.
 
I told him about the conditional compile command which could compile just
the statements you'd want based on a switch.  But given the number of
differences in code between the two versions I cautioned him that it would
be an awkward program to maintain.
 
I've never done that kind of conversion before so I'm wondering just how
practical (or not) would it be to have one FE to handle both an Access and a
SQL back end?
 
MTIA
 
Rocky
 
 


More information about the dba-SQLServer mailing list