I'm having this (yes, another) problem with MSSQL Server (though I'm uncertain if it's MSSQL specific yet), and I don't know if it's something on the code level or something on a system level. I suspect system level, but it's worth a shot to look into programmatic options as well. I've tried the application on about 7 or 8 systems and it works fine. Someone else tried it on 4, only one of which worked, the other 3 all failed with the same error on SQLConnect. Something to the effect of "[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified". It, however, is using the exact same (DSN-less, though I think DSN has been tried as well) connection string as the machines it did work on, and the driver appears to exist on the system (XP and 2k, installs it with the OS.)
Is there anything I'm not thinking of that I should be altering or searching for that could be causing the problems, or is there just an ODBC problem on the failing systems? Is there anything, ODBC-wise, that could affect such a thing? Could it be an erroneous error for something else wrong?
(Note: This is reposted from the C++ forum and modified with further detail)
Is there anything I'm not thinking of that I should be altering or searching for that could be causing the problems, or is there just an ODBC problem on the failing systems? Is there anything, ODBC-wise, that could affect such a thing? Could it be an erroneous error for something else wrong?
(Note: This is reposted from the C++ forum and modified with further detail)