0
votes
1answer
21 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
15 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 ...
1
vote
1answer
30 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
2answers
62 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 ...
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 ...
1
vote
2answers
84 views

Creating DB2 table in SAS adds missing values

I ran into this problem when I tried to upload a list of members to our DB2 server, and have created a minimal example to explain the problem. In order to join locally-created data tables from SAS ...
0
votes
1answer
70 views

System.Transactions.Diagnostics.DiagnosticTrace threw an exception

Can someone please look into this and help me out.................. I recently developed a VB.NET utility for extracting data from a DB2 table and populating an HTML report format. I am using ...
1
vote
0answers
52 views

PHP alternative to mysql_data_seek for ODBC

I am converting a PHP-mySQL application to a PHP-ODBC application. ie getting the database migrated from mysql to DB2. While using mysql i used mysql_data_seek function so as to reset the recordset ...
1
vote
1answer
52 views

DB2 Parameter binding for literal comparisons

I've got SQL for DB2 of the following abbreviated format: Select ... From ... Where ... ((COL1 IS NULL) And ('' = ?)) ... Order By ... The rough purpose of this SQL is to return Null records if the ...
0
votes
1answer
238 views

How to install DB2 ODBC or OLEDB Driver

I have already installed IBM DB2 Database Express on Windows 7 Pro. Now, I would like to create my C# code in order to select/insert/update records in DB2 tables. I spend the whole day searching ...
0
votes
0answers
53 views

Mac universal database connectivity / ODBC Framework? [closed]

I'm writing a Mac database program. Is there a good open source database Framework that I could use? iODBC seems to fit the bill, but there are many stories here on Stackoverflow about it failing, and ...
0
votes
1answer
97 views

Establishing connection to DB2 takes time when application is run as service

Connecting to DB2 from my Scala-app on top of Jetty work fine (1-2 seconds) when I run the app in console,by starting jetty manually "java -jar start.jar". However, when I start Jetty as a service, ...
0
votes
1answer
145 views

How to find the cause for the error: Provider error '8000ffff' Catastrophic failure DB2 V10

Somebody can help me to find the cause for the error: Provider error '8000ffff' Catastrophic failure In DB2 Server version 10.1.0.2? The ASP code showed below works fine with DB2 Connect version ...
2
votes
1answer
79 views

Limiting Returns by Day with SQL DB2

I am trying to run a report that will only return results between the previous day and the first day of the week. I have tried accomplishing this a couple of different ways, and so far have been ...
1
vote
2answers
287 views

SQL0802 - Data Conversion or Data Mapping Error

I'm am trying to write a query that calculates some numbers on the servers side, rather than after the data is pulled. I keep getting the SQL0802 error. I have tried a regular Sum as well as Double ...
1
vote
3answers
73 views

Top percentage of rows using SQL DB for i

I am trying to get a return that gives me the top 80% of the values returned. Using SQL DB for i the TOP clause will not work. I have seen some examples of using Count() in a nested select ...
0
votes
0answers
619 views

SQLExecute( ) Fails with SQLSTATE=42601, SQL Error -104

[Resolved] I am trying to learn ODBC/CLI Programming so please bear with me if this appears silly, but I am not able to resolve an apparently simple issue. I have posted the relevant portions of the ...
0
votes
0answers
191 views

pyodbc is very slow

I am accessing a db2 (9.7) server running on the same network as my computer using python 2.7 and pyodbc 3.0.6. The following is a very stripped down example of something similar to what i am trying ...
2
votes
2answers
496 views

Error while updating DB2 Database table on AS/400 using Business Objects Data Integrator 11.7

we need to update records in DB2 database table on AS/400 using Business Objects Data Integrator 11.7. Data integrator Designer version is 11.7.3 Drivers installed are iSeries ACCESS ODBC Driver ...
2
votes
2answers
1k views

C# - Insert Multiple Records at once to AS400

I have a problem like this: 1. I retrieve data from MySQL using C# ASP .Net. -- done -- 2. All data from no.1 will be inserted into table on AS400. -- I got an error on this step -- Error message says ...
0
votes
0answers
67 views

