Tagged Questions

0
votes
1answer
14 views

Can I share a single database connection between ODBC and ADO?

Is it possible to have an ODBC connection and an ADO connection share the same underlying SQL Server connection, so that both are using the same SPID? Currently I am using SQLDriverConnect and …
0
votes
0answers
6 views

SQL state S1000 + TNS:Listener

Hi, I am trying to connect to Oracle Server through ODBC driver for Oracle but when testing the connection I am facing the error TNS:Listener does not currently know of service requested in connect …
2
votes
2answers
110 views

Have you ever had this error?

microsoft visual studio opens my table using dataset designer but i cannot open my table using the same connectionstring. my database is DBase IV. and this is the connectionstring …
0
votes
1answer
19 views

CRecordset.Open only retrevies one record!

Here is the code: CDatabase m_db; m_db.OpenEx(_T( "DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=mydb;UID=root;PASSWORD=123123;OPTION=3;"), FALSE ); CRecordset recSet(&m_db); …
0
votes
0answers
8 views

Script to create ODBC connection

I need to deploy some software through SMS/SCCM and the software requires that an ODBC connection be created in Windows. The connection information I was given requires a user name and password. I …
1
vote
4answers
75 views

SQL find next record by non-unique field

I need to find the next record in a database with (say) a given Surname. So if the user is looking at A Smith, the query would return either the Next A Smith, or B Smith the solution is probably …
0
votes
5answers
65 views

what are the various other programs using which i can connect to odbc database besides ms-access.

what are the various other programs using which i can connect to odbc database besides ms-access. i'm talking about programs in which i can run sql queries. i dont want to use ms-access because the …
0
votes
1answer
14 views

ODBC iterate table without storing in memory

Hi, I need to have a way to iterate through a database table without actually storing it in memory anywhere. I want to essentially read through the rows like an input iterator. I've tried using …
1
vote
3answers
91 views

How do I access a SQL Server database from a Perl script in Linux?

I have a Perl script on a Linux (Ubuntu 8.10) machine and I need to write data to a SQL Server Database. I've been trying to use the DBD::ODBC module but I can't get it to connect. Where can I get a …
0
votes
1answer
33 views

Am I opening and closing my ODBC connection incorrectly?

Hello, When connecting to a Sybase ASE database via ODBC using the code below, I'll occasionally get a '[IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed' error. Can this …
0
votes
3answers
66 views

Perl DBD::ODBC Issues with Oracle Date Formats

I am using Perl's DBD::ODBC to connect to an Oracle database. However, an issue arises when I try to execute a select query using a date in the where clause. It seems this issue occurs because of …
0
votes
2answers
36 views

[SQL Server 2005] How to create Linked Server targeting remote ODBC?

I have a WebTrends ODBC source on server1 and a SQL Server 2005 on server2. I want to connect to this ODBC from SQL Server on server2. So far, I managed to connect to this ODBC from SQL Server which …
0
votes
1answer
22 views

Using 4-part naming to do insert to DB2 from SQL Server 2005?

Hello, We're using DB2 9.1 on Linux and SQL Server 2005, and the IBM db2 odbc driver. We have a linked server set up to DB2. From SQL Server, I can do the following: -- I can create the new table …
0
votes
2answers
20 views

Connecting to SOTAMAS90 ODBC ?

How do I connect to Mas90's file using their ODBC that they setup - SOTAMAS90? how do I do this in vb.net ?
0
votes
0answers
15 views

config.cache_classes = true affecting type coercion with RubyDBI

Environment: Rails 2.3.2 DBI 0.4.1 DBD/ODBC 0.2.4 Scenario: I have a Rails app that imports most of it's data from external SQL DBs into the Rails SQL DB via regular batch jobs. Those batch jobs …

1 2 3 4 5 25 next
15 30 50 per page