I am trying to connect to ex开发者_如何学运维cel table from Delphi 7 using TAdoConnection component.
I don\'t know if it\'s just me, but I just can\'t seem to find the NHibernate Jet driver anywhere. I have not yet looked into the source, but looking at the main project files or th开发者_如何学Goe N
I have a C++ app that uses a Jet database through D开发者_运维问答AO.Large queries work well up through Vista but lockup under Win7 on a multicore machine.I have tried both jet 3.5 and 4.0.Both fail.I
I have to import data from a variety of sources: text delimited with comma, tab, custom delimiter, Excel files, SQL Server and Oracle.
I am working with the Microsoft OLE DB Provider for Jet to execute queries on spreadsheets in Excel using VBA. Is there a way to execute the following code on an unsaved workbook?
I have a Delphi 2009 application that is attempting to open an ADO connection (dbGo) to a Microsoft Access .MDB fi开发者_如何学编程le in cmShareDenyWrite mode, using the Jet 4.0 OLE DB provider. The g
I created a windows application developed in .NET 3.5 in a 32 bit Windows 2008 server. When deployed the appl开发者_JS百科ication in a 64 bit server it shows the error \"Microsoft.Jet.OLEDB.4.0\' prov
Is there su开发者_开发技巧ch a thing as a shell-based command-line client for Microsoft\'s Jet database engine?
Is there an equivalent for Oracle\'s decode() in Access (or Jet, for that matter). The problem I am facing is: I should sort (order) a resultset based basically upon
What is the fastest way to import data into a SQL Server database directly from the active worksheet in Excel?