Exception in Jdbcodbcfinalize()

Hi I have a java program which connect to db2 using jdbc:db2:databasename userid and password. However when I am running my program it is throwing following exception in finalizer. ...
0
votes
1answer
70 views

Start sql ODBC driver- Displays database names as garbled text

I am using windows xp machine with defined ODBC connection for a DB2 database using star sql odbc driver. When ever I tried to access the databases using the connection the crystal reports menu ...
0
votes
1answer
256 views

MS Access Export via ODBC to Specific DB2 Schema

I am trying to export a table from MS Access (2007) to DB2 (9.7 LUW) using ODBC. I can do this, as long as I export the table into my own schema. However, I would like to export the table to another ...
1
vote
1answer
226 views

Datetime field overflow with IBM Data Server Client v9.7fp5

Using EntityFramework v4.1 and IBM Data Server Client v9.7fp5, DB first generated code based on a pre-defined DB2 table which has DATE columns. The DB2 DATE columns are mapped to .NET DateTime data ...
0
votes
1answer
203 views

Lotus Notes Domino ODBC Connections on Windows Server

I am a Domino/Notes programmer just started to write LS scripts to other external DataBases. Question 1. I've got one ODBC connection on the Domino server to a DB2 AS400 server. 2. I require access ...
0
votes
1answer
238 views

Input string was not in a correct format. at System.Number.ParseDecimal DB2. Executedataset

I am getting this exception when I try to executedataset in a db2 server. The weirdest thing is that the Unit Test code doesnt throw the exception, but when I try to call it from the webpage with the ...
0
votes
2answers
567 views

No suitable driver found error for odbc, db2

I'm trying to connect to a remote database using the following java code, but I get an error saying no suitable driver found. DriverManager.getConnection("odbc:db2://url:port/dbname"); ...
1
vote
1answer
599 views

How do I parameterize a DB2 ODBC query using C#?

I have a problem trying to parameterize some "dynamic" SQL build in an existing C# class used by an ASP app. The environment is: Win Server 2008 .NET 3.0 C# DB2 9.x ([IBM][CLI Driver][DB2]) ...
0
votes
1answer
253 views

Overflow exception when reading DB2 through ODBC

I'm reading a DB2 database in C# using ODBC, and getting an overflow when trying to access that data from a DataReader. I think the issue is that the DB2 client is not set to report the data types ...
0
votes
1answer
1k views

ODBC connection failed to DB2 instance with PHP 5.3.6-13ubuntu3.6

