Skip to main content
15 events
when toggle format what by license comment
Apr 3, 2023 at 10:40 comment added Alan B @platypus Like LINQ it's supposed to be used for queries not updates.
Oct 27, 2021 at 10:24 comment added MT1 Two of the links are dead.
Oct 17, 2021 at 6:40 history edited david CC BY-SA 4.0
http://www.microsoft.com/technet/scriptcenter/resources/qanda/sept08/hey0911.mspx moved again
Jul 18, 2018 at 5:58 history edited Kolappan N CC BY-SA 4.0
Updated URL to avoid redirect
Jul 9, 2016 at 5:33 comment added Stephen G Tuggy At a previous job, we used Microsoft Access Database Engine 2010 Redistributable. It took the form of an OLEDB driver that allowed reading from and writing to Excel files, as well as Access format files. Note that this download does not require you to install the entire Office suite. Note also that it comes in both 32-bit and 64-bit flavors. It is very important that you match the 32-bit or 64-bit version to the architecture of the host process that will access the file(s). In our case, the host process was SSIS.
May 5, 2016 at 21:36 comment added Justin Microsoft has upgraded Jet, try this link stackoverflow.com/questions/14401729/…
Sep 13, 2014 at 18:32 comment added platypus As a person who had to use OleDb in a big project, I say STAY AWAY FROM IT! It sometimes is not able to retrieve a cell value just because it couldn't understand the format. It doesn't have a delete operation. It works totally different and unpredictable even with a slightest provider change. I'd say go for a proven commercial solution.
Dec 8, 2010 at 5:39 history made wiki Post Made Community Wiki
Jun 9, 2010 at 16:03 comment added Kenny Mann One should be very careful if using this method. I've found it very flaky for data that isn't in a perfect format.
Sep 29, 2009 at 9:02 comment added dbkk Be very careful with this -- it's a big ugly cludge (for example, sometimes it guesses a column type and discards all the data that does not fit).
Jun 16, 2009 at 7:31 comment added Chris Richner I've just tested this connection and it failed on a Windows Server 2008 R2 x64 RC, seems like one have to install the 2007 Office System Driver: Data Connectivity Components [microsoft.com/downloads/…
Sep 30, 2008 at 1:45 comment added Lamar Can someone confirm if this works when running in x64? I am pretty sure Jet only works if your app is compiled or running in 32-bit mode.
Sep 29, 2008 at 23:02 history edited Panos CC BY-SA 2.5
more links
Sep 29, 2008 at 22:52 history edited Panos CC BY-SA 2.5
minor changes
Sep 29, 2008 at 22:41 history answered Panos CC BY-SA 2.5