From:
<operationsengineer1(at)yahoo(dot)com>
To:
"Petronenko D(dot)S(dot)" <petronenko(at)gmail(dot)com>, pgsql-novice(at)postgresql(dot)org
Cc:
"Petronenko D(dot)S(dot)" <petronenko(at)gmail(dot)com>
Subject:
Re: postgre linkage with non-postgre db
Date:
2006-07-12 18:07:22
Message-ID:
20060712180722.33104.qmail@web33301.mail.mud.yahoo.com (view raw or flat )
Thread:
2006-07-12 16:39:05 from "Petronenko D(dot)S(dot)" <petronenko(at)gmail(dot)com>
2006-07-12 17:39:27 from Michael Fuhr <mike(at)fuhr(dot)org>
2006-07-13 03:42:54 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2006-07-13 04:09:57 from Michael Fuhr <mike(at)fuhr(dot)org>
2006-07-13 08:26:42 from "Andrej Ricnik-Bay" <andrej(dot)groups(at)gmail(dot)com>
2006-07-13 06:26:45 from "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
2006-07-13 16:52:11 from "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
2006-07-13 17:44:20 from Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
2006-07-13 18:22:13 from "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
2006-07-13 18:43:27 from "Magnus Hagander" <mha(at)sollentuna(dot)net>
2006-07-13 18:48:28 from "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
2006-07-13 19:20:41 from Chris Browne <cbbrowne(at)acm(dot)org>
2006-07-13 23:14:22 from "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
2006-07-13 19:18:01 from Chris Browne <cbbrowne(at)acm(dot)org>
2006-07-13 19:20:58 from Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
2006-07-13 19:38:14 from "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
2006-07-13 20:32:11 from "Leif B(dot) Kristensen" <leif(at)solumslekt(dot)org>
2006-07-13 23:15:35 from "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
2006-07-13 20:35:14 from Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
2006-07-13 21:14:14 from <operationsengineer1(at)yahoo(dot)com>
2006-07-13 22:03:07 from Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
2006-07-17 19:27:13 from Bruce Momjian <bruce(at)momjian(dot)us>
2006-07-17 19:34:54 from Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
2006-07-17 20:55:43 from Josh Berkus <josh(at)agliodbs(dot)com>
2006-07-17 21:18:06 from Ned Lilly <ned(at)nedscape(dot)com>
2006-07-18 01:39:28 from Christopher Kings-Lynne <chris(dot)kings-lynne(at)calorieking(dot)com>
2006-07-29 00:37:20 from Jim Nasby <jnasby(at)pervasive(dot)com>
2006-07-23 18:41:27 from "Dawid Kuroczko" <qnex42(at)gmail(dot)com>
2006-07-13 21:29:53 from Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com>
2006-07-13 23:13:02 from "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
2006-07-13 06:58:48 from Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com>
2006-07-13 14:49:14 from Anastasios Hatzis <ahatzis(at)gmx(dot)net>
2006-07-13 17:10:57 from "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
2006-07-13 23:09:31 from Devrim GUNDUZ <devrim(at)commandprompt(dot)com>
2006-07-12 17:46:56 from Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
2006-07-12 18:07:22 from <operationsengineer1(at)yahoo(dot)com>
2006-07-12 19:16:21 from Sean Davis <sdavis2(at)mail(dot)nih(dot)gov>
Lists:
pgsql-advocacy pgsql-novice
> Hello,
>
> Can i get data in postgre from non-postgre db?
> For example, can i link mysql db over odbc
> connection to postgre
> database? So, i will be able to use queries in PG
> like select * from
> table1, where table1 is from mysql db.
>
> Thanks.
>
isn't this the job of the application?
i use php's adodb's db abstraction layer and this kind
of think s/b trivial.
you need the connection information for both
databases, of course.
you just make a call to a db and pass all the
connection information. of course, the syntax of the
call and the connection information will be different
(some could be the same, like password, but you know
what i mean).
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
In response to
pgsql-novice by date
Next :From: Sean DavisDate: 2006-07-12 19:16:21
Subject : Re: postgre linkage with non-postgre db
Previous :From : operationsengineer1Date : 2006-07-12 18:02:15
Subject : Re: Installer errors on WinXP SP2
pgsql-advocacy by date
Next :From: Sean DavisDate: 2006-07-12 19:16:21
Subject : Re: postgre linkage with non-postgre db
Previous :From : Richard Broersma JrDate : 2006-07-12 17:46:56
Subject : Re: postgre linkage with non-postgre db