I have installed DB2 Express-C V9.7, unixODBC php5-odbc and iSerie-5.4.0-1.6 Drivers for Linux but when i try to connect to the DB2 server php return me this message : [unixODBC][IBM][iSeries Access ...
0
votes
3answers
2k views

ODBC Connection with IBM DB2 using PHP 5.1.6

I'm using CentOS release 5.6 (Final) with PHP 5.1.6 (cli) (built: Feb 2 2012 18:24:47). I need to connect with a DB2 database server in same local network. Db2 version is V5R3. I have installed ...
0
votes
1answer
204 views

How to define the calling program when using Iseries ODBC?

Is there a way to define the calling 'program name' when using the Iseries ODBC driver? When I run a command against our AS400 using the Iseries Access ODBC driver, the calling program in the call ...
3
votes
1answer
2k views

Excel to IBM DB2 Connection

I've been attempting to establish a connection with an IBM DB2 database with which I can extract the data. The details I have are: Server Name Data Library Username/Password. I've tried two ...
0
votes
1answer
480 views

db2admin does not have the privilege to grant option?

I am using db2 9.7.2 (express) version. Trying to connect the db2 via ODBC to MS Office 2007. connection all worked well but when try to open table from access error saying db2admin user does not have ...
1
vote
3answers
192 views

Combine 2 SQL queries

I'm stuck on a SQL issue, I'm almost sure it's all easy but I can't find a proper answer. Below here is the example. I want to combine those 2 queries : SELECT num_rata, SUM(val_imp*0.01) AS ...
0
votes
1answer
159 views

OdbcCommand.ExecuteReader Hangs When using IBM Data Server Driver for ODBC and CLI (CLI Driver) in .Net

I'm running into an issue when trying to use the IBM Data Server Driver for ODBC and CLI (CLI Driver) in .net. I've created a simple little test application which calls out to a DB2 database a ...
2
votes
1answer
638 views

How can I create a schema alias in DB2 on System z?

Part of a reporting toolkit we use for our development is configured to always use the same schema (say XYZZY). However, certain customers have stored their data in a different schema PLUGH. Is there ...
0
votes
2answers
267 views

Dual values returned after SELECT using PHP and PDO with DB2 over ODBC

I am having a weird issue with PDO when I query a DB2 database using ODBC. I am using PHP 5.3.8 compiled using DB2 Express-C V9.7. The result set always returns dual values for each column. Here's the ...
0
votes
2answers
547 views

Can not retrieve data from a ODBC connection to DB2 iSeries

I've been trying to connect to a DB2 database on AS/400 for days! After I installed the IBM System i Access for Windows client I could create an ODBC data source from visual studio and when I click ...
1
vote
1answer
1k views

DB2 connection string problem

I have the following code: import pyodbc cnxn = pyodbc.connect('DRIVER={IBM DB2 ODBC DRIVER};DATABASE=TDB2;UID=username;PWD=password') I get the error message SQLSTATE=42705, which means that it ...
2
votes
4answers
617 views

How to use IBM_DB with older versions of DB2?

I want to connect Python to DB2 version 9.1 using IBM DB2 ODBC Driver. Following is my code to connect Python to DB2. This program is working in the later versions of IBM DB2. import ibm_db conn = ...
0
votes
0answers
512 views

error odbc when opening connection using nhibernate to db2

Getting the error when using Nhibernate and DB2 database using asp.net webforms ERROR [IM003] Specified driver could not be loaded due to system error 127 (IBM DB2 ODBC DRIVER) XML: ...
3
votes
3answers
2k views

PHP/Linux to AS/400-db2

I am trying to get php on Linux Centos server access as/400 (iSeries) db2 database. I am using this IBM guide as much as possible, (though we could not get GUI configuration utility working.) ...
3
votes
2answers
3k views

SQL0666 - SQL query exceeds specified time limit or storage limit

Periodically, I get this error message while making a call to a DB2 database using the Odbc connection string. I have tried setting the CommandTimeout of the DbCommand object to multiple values, but I ...
2
votes
2answers
2k views

ODBC and DB2 stored procedures from C#: Routine not found

I seem have come across a short coming with ODBC and DB2 when running stored procedures. It seems that it is not possible to return data from a stored procedure, and I have a prexisting query that I ...
2
votes
1answer
764 views

C#: DB2 test available connection first

I have a C# .NET program running an ETL which connects to a DB2 database. Sometimes this database is down, so I'd like to do a health check at the beginning of the application to see if the database ...
1
vote
1answer
1k views

Connect MS Access to remote DB2 database without installing DB2 locally

I've found instructions on how to connect MS Access as a front-end to a DB2 database, but it appears that installing DB2 locally is a prerequisite (so that you have the DB2 ODBC driver). But I don't ...
0
votes
1answer
549 views

Can't run stored proc from ODBC with multiple output parameters

I'm having trouble executing a stored procedure in ODBC to a DB2 database where a stored procedure has multiple input and output params. If I specify only in input params in the call statement with ? ...
1
vote
0answers
630 views

ODBC Connection to DB2 Hangs

I have a function I use to send write queries to DB2 through ODBC, and it gets hung up in this function from time to time if I lose my connection to DB2. I am sending 60 as my timeout to the function, ...
1
vote
5answers
1k views

C# ODBCDataReader reading null data and null date values

I'm reading a record from a DB2 database via ODBC connection. The data is populated into an ODBCDataReader. As I'm going through my foreach loop I'm running into problems trying to parse the ...

1 2