Open Database Connectivity (ODBC) provides a standard software interface for accessing database management systems (DBMS).

learn more… | top users | synonyms

0
votes
0answers
10 views

How to detect ODBC DB2 connection encoding (code page)

Is it possible to check which db2 code page is used in communication between ODBC connector and db2 database from c program using ODBC api?
0
votes
1answer
14 views

force encoding to SQLGetData function in odbc

Please do you know a way to force an encoding(example utf-8) to retreive data using the SQLGetData function in ODBC? Thanks in advance
0
votes
0answers
18 views

PHP MSSQL Failing

Hey if i leave a php script idled for a wee bit (about 2 mins) and then try click on another link. I will get a "[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]SQL Server does not exist or access ...
0
votes
0answers
11 views

Adaptive server anywhere ASA SqlAnywhere 8.0 ODBC driver

Well, I've searched the interwebs like crazy and I am unable to find this driver. I am trying to convert data from a client's database that was built using the ASA 8.0 engine. ASA 8 has been out of ...
0
votes
0answers
17 views

ODBC “Test Connection” Is Successful But Application Connection Is Not

I've created an ODBC connection in my 2008R2 client. I'm trying to connect to a SQL Server 2008 on a Server 2008R2 machine. When I use "Test Connection" in the ODBC Connection it is successful. The ...
0
votes
3answers
29 views

SQL Parameters - where does expansion happens

I'm getting a little confused about using parameters with SQL queries, and seeing some things that I can't immediately explain, so I'm just after some background info at this point. First, is there a ...
0
votes
1answer
14 views

Configuring IBM DB2 ODBC - Changing the Host IP / Alias already exists

