Questions tagged [odbc]
179 questions
0
votes
3 answers
How do you connect to BusinessObjects?
I have the rights to log into a BOXI server and build queries and reports, but can only export 100,000 rows at a time.
I have tools on my desktop that can connect to databases via things like ODBC.
Is there a way to use ODBC or some other connection…
Joe
0
votes
2 answers
Problem connecting to database after a RESTORE. SQL Server 2005 and Classic ASP
I have some Selenium test scripts which I'm using to test a Classic ASP web app, but I'm having problems after restoring the database (SQL Server 2005) with a backup file before every test is run. Immediately after the successful RESTORE (from a…
bartonlee
0
votes
1 answer
Credentials work for SSMS but not (ODBC) LogParser script
Via SSMS I'm able to connect and navigate the server/db in question. but trying to connect via a logparser script the same credentials fail. I'm trying to execute this from the same box on which the server's running. the username is owner/dbo of the…

justSteve
- 859
- 1
- 7
- 19
0
votes
1 answer
informix odbc connection slow to open in asp.net
I have an application that takes a long time to open odbc connections (like 20 sec)
also takes forever using arcmap and arcsde
but when I try the connection on the odbc data source administrator, it tests it really fast
Does anyone have any idea of…

sergiogx
- 335
- 3
- 15
0
votes
1 answer
ODBC error state S1092: postgresql through ODBC
While performing an upgrade, our in-house software started to report the following strange error. It is a C++ application talking to a remote PostgreSQL database, defined through ODBC:
ODBC error state S1092, native error 0.
[unixODBC][Driver…

hellomynameisjoel
- 2,172
- 2
- 18
- 23
0
votes
3 answers
What port does OpenLink ODBC Driver use?
I use Avaya Reporting Services and OpenLink ODBC Drivers for db connection. I know that it uses port 5000 for handshaking but after that I believe it uses an random port for communication. I want to deploy my application and it will communicate with…
None
0
votes
1 answer
Is the MariaDB ODBC Connector 3.1.19 now stable for production when used with ASP Classic?
Has anyone used this driver successfully in a production environment?
Some time back I tried the MariaDB ODBC Connector 3.1.15 with a MariaDB 10.6 database; and the site kept crashing.
I had to revert back to using the MySQL ODBC 8.0 Unicode Driver…

MeSo2
- 254
- 1
- 3
- 18
0
votes
0 answers
Windows MariaDB 10.6.5 upgrade to MariaDB 10.6.11
I am considering upgrading my MariaDB 10.6 to 10.11 -- (maintained for 5 years).
I updated 10.6.5 to 10.6.15 with a simple in-place update; but found these troubling comments on doing updates form 10.6 to 10.11:…

MeSo2
- 254
- 1
- 3
- 18
0
votes
1 answer
Unable to install SQL Server 2019 because of the missing ODBC driver
I am unable to install Microsoft SQL Server 2019 Developer Edition because of a missing ODBC driver 2017 (screenshot attached)
I already installed various version of the ODBC driver, already ran powershell commands to set SchUseStrongCrypto registry…

James
- 101
- 1
0
votes
1 answer
Does installing/updating 64-bit odbc driver automatically install/update 32-bit and 64-bit driver?
I installed odbc driver 18 (64-bit), but notice that it shows up in both system32 and syswow64's odbc.exe.
Does installing/updating 64-bit odbc driver automatically install/update 32-bit and 64-bit driver?

variable
- 177
- 2
- 10
0
votes
2 answers
ODBC Drivers Missing on Windows Sever 2003 64 bit OS
I am working on a Windows Server 2003 x64 bit OS. Under ODBC connections, I am seeing only "SQL Server" and "SQL native Client". I wanted to make a datasource for xls.
I have already performed the following things and there is no solution:
Gone…
Nagendra
0
votes
0 answers
CDR not working with asterisk & odbc
I had ODBC working with asterisk to write to my CDR then recently needed to check my CDR to realise nothing had been written for about 6 months. I had a look at my config, nothing seamed to have changed. but then tried to re-install everything…

Ben
- 23
- 4
0
votes
1 answer
Installing ODBC 18 driver on Amazon Linux
I see instructions from MS site on how to install ODBC drivers on various Linux distributions but not for Amazon…

Meringros
- 101
- 2
0
votes
0 answers
unixODBC SQLFetch infinite loop after INSERT statement
I'm trying to work with unixODBC and a SAP Hana database, and created a simple C program to INSERT/SELECT into the database. My problem is, if I use for example
SQLExecDirect(stmt, "SELECT * FROM NEWTABLE;", SQL_NTS);
while ((ret = SQLFetch(stmt))…

SrKurtz
- 1
0
votes
0 answers
MSSQL: Service is unavailable
I'm whipping up a demo of Zabbix in our environment and have some trouble monitoring a SQL server.
The error: 'MSSQL: Service is unavailable' > 'The TCP port of the MS SQL Server service is currently unavailable.'
Things we need to…

MeMario
- 65
- 1
- 7