This .NET application used to work.When it did we were using the Oracle ODBC 9i.We moved to 10 g did not work anymore.Now at 11g stills does not work.I have set SQL Command Timeouts all over the place
I see in the Excel documentation the QueryTables collection and ODBCConnection object, but not how to use them in powershell.
Background Information: Visual Studio 2010 (.NET Framework 4.0) Informix Server 7.31 Informix ClientSDK 3.50 TC7 (Windows 32-bit) was installed as well.
I\'m trying to query a DBF file using System.Data.Odbc.OdbcConnection. It works correctly when the file doesn\'t have a space in it, but I get the following error \"Error opening DBF File: ERROR [4200
Does anyone know how to create an ODBC or OLE driver preferably in C#? What I want to do is creating a custom data source which I can use in Excel and Access. 开发者_如何学JAVAOr do think of another
I write MS Access / VB / SQL Applications, customized. One of my clients has a truly massive Acce开发者_如何学JAVAss application I wrote them, and their number of active users have just expanded to ov
I have a database upgrade tool that is misbehaving. I would like to catch one of the queries it sends to the database and change it be开发者_开发知识库fore it is executed.
This is under Windows 7 64 bit. I downloaded the 64 bit drivers and as a matter of fact I tried all the win开发者_高级运维dows drivers(uninstalling the previous ones first though). But when I try to c
I\'m working on an e-commerce site (either bespoke with PHP, or using Drupal/Ubercart), and I\'d like to investigate the site interacting with an internal (filemaker) database we use to manage stock a
I am not able to call setNull on PreparedStatement using MS Access (sun.jdbc.odbc.JdbcOdbcDriver) preparedStatement.setNull(index, sqltype).