I've created an IBM ODBC connection to my server via Microsoft's own ODBC Administrator. After initially finding difficulties on where to put in the IP Address (otherwise, the ODBC uses my local ...
0
votes
1answer
55 views

JDBC driver MS Access connection

Hy I want connect my MS acces file with java gui program,but I have problem with connection.... I have Windows 7 64b, and ms office 2007. When I opened the ODBC driver manager in the control panel ...
0
votes
1answer
15 views

Error php odbc conect to store procedure in sqlserver 2005

I tried 5 days ago about php odbc connection to store procedure in sqlsrever2005, but it not successful. i had problem in odbc_exec point. I dont know why ? My coding as the following: $connection= ...
0
votes
0answers
19 views

Invalid characters for tablename in dbconnection schema

Does anyone have a list of the characters that would be mapped to be "#" in the name of a CSV file when used as a table name in the dbConnection.GetSchema() method? Or better yet - a pre-existing ...
1
vote
1answer
26 views

Out of memory error in Delphi with ODBC and MidasLib

I have an ADOQuery connected to a DataSetProvider connected to a ClientDataSet connected to a DataSource connected to a DBGrid. Under some circumstances, the query returns too many records, and I get ...
0
votes
0answers
15 views

MySQL not generating correct results using ODBC date parameter

I recently upgraded my version of MySQL to 5.6.10 (community edition on Linux), subsequently I am unable to properly run a Crystal Report that worked fine talking to MySQL 5.0.24a via the MySQL ODBC ...
0
votes
3answers
16 views

cannot connect php odbc to sqlserver 2005

I would like connect from PHP to SQLServer 2005 by ODBC, but i was not ok. I have created DNS in control panel already. Please tell me the solution, why cannot connect ? I have connected from php ...
0
votes
0answers
8 views

Line number with ODBC to Text File driver

I am doing a select from a text file using the ODBC to Text File driver. I am able to do the select but I wonder if there is a way that I can get the Line number from the select. I expect something ...
0
votes
0answers
17 views

Connecting to a Sage Database using PHP & mysql

I've been reading a number of the posts from other users attempting to set up a odbc connection to a sage database using a PHP script file but the web page returns "Cannot find all files in data path" ...
1
vote
1answer
28 views

IBM CLI Driver - Invalid argument value

I've recently setup an IBM DB2 Express C on my 64-bit server machine (Windows Server 2008). Before this, I've also set up the same thing on my 32-bit local machine (Windows 7). I have a program on my ...
0
votes
0answers
66 views

ODBC Error Office 2013 Windows 8 64 bits

I am developing an C# .Net application that uses an odbc driver to make queries into an excel sheet. That application had been working for several years now. Recently a problem occured when i tryed to ...
0
votes
0answers
15 views

CDatabase.OpenEX Connection String issue

I want to open Access database without displaying any dialog box ( incase of an error ) The code that I use is CDatabase DB; CString conString; CString dbPath = _T("c:\TestDB.mdb"); ...
3
votes
2answers
45 views

Select two consecutive records by date, records from the database, with a maximum difference of dates

I want to select two consecutive records by date, records from the database, with a maximum difference in consecutive dates. there is a table name date abc 1242 bcd 1246 bsd 1247 bse 1249 The ...
-3
votes
0answers
26 views

Is it possible to select database table in asp.net web application during runtime [closed]

I have an web application in which the user should be allowed to select the sql Table from their system as we see in asp.net sql DataSource. or How we can extract data from database during runtime... ...
2
votes
1answer
28 views

New table into Oracle db via SAS, lock table while writing

Can I lock for all access (including Oracle based queries) a table in an Oracle db via a SAS ODBC connection? I am currently running a script in SAS which drops and replaces a table in an Oracle db ...
0
votes
0answers
46 views

pdo-odbc doesn't work whit bind values, nvarchar and text are incompatible in the equal to operator

There is a column url(nvarchar(200), not null) <?php // $pdo = new PDO('odbc:mssql', 'xxx', 'yyy'); $pdo->setAttribute(PDO::ATTR_PERSISTENT, false); $pdo->setAttribute(PDO::ATTR_ERRMODE, ...
0
votes
1answer
60 views

Why am I getting “Data source name not found and no default driver specified”?

From Java, I want to connect to an .ACCDB file in the server (DSN less) and I keep getting the error. I googled for few hours and could not find anything. Please help! String sURL = ...
0
votes
2answers
79 views

Connecting to MS SQL Server with Windows Authentication using Python?

How do I connect MS SQL Server using Windows Authentication, with the pyodbc library? I can connect via MS Access and SQL Server Management Studio, but cannot get a working connection ODBC string for ...
0
votes
1answer
30 views

Access 64 bit ODBC from 32 bit Process

I would like to access a 64 bit dll from a 32 bit application. Due to propitiatory third party lock-in, we do not have a suitable port of the 32 bit application. Creating 2 different versions of the ...
0
votes
1answer
203 views

Connection using old (pre-4.1.1) authentication protocol refused (client option 'secure_auth' enabled)

I have a problem when trying to connect to MySQL database using Windows OBDC driver. There are plenty of search hits regarding the obvious... people are using old versions, however, I'm not. mysqld ...
1
vote
1answer
15 views

How to retrieve results from 'DBCC SHOWFILESTATS' with ODBC?

I need to find the relative amount of space available in my SQL Server database using an ODBC connection. I wanted to try using dbcc showfilestats but it does not return any results. Having read ...
1
vote
0answers
25 views

Updating excel file using ODBC and PHP

I am using an Excel file as a database and connecting to this file using ODBC drivers with PHP. While updating a particular field, the updated value gets formatted as text. I am updating a number ...
1
vote
0answers
40 views

Reading Visual Foxpro Data From Java using ODBC

I am trying to query a dbf table from my Java application. I put in reference this thread I created a system data source using the ODBC Data Source Administrator, I set the data source name to be ...
1
vote
2answers
21 views

ODBC must declare the scalar variable

Consider the code below: string ConnectionString = "dsn=mysql;uid=sa;DATABASE=userdb;"; string qryStr = "insert into info(code) values(@code);"; OdbcConnection con = new ...
1
vote
1answer
34 views

Error while using parameters with OdbcDataAdapter

Its a bit kind of strange, but I am facing a problem which is really not an expected behavior. Consider the following function: public static System.Data.DataSet getDataSet(string cmdStr, ...
0
votes
2answers
42 views

Using $_GET in PHP include with variable in the include URL

Firslty, please forgive the ineloquent phrasing of my question. What I am trying to do, is create a simple odbc script, and store it in a file which will be included in my main PHP file several times ...
0
votes
1answer
35 views

Can't open lib '/opt/ibm/iSeriesAccess/lib64/
 : file not found?

I am connecting to IBM AS 400 server through php. The ODBC drivers are properly installed and i can do everything from browser. But when i execute a php file on linux terminal (php -f filename.php), ...
0
votes
0answers
38 views

No tuples available at this result index

I've looked at the other PHP questions relating to ODBC and "No tuples" but I still can't figure this out. I've tried odbc_next_result, though I'm not sure where it'd go in this instance. I've edited ...
0
votes
1answer
21 views

MS Access datasheet won't scroll with scroll bar

I recently converted tables in MS Access from Access tables to SQL. I have a form with a subform in datasheet view. The weird thing is, now, when I click and drag the scroll bar, the screen does not ...
0
votes
0answers
21 views

Qt5 ODBC install

I'm trying to install QODBC to use it in Qt I was following the answer of this question : Qt 5 ODBC driver issue but when I "qmaked" it, I run into an error : ...
0
votes
2answers
61 views

Query from QSYS2.SysTables returns error “Token; void”

I am trying to read data from AS400 DB using Excel, VBA and ODBC driver. Connection is successful but none of the queries are retrieving data from DB. For ex: The select query is not working: select ...
0
votes
1answer
39 views

Connecting to Oracle DB using C#

I want to connect Oracle Database in .net platform using C# and here is some code _connectionString = "Provider=MSDAORA.1;Data Source=yong;User ID=XXXX;Password=XXXX"; using (OdbcConnection ...
0
votes
1answer
26 views

Make an updatable file to hold the connection string in ASP-Classic

I have an asp file which contains a connectionString to my database. I'm wondering if there is a way to change that information before the user try to log on the system. I named it _conn.asp and it ...
-1
votes
1answer
73 views

“Out of Memory” error when using store procedures

I wrote some services for creating dbs, copying some records among dbs or tables etc, so many db operations. But im dealing with memory problems. One of them: Im getting records with store ...
0
votes
1answer
44 views

How can I export a DataTable to excel using OLEDB or ODBC adapter in c#?

Is it possible to export a DataTable object of .net to an excel sheet using an OLEDB or ODBC adapter? If yes, how? Selina
0
votes
0answers
102 views

Connection fails with “the login is from an untrusted domain”

I have a SQL Server 2008 R2 database which uses Windows authentication and installed on a PC running Windows 7. I want to connect to this database remotely from a MS Access frontend which contains ...
2
votes
1answer
37 views

IBM DB2 JDBC over ODBC: SQLException thrown when running delete on empty table

I'm accessing IBM DB2 datatable available as ODBC datasource, using sun.jdbc.odbc.JdbcOdbcDriver driver. The problem that I've encountered is, when I'm executing DELETE FROM table using ...
0
votes
0answers
135 views

SSRS / MySQL / Stored Procedure with parameters through ODBC

We are using SQL Server 2012 and MySQL 6 and though I can write a SQL statement directly in the Dataset window, I cannot seem to get a MySQL Stored Procedure to work by passing parameters via CALL: ...
1
vote
0answers
43 views

Batch / Bulk insert in R

I am trying to do a batch insert in R using RJDBC. It seems like it inserts 1 row at a time which takes a lot of time. I was wondering if anyone knows of a solution in R to do bulk insert data from ...
0
votes
1answer
51 views

How can I read and create foxpro files on linux?

My C# / Mono application needs to run on linux. I must have the ability to dump a foxpro dbf and to create a new foxpro dbf. Any suggestions for either: 1) odbc for linux designed for Foxpro? or 2) ...
0
votes
0answers
18 views

COMException using ODBC while trying to list “Views” in Codesmith

I have established an ODBC connection to a MySQL Server (ODBC driver version 5.1 by Oracle). The connection test succeeds! If I click to show the TABLES of the database it succeeds as well. Now I am ...
0
votes
1answer
50 views

Shutdown MSSQL server from perl script DBI

I'm writing a perl script in which I've to shutdown my mssql server ,do some operation and then I've to restart it.I know 1 way is to use netstat to stopt the service but I cann't use that. So I tried ...
0
votes
1answer
53 views

SQL ODBC adapter out of memory exeption

I am connecting and receiving data from IBM's I Series AS400 database, using odbc adapters and dataset. I have an odbc connection like given below: OdbcCommand cmd = new OdbcCommand(queryString, ...
0
votes
1answer
33 views

getting this error: Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch

We have a PHP script on our server that generates a batch file that is set to run at a specific time of day in Task Scheduler. The batch file calls a vbs file that contacts several computers through ...

1 2 3 4 5 53