|
Hello Everybody...
I am developing a client server application for a cross-database system.
I am using Eclipse IDE with Python 2.5 and PyODBC2.5; need to read content from a Lotus Notes database, so run some basic query like - SELECT peronname FROM tablename...
Started by ThreaderSlash on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
When I have interfaced....
Any hints please?
I think it's odd that you want to try accessing Lotus Notes data vie SQL .
The problem still remains to Lotus Notes.
It works fine for MySQL.
I have done the same test using pyodbc, but to MySQL ODBC driver .
Hi again..
|
|
How can we connect a PHP script to MS Access (.mdb) file?
I tried by including following PHP code:
$db_path = $_SERVER['DOCUMENT_ROOT'] . '\WebUpdate\\' . $file_name . '.mdb'; $cfg_dsn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" . $db_path; $odbcconnect...
Started by VarunGupta on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Realpath("./Northwind.mdb").";"; $db_conn->open($connstr); $rS = $db_conn->execute....
<?php $db_conn = new COM("ADODB.Connection"); $connstr = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" .
Here's a sample for a connect and a simple select.. .
|
|
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
Driver={Microsoft dBASE Driver (*.dbf)};collatingsequence=ASCII;dbq=d:\...
Started by Behrooz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The driver is an unmanaged....
Do you have the dBase data sources installed?
Control Panel -> Administrative Tools -> Data Sources (ODBC) System DSN tab (My OS is Windows XP but that's the idea.)
I guess the issue is the 64-bitness of your machine .
|
Ask your Facebook Friends
|
I am on a 64-bit Windows 2008 server. In SSIS I have an ADO.NET Data Flow Item connected to an ODBC connection. Preview works fine. When I execute in DEBUG mode the following exception is thrown:
[ADO NET Source [53]] Error: System.Data.Odbc.OdbcException...
Started by Mike Polen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
|
|
Hi Crowd!
I'm trying to connect to the sql server 2005 database from *NIX machine:
I have the following configuration: Linux 64bit
ruby -v ruby 1.8.6 (2007-09-24 patchlevel 111) [x86_64-linux] important gems: dbd-odbc (0.2.4) dbi (0.4.1) active record...
Started by apetrov on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Are you able to connect via the ODBC tools (either isql or sqsh depending on your version of linux)?
This looks close, and I've gotten the same type of setup to work on Ubuntu 8.04 (with Ruby 1.8.6.) Since this is on Debian, it should be the similar.... .
|
|
On Mon, 10 Nov 2008 18:06:15 +0800, "leezy" <leezy@mcsb.com
Dear all,
I have added a new instance for SQL 2000 SP4 on to one of the node in the
clustered server.
after i have add the second server for fail over, i am getting this error in
the other...
Started by leezy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
> On Tue, 11 Nov 2008 23:55:10 +0800, "Lee Zhi Yuan" <leezy@mcsb.com... .
On Mon, 10 Nov 2008 09:45:02 -0800, RM <RM@discussions.microsoft.com
Did you give new instance its own disks? Can't share disks with other
instances on the cluster .
|
|
On 4 Aug 2009 14:56:01 -0700, "SanJay" <aa@a1.com
Sql Anywhere 10.0.1 3750
OS Server 2008
Framework 3.5.
My app is not able to connect to database. I am getting this error.
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found...
Started by SanJay on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
On 4 Aug 2009 16:09:08 -0700, "Nick Elson [Sybase iAnywhere]" <@nick@.@elson@@sybase@.@com@
Given this is a Driver Manager error, I would assume you
have created a **user** data source but the application
[?OS Server 2008?] is running as a service... .
|
|
Hi,
I am trying to run a Mobilink 11.0.1 server on a Linux box
with an SQL Anywhere 11.0.1 consolidaed database on the same
box.
The database is starting without any problem but I have
problem launching mobiink to connect to the database.
I run mobilink...
Started by Olivier Thomas on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
You can
get around this by adding "Driver=SQL Anywhere 11"
> Olivier On 24 Sep... .
On 24 Sep 2009 07:01:49 -0700, "Kory Hodgson (Sybase iAnywhere)" <khodgson@A_SPAM_FREE_sybase.com
MobiLink expects a DataSource "DSN=" in its connection string .
|
|
On Wed, 29 Jul 2009 09:02:27 +0200, "Carsten Ilwig" <ille7@onlinehome.de
Hallo Peter,
vielen Dank f schnelle Antwort.
Leider funktioniert der dort angegeben Connectionstring bei mir nicht.
Ich bekomme folgende Fehlermeldung beim Aufruf von conn...
Started by Carsten Ilwig on
, 7 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
Du hast die DB jetzt hoffentlich nur zu Testzwecken in dem Verzeichnis? Ein
unbedarfter... .
On Wed, 29 Jul 2009 15:48:09 +0200, Volker Strähle <volker@straehle.com
"Carsten Ilwig" <ille7@onlinehome.denews:eC9hPqBEKHA.4184@TK2MSFTNGP02.phx.gbl.. .
|
|
On Sun, 30 Sep 2007 02:42:25 -0400 (EDT), "Philip M. Gollucci" <pgollucci@p6m7g8.com> wrote:
[take 2]
Nobody has any comments ?
---------- Forwarded message ----------
Date: Wed, 26 Sep 2007 12:19:21 -0400 (EDT)
From: Philip M. Gollucci <...
Answer Snippets (Read the full thread at omgili):
Reports can see BUT
>
> IM002:[Microsoft][ODBC Driver Manger] Data source name not found.
|