Like a lot of database developers, I often choose Jet for the back-
end. I'm starting to worry about what will happen when Jet is
deprecated. Ostensibly, Jet users like me must switch to SQL Server
(or MSDE / SQL Express), but there's something I just don't
understand.
Without Jet, how will we create file server database applications? In
other words, how will we create multi-user apps which use a file
server to share data and don't require a database server? I've seen
many discussions of Access vs. SQL Server, but I've never seen this
question addressed head-on. I can speculate on three possible answers,
but I'm not sure which one Microsoft intends:
In a Jet-less world,
1) there will be no file server database apps, only database server
apps.
2) there will be file server apps implemented somehow with SQL Server.
3) there will be file server apps, but Microsoft will cede this niche
to its competitors; thus, we will use neither Jet nor SQL Server, but
some other product, to implement them.
If anyone knows where things are going, I'd be grateful if you share
your understanding.
-TC
end. I'm starting to worry about what will happen when Jet is
deprecated. Ostensibly, Jet users like me must switch to SQL Server
(or MSDE / SQL Express), but there's something I just don't
understand.
Without Jet, how will we create file server database applications? In
other words, how will we create multi-user apps which use a file
server to share data and don't require a database server? I've seen
many discussions of Access vs. SQL Server, but I've never seen this
question addressed head-on. I can speculate on three possible answers,
but I'm not sure which one Microsoft intends:
In a Jet-less world,
1) there will be no file server database apps, only database server
apps.
2) there will be file server apps implemented somehow with SQL Server.
3) there will be file server apps, but Microsoft will cede this niche
to its competitors; thus, we will use neither Jet nor SQL Server, but
some other product, to implement them.
If anyone knows where things are going, I'd be grateful if you share
your understanding.
-TC
Comment