ODBC Questions and Answers

Recent IT Questions

1 - 20 of 58
<<PREVIOUS 1|2|3 NEXT>>

How do I fetch synonym names with the SQLTables function in ODBC API?

Can somebody please explain how to fetch synonym names with the SQLTables function in ODBC API. I currently use the DSN created with SQL Native Client 10 and SQL Server 2005. My code is as follows:</p><p>ret = SQLTables(stmt, NULL, 0, NULL, 0, NULL, 0,...

Answer Question   |  Nov 10 2009  9:40 PM GMT
SQL tables, ODBC
asked by SQL Server Ask the Experts

  2445 pts.

General ODBC Error - Why

I get an gernal ODBC error when running the below code. It looks like the sqlt is too long, but how can I get it to work as I need the query to be dynamic based on date. sqlt = "SELECT SCHED_TASK_EXEC.TASK_ID, SCHED_TASK_EXEC.TASK_TYPE, SCHED_TASK_EXEC.EXEC_TIME, SCHED_TASK_EXEC.END_TIME,...

Answer Question   |  Sep 30 2009  4:54 PM GMT
ODBC Errors, ODBC, SQL
asked by ITKE

  10180 pts.

Oracle ODBC Windows Server 2003 scheduling issue

I have a win 2k3 server running an MS Access odbc application that automatically links to an oracle database using the Oracle Instant client. The problem is that it runs fine when run from the Servers console as a local machine user, but fails when run from the windows at.exe scheduler. It seems...

Answer Question   |  Sep 14 2009  3:45 PM GMT
Windows Server 2003, Windows server, Oracle Database
asked by Ttstudio

  45 pts.

odbc error while generating crystal reports

Crystal reports are not getting generated with odbc error. After the upgradation of rational tools from SQL to DB2 version, refreshing crystal reports template is not fetching data and end with ODBC Error. What could be the reason for this? Is any settings needed for this upgradation?

Answer Question   |  Sep 10 2009  10:28 AM GMT
Crystal Reports 8.5, ODBC, Crystal Reports
asked by Createhandle01

  5 pts.

Migrating C code db acess from sybase to sql server 2005 - newbie

I have to change the db access from a sybase to a sql server 2005 in a c program (i have to keep the C code) I have read lots of technical articles but i'm a bit confused ... with ODBC and the use of sqlcli.h i write a simple C code that access the sql server db but i think it is not the better...

Answer Question   |  Aug 25 2009  7:49 AM GMT
SQL Server 2005, C programming, Sybase
asked by 094959

  5 pts.

Crystal 8 & SQL problem

I created 80+ reports for the company intranet and they worked great. At the time the ODBC's were set up for a general SQL connection of sa/blank password. Now the connection connects via windows login/password. The reports have stopped working. I rebuilt one from scratch and put in on the intranet...

Answer Question   |  Aug 5 2009  2:19 PM GMT
Crystal Reports 8, SQL, Crystal Reports
asked by Virtualfrankdotcom

  20 pts.

view data from ODBC to Crystal Reports

i am using Crystal Reports 10 to display data from ODBC. The error "Failed to open rowset. Details:HY000:[UVODBC][1401030] ERROR ID:46 Severity: ERROR Facility: DBCAPERR-UCI.Error. Func: SQLPrepare(DML);State:S1000;Universecode:950088; MSg:[SQL Client][Universe]universe/sql syntax error.unexpected...

Answer Question   |  Jul 29 2009  7:14 AM GMT
Crystal Reports 10, ODBC, Crystal Reports
asked by Sryn

  5 pts.

SQL server as data source for OBI EE

hi everyone,i have been using OBI EE for the past 2 months.I have been using Oracle 10g database as a data source for OBI EE and it worked just fine and now im trying to use SQL server 2005 as my data source. My ODBC was succesful and i can import from that database but i get following errors when...

Answer Question   |  Jul 24 2009  9:35 AM GMT
OBI EE, SQL Server 2005, ODBC
asked by NewIT

  5 pts.

Difference between ODBC and JDBC?

I'm writing a java application. In short, this application needs to connect to DB2 on an AS/400 for some SQL data. I cannot find a straightforward comparison of ODBC and JDBC. Do any of you know where I can find one? Or, have any of you done java programming with the intent to connect to AS/400...

View Answer   |  Jun 18 2009  1:49 PM GMT
DB2, AS/400, SQL
asked by Schmidtw

  10885 pts.

odbc as/400 connect to mysql

I am trying to figure out how to get data from the as/400 into mysql

View Answer   |  Apr 27 2009  4:49 PM GMT
ODBC, AS/400 Client Access, MySQL
asked by Sunnyday

  25 pts.

Can't create ODBC connection to sql 2005 instance

I have a server 2003 two node cluster with SQL 2005 installed. The orginal instance is working fine and there is no connection problem. I have created a second instance and can connect with the SQL Management Studio. When i try to create a ODBC connection from my client os both XP and VISTA both...

asked by Therockatmsu

  15 pts.

ODBC Connection to iSeries

Hi, My company has just upgraded to V6RM0 of iSries and I have had problems connecting to the new server through ODBC using Crystal Reports or SQL server DTS. The packages I already had set up are still functioning and I can get a connection OK, but whern I try to create a new package I get an a...

asked by MBell

  40 pts.

How to connect Oracle 9i to Visual Basic by ODBC?

how to connect oracle9i to vb6 by odbc? plese provide me code also?

View Answer   |  Mar 28 2009  12:45 AM GMT
ODBC, Oracle 9i, Visual Basic 6
asked by Rk9040

  5 pts.

How to export data from AS/400 in Excel

Hi everyone, I would like to know how to in a step by step process export date from AS/400 iseries into an Excel workbook. The purpose is to gather the data from AS/400, export it to Excel, then filter the data for specific info, then import that to another Excel workbook. A basic inventory...

View Answer   |  Mar 26 2009  2:02 PM GMT
AS/400, ODBC, iSeries Access
asked by Itriconewbie

  5 pts.

Sybase to SQL Server via linkserver

I have set up a SQL link server between an SQLserver 2005 on a W2003 R2 and a SYBASE 12.5.0.2 server on a IBM AIX H70 system. I use the Sybase ODBC driver 04.20.00.67 The problem is than most of the times (there is no pattern ) when I select rows from a Sybase table I get ONLY ONE ROW without any...

View Answer   |  Mar 26 2009  9:27 AM GMT
Sybase 12.5.0.2, SQL Server 2005, Linked Server
asked by Seat

  15 pts.

Accessing AS/400 DB2 physical files with Java

Hello All, We have one JDE Word Writer program, which export the order master data in the DB2/400 Physical files. We want to access this data from our java program (reside on windows platform). I am wondering how we can do that. I got one hint that can be accessed by ODBC connection. But I am...

View Answer   |  Mar 17 2009  7:00 AM GMT
DB2/400, Physical File, Java/400
asked by GeethaNatarjan

  15 pts.

Connection failure using dotnet 1.0 and Oracle client 10g with Oracle 10g server

Hi, I have application developed on dotnet 1.0 ( VS 2003) and Oracle 10g server. Client machine has windows XP ( sp2), Oracle client 10g, Oracle.net, mdac 2.6. ODBC connection is sucessful and using toad also i can connect client machine to server but using ditnet application (...

View Answer   |  Mar 12 2009  6:04 PM GMT
Oracle 10g, .NET 1.0, .NET 2003
asked by Mkb

  20 pts.

How to block AS/400 users from using WinSQL

How can I block AS/400 users to modify data using WinSQL from the PC? Already I have some users that have insalled into their PCs iSeries Access and WinSQL, they run WinSQL that uses an ODBC to change data using SQL sentences. *** WinSQL is universal database management tool that can be used with...

View Answer   |  Feb 8 2009  6:40 AM GMT
AS/400 user permissions, WinSQL, ODBC
asked by Maguito

  5 pts.

Configuring a SQL Server to optimize for best performance

We are running SQL Server 2005 on Windows Server 2003 R2 Enterprise Edition x64 SP2. These are Dell 2950 servers with 16 GB of RAM, and they are dedicated to SQL Server. We are mainly performing large database migrations utilizing SSMA and ODBC from Sybase. How can we configure Windows and/or SQL...

asked by SQL Server Ask the Experts

  2445 pts.

Crystal Reports OBDC (Oracle)

I created an OBDC on the client to link into the Oracle server, and using it in Crystal report, I can only see the system tables, but not the database table. Using the same obdc in Access application, I can see and am able to link all the tables. Do anyone know why is that I can't see the...

View Answer   |  Feb 1 2009  11:06 PM GMT
ODBC, Oracle connectivity, Crystal Reports
asked by Askme

  5 pts.

1 - 20 of 58
<<PREVIOUS 1|2|3 NEXT>>