My app generates SSIS packages for importing data from Excel files. This is done programatically, using C# .
I have to import data from a variety of sources: text delimited with comma, tab, custom delimiter, Excel files, SQL Server and Oracle.
I\'m working on some OLE DB code that runs queries on MS SQL Server via ICommand::Execute. I\'m converting this code to operate asynchronously by setting the DBPROPVAL_ASYNCH_INITIALIZE property on th
Ok we have开发者_C百科 a WCF service running on one machine onIIS6 + server2003 r2 this service needs to write and read to/from a fox pro database that is located on another machine on the network - w
I\'m opening an Excel worksheet into a DataTable using OleDb like this: string select = string.Format(\"SELECT * FROM [{0}$]\", worksheetName);
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?
My application will need to reference addresses. Street info will be stored with my main objects but the rest needs to be stored seperately to reduce redundancy. How should I store/retrieve ZIPs, citi
Looking to integrate a web application with MYOB. There\'s not much in terms of documentation out there. I\'ve found a couple of companies that provide开发者_StackOverflow社区 middleware, but nothing
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
Sorry for my english :). I have a windows service. Service report some excel files weekly. But ı got a\"OLE DB provider \'SQLOLEDB\' reported an error. The provider ran out of memory\" Ole Db error.