M
Mark Rae
Hi,
Since there *appears* to be no 64-bit support for any data source other than
SQL Server (and I wouldn't use OleDb to interface with SQL Server anyway as
there's a native .NET data provider for that), what is the "accepted wisdom"
for porting 32-bit apps to 64-bit when they require OleDb support...? Can it
simply not be done...?
E.g. let's say I have an existing 32-bit WinForms app written in VS.NET 2005
(C#) and my client has now asked me to create a 64-bit version, but the
existing 32-bit app uses Jet as its back-end database... What are my
options...?
Maybe the WinForms app is a data consolidation tool which receives remote
data feeds in the form of emails with attached Jet databases or Excel
spreadsheets...? Jet and Excel remain hugely popular file formats in the
corporate world, and that seems unlikely to change in the near future,
especially Excel...
Do I have to tell my client that, regrettably, it's just not possible to
create a 64-bit version of any app which needs to interface with Jet or
Excel...?
Any assistance gratefully received.
Mark
Since there *appears* to be no 64-bit support for any data source other than
SQL Server (and I wouldn't use OleDb to interface with SQL Server anyway as
there's a native .NET data provider for that), what is the "accepted wisdom"
for porting 32-bit apps to 64-bit when they require OleDb support...? Can it
simply not be done...?
E.g. let's say I have an existing 32-bit WinForms app written in VS.NET 2005
(C#) and my client has now asked me to create a 64-bit version, but the
existing 32-bit app uses Jet as its back-end database... What are my
options...?
Maybe the WinForms app is a data consolidation tool which receives remote
data feeds in the form of emails with attached Jet databases or Excel
spreadsheets...? Jet and Excel remain hugely popular file formats in the
corporate world, and that seems unlikely to change in the near future,
especially Excel...
Do I have to tell my client that, regrettably, it's just not possible to
create a 64-bit version of any app which needs to interface with Jet or
Excel...?
Any assistance gratefully received.
Mark