This is the second time it happens to me and before modifying a 3rd party Database structure I wanted to know if anyone knew a better solution:
Here\'s an odd situation, if I open a command prompt and start the mongrel server then everything works swimmingly. ActiveRecord talks nicely to the MSSQL server using ODBC if I have a User-DSN define
I am designing a database in PostgreSQL on a dedicated server. I want certain complex queries to be run often, and the results to be accessible with ODBC/JDBC clients such as MS-Access or reporting so
I have been successful in querying a Microsoft Access 2003 database (.mdb file) and now I am trying to do the same for a Microsft Access 2007. I have tried 开发者_JAVA技巧the following:
I am accessing Sage 50 data via their ODBC Driver but cannot seem to establish if the tab开发者_JAVA百科les have a unique / primary key. The ODBC.NET Driver does not seem to return any information rel
I have an C# winforms app that works fine on all our XP machines. We want to put it on a new Win 2008 64 bit server and it breaks on the following code:
I am very \"lucky\" to get to work with a VB application that wa开发者_如何学Gos originally written in vb6 with an old version of Mysql ODBC connector.
My Delphi application connects to a SQL Server Database through BDE. In the process, my application queries SP_Who stored procedure to get the DbName column Value. But now I want to connect my applica
The downloaded installers from MySQL don\'t work - ie no mysql driver appears in the ODBC manager thing.
I have Informix Dynamic Server 11.50 and Informix Client SDK 开发者_运维问答3.5 installed on my server. I am developing a .NET application to read data from Informix database using ODBC functions.