I have a client that I\'m trying to do some data migration out of an old route-accounting system for.The system has an Informix 3.30 database with SimbaServer middleware sitting on top of it.From what
A month ago, I was showing a buddy how use .NET to query MySQL.It worked just fine, but he didn\'t understand why we needed a \"driver\" for MySQL in conjunction with ODBC.He though ODBC would be enou
The report is runnig fine in Visual Studio 2005 but fails when I deploy it on IIS. It prompts, the report you requested requires further information. I think it needs to get installed some service pac
Can Anybody tell me how to connect ASP to MySQL database.. I have already install MySQL in my localhost,
I set timeout to 0 but the connection close prematuraly, what is wrong with this statement ? Using odbcconn As New OdbcConnection(DataShared.gstrCNN)
Situation: I have a program written in VB6 The source code of the program is n开发者_StackOverflowot available
I recently installed SQL Server 2008 Express on my Windows 7 Ultimate x64 home machine. I also have IIS 7.5 with PHP 5.3, and I was trying to connect to SQL via ADODB, but kept getting this error:
When you run a query like so: $query = \"SELECT * FROM table\"; $result = odbc_exec($dbh, $query); while ($row = odbc_fetch_array($result)) {
Is it possible to have an ODBC connection and an ADO connection share the same underlying SQL Server connection, so that both are using the same SPID?
We just moved our SQL 2000 databases to a new SQL 2008 box.After the move, we bound the IP address of the SQL 2000 box to the new SQL 2008 box.This works, except in a VB6 application running on a Wind