From owner-freebsd-database Tue Jun 9 05:45:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA10107 for freebsd-database-outgoing; Tue, 9 Jun 1998 05:45:32 -0700 (PDT) (envelope-from owner-freebsd-database@FreeBSD.ORG) Received: from adinet.com.uy (suncueva.adinet.com.uy [206.99.44.241]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA10078 for ; Tue, 9 Jun 1998 05:45:28 -0700 (PDT) (envelope-from ang@adinet.com.uy) Received: from angelo by adinet.com.uy (SMI-8.6/SMI-SVR4) id JAA11395; Tue, 9 Jun 1998 09:37:09 +0300 Message-ID: <357D2F23.33B4D6A4@adinet.com.uy> Date: Tue, 09 Jun 1998 09:48:35 -0300 From: Angelo Nardone X-Mailer: Mozilla 4.01 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-database@FreeBSD.ORG Subject: SQL server, Oracle X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk I need to make a query to an Oracle (NT) server, and a SQL server from a process runing in FreeBSD. Do anybody know how ? Thanks. Angelo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Tue Jun 9 06:40:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA23124 for freebsd-database-outgoing; Tue, 9 Jun 1998 06:40:56 -0700 (PDT) (envelope-from owner-freebsd-database@FreeBSD.ORG) Received: from news.IAEhv.nl (root@news.IAEhv.nl [194.151.64.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA23013 for ; Tue, 9 Jun 1998 06:40:24 -0700 (PDT) (envelope-from marc@bowtie.nl) Received: from LOCAL (uucp@localhost) by news.IAEhv.nl (8.8.8/1.63) with IAEhv.nl; pid 19078 on Tue, 9 Jun 1998 13:38:25 GMT; id NAA19078 efrom: marc@bowtie.nl; eto: UNKNOWN Received: from localhost (localhost [127.0.0.1]) by nietzsche.intra.bowtie.nl (8.8.8/8.8.8) with ESMTP id PAA08421; Tue, 9 Jun 1998 15:35:59 +0200 (CEST) (envelope-from marc@bowtie.nl) Message-Id: <199806091335.PAA08421@nietzsche.intra.bowtie.nl> X-Mailer: exmh version 2.0.2 2/24/98 To: Angelo Nardone cc: freebsd-database@FreeBSD.ORG Subject: Re: SQL server, Oracle In-reply-to: ang's message of Tue, 09 Jun 1998 09:48:35 -0300. <357D2F23.33B4D6A4@adinet.com.uy> Reply-to: marc@bowtie.nl Date: Tue, 09 Jun 1998 15:35:58 +0200 From: Marc van Kempen Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk > I need to make a query to an Oracle (NT) server, and a SQL server from a > process > runing in FreeBSD. > Do anybody know how ? > Thanks. > Angelo > > I believe Oracle (or was it another DBMS vendor) has made a client library available for Linux. If you use the crossdevelopment package you should be able to create a program that can talk to the Oracle server. It will be a Linux binary however.... I don't seem to be able to find it right now. Marc. ---------------------------------------------------- Marc van Kempen BowTie Technology Email: marc@bowtie.nl WWW & Databases tel. +31 40 2 43 20 65 fax. +31 40 2 44 21 86 http://www.bowtie.nl ---------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Tue Jun 9 07:33:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05729 for freebsd-database-outgoing; Tue, 9 Jun 1998 07:33:41 -0700 (PDT) (envelope-from owner-freebsd-database@FreeBSD.ORG) Received: from gryphon.darlington.ac.uk ([194.66.96.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id HAA05709 for ; Tue, 9 Jun 1998 07:33:35 -0700 (PDT) (envelope-from JLeaver@darlington.ac.uk) Received: (from gproxy@localhost) by gryphon.darlington.ac.uk (950413.SGI.8.6.12/950213.SGI.AUTOCF) id PAA21053 for ; Tue, 9 Jun 1998 15:34:30 +0100 Received: from sta_mail1.darlington.ac.uk(194.66.101.3) by gryphon.darlington.ac.uk via smap (3.2) id xma021033; Tue, 9 Jun 98 15:34:28 +0100 Received: by sta_mail1.darlington.ac.uk with Internet Mail Service (5.0.1460.8) id ; Tue, 9 Jun 1998 15:33:05 +0100 Message-ID: <6FF6E6D03CB1D11196870000929B78D10C92D3@sta_mail1.darlington.ac.uk> From: Jonathan Leaver To: "'freebsd-database@freebsd.org'" Subject: RE: SQL server, Oracle Date: Tue, 9 Jun 1998 15:33:04 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk Not a great solution...... I Recall someone running Oracle under FreeBSD via SCO binaries running under a Linux Emulator..... *IF* this little setup worked one could use Oracle's Distributed Database option or whatever they call it to run a query in SQL*PLUS on the FreeBSD machine which selects/inserts/deletes data on the NT Box via SQL*NET....... Come to think of it you'd have to use the Distributed Option.... Maybe I'm Wrong, J. -----Original Message----- From: Marc van Kempen [SMTP:marc@bowtie.nl] Sent: 09 June 1998 14:36 To: Angelo Nardone Cc: freebsd-database@FreeBSD.ORG Subject: Re: SQL server, Oracle > I need to make a query to an Oracle (NT) server, and a SQL server from a > process > runing in FreeBSD. > Do anybody know how ? > Thanks. > Angelo > > I believe Oracle (or was it another DBMS vendor) has made a client library available for Linux. If you use the crossdevelopment package you should be able to create a program that can talk to the Oracle server. It will be a Linux binary however.... I don't seem to be able to find it right now. Marc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Tue Jun 9 08:42:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA21916 for freebsd-database-outgoing; Tue, 9 Jun 1998 08:42:42 -0700 (PDT) (envelope-from owner-freebsd-database@FreeBSD.ORG) Received: from talon.anteon.com ([38.181.219.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA21823 for ; Tue, 9 Jun 1998 08:42:17 -0700 (PDT) (envelope-from rhughes@anteon.com) From: rhughes@anteon.com Received: from talon.anteon.com (root@localhost) by talon.anteon.com (8.7.5/8.7.3) with ESMTP id LAA05723 for ; Tue, 9 Jun 1998 11:43:36 -0400 (EDT) Received: from spectrum.anteon.com (spectrum.anteon.com [172.30.104.223]) by talon.anteon.com (8.7.5/8.7.3) with SMTP id LAA05719 for ; Tue, 9 Jun 1998 11:43:35 -0400 (EDT) Received: from ffx.anteon.com by spectrum.anteon.com (5.x/SMI-SVR4) id AA08022; Tue, 9 Jun 1998 11:49:53 -0400 Received: from ccMail by ffx.anteon.com (ccMail Link to SMTP R6.00.01) id AA897407151; Tue, 09 Jun 98 11:46:01 -0500 Message-Id: <9806098974.AA897407151@ffx.anteon.com> X-Mailer: ccMail Link to SMTP R6.00.01 Date: Tue, 09 Jun 98 10:21:05 -0500 To: Cc: Subject: RE: SQL server, Oracle Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="simple boundary" Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk --simple boundary Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Oracle has released a native JDBC class that works very well. You might be able to write a short Java script to do the query and write the results to a file or just write your entire process in Java. -----Original Message----- From: Sent: Tuesday, June 09, 1998 3:36 PM To: Angelo Nardone Cc: freebsd-database@FreeBSD.ORG Subject: Re: SQL server, Oracle > I need to make a query to an Oracle (NT) server, and a SQL server from a > process > runing in FreeBSD. > Do anybody know how ? > Thanks. > Angelo > > --simple boundary Content-Type: application/octet-stream; name="TNF5015.TMP" Content-Transfer-Encoding: x-uuencode begin 644 TNF5015.TMP M>)\^(J\!`0:0"``$```````!``$``0>0!@`(````Y`0```````#H``$(@`<` M&````$E032Y-:6-R;W-O9G0@36%I;"Y.;W1E`#$(`0V`!``"`````@`"``$$ M@`$`&````%)%.B!344P@2P@2G5N92`P.2P@,3DY."`S.C,V(%!- M#0I4;SH)06YG96QO($YA2!T;R!A;B!/6)O9'D@:VYO=R!H;W<@/PT*/B!4:&%N:W,N#0H^("`@("`@("`@06YG M96QO#0H^(`T*/B`-"@"XM@$@@`,`#@```,X'!@`)``H`$@`A``(`(P$!"8`! M`"$````P0CE!.#%#-S9%1D9$,3$Q.48U1#`P-C`P.$$X1C$R1@`[!P$#D`8` M@`4``!\````+``(``0````L`(P```````P`F```````+`"D```````,`+@`` M`````P`V``````!``#D`@.?=-+J3O0$>`'```0```!@```!213H@4U%,('-E M1D@%R!L+B`@64$( M8"!M:6=H!4!B9Q:P`:`6H71O&2`%$'0Q&P$@9(L&"!U;A:P,#DN0(`Q.3DX(#,Z M)"!((%!-+'=4;RK707<53XL=T-CURK7`U`)X&(N`"TN$`&1#1=10"J0">!"4T0NB$]21RQX=6)J).&1 M*M=293H&`%%,'!#_!)`9D2Y`%F4G3RA:)`0+MOLB\RQ021>P">`7@!MQ`,`^ M:QOB'>0?H@.@%F4H3OQ4*3@7'D(7H#?H-$$#<&\7D#NV(>4[MG(N<`N`9U M`"F`""`&``````#`````````1@`````WA0```0````$`````````'@`J@`@@ M!@``````P````````$8`````.(4```$````!`````````!X`/0`!````!0`` 3`%)%.B```````P`--/TW``!A.@`` end --simple boundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Tue Jun 9 09:21:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02609 for freebsd-database-outgoing; Tue, 9 Jun 1998 09:21:57 -0700 (PDT) (envelope-from owner-freebsd-database@FreeBSD.ORG) Received: from isbalham.ist.co.uk (isbalham.ist.co.uk [192.31.26.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02577 for ; Tue, 9 Jun 1998 09:21:39 -0700 (PDT) (envelope-from rb@gid.co.uk) Received: from gid.co.uk (uucp@localhost) by isbalham.ist.co.uk (8.8.7/8.8.7) with UUCP id RAA17797; Tue, 9 Jun 1998 17:20:21 +0100 (BST) (envelope-from rb@gid.co.uk) Received: from [194.32.164.2] by seagoon.gid.co.uk; Tue, 9 Jun 1998 17:11:25 +0100 (BST) X-Sender: rb@194.32.164.1 Message-Id: In-Reply-To: <357D2F23.33B4D6A4@adinet.com.uy> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 9 Jun 1998 17:18:02 +0100 To: Angelo Nardone From: Bob Bishop Subject: Re: SQL server, Oracle Cc: freebsd-database@FreeBSD.ORG Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk Hi, At 9:48 am -0300 9/6/98, Angelo Nardone wrote: >I need to make a query to an Oracle (NT) server, and a SQL server from a >process >runing in FreeBSD. >Do anybody know how ? You probably need to look at an ODBC client, maybe something like iODBC. -- Bob Bishop (0118) 977 4017 international code +44 118 rb@gid.co.uk fax (0118) 989 4254 between 0800 and 1800 UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Tue Jun 9 10:27:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA17174 for freebsd-database-outgoing; Tue, 9 Jun 1998 10:27:02 -0700 (PDT) (envelope-from owner-freebsd-database@FreeBSD.ORG) Received: from bangkok.office.cdsnet.net (bangkok.office.cdsnet.net [204.118.245.23]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA17165 for ; Tue, 9 Jun 1998 10:27:00 -0700 (PDT) (envelope-from cts@bangkok.office.cdsnet.net) Received: (from cts@localhost) by bangkok.office.cdsnet.net (8.8.8/8.8.5) id KAA02592; Tue, 9 Jun 1998 10:26:34 -0700 (PDT) Date: Tue, 9 Jun 1998 10:26:34 -0700 (PDT) Message-Id: <199806091726.KAA02592@bangkok.office.cdsnet.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Craig Spannring To: Angelo Nardone Cc: freebsd-database@FreeBSD.ORG Subject: TDDS? Was Re: SQL server, Oracle In-Reply-To: <357D2F23.33B4D6A4@adinet.com.uy> References: <357D2F23.33B4D6A4@adinet.com.uy> X-Mailer: VM 6.31 under Emacs 20.2.1 Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk Angelo Nardone writes: > I need to make a query to an Oracle (NT) server, and a SQL server from a > process > runing in FreeBSD. > Do anybody know how ? I don't know about Oracle, but I have some programs running on FreeBSD that access a MS SQLServer database. Please don't judge me to harshly but what I'm doing right now is running a Java RMI server on an NT machine. The program I have on the FreeBSD side is a Java application that connects to the ODBC-JDBC bridge via the RMI server on the NT box. It ain't pretty, but it works. There are also a few companies that have JDBC drivers that can talk to SQLServer. Ideally I would like to write a library to access the SQLServer (and Sybase) via the Tabular Data Stream (TDS) protocol, but TDS is undocumented, proprietary, confidential and the people that know anything about it have been sworn to secrecy upon pain of death. I've looked at a few packet dumps of what SQLServer sends over the wire. It looks pretty simple if someone wanted to reverse engineer it. -- ======================================================================= Life is short. | Craig Spannring Ski hard, Bike fast. | cts@internetcds.com --------------------------------+------------------------------------ Any sufficiently perverted technology is indistinguishable from Perl. ======================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Tue Jun 9 11:28:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01941 for freebsd-database-outgoing; Tue, 9 Jun 1998 11:28:18 -0700 (PDT) (envelope-from owner-freebsd-database@FreeBSD.ORG) Received: from mail.atipa.com (altrox.atipa.com [208.128.22.34]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA01851 for ; Tue, 9 Jun 1998 11:28:00 -0700 (PDT) (envelope-from freebsd@atipa.com) Received: (qmail 4131 invoked by uid 1017); 9 Jun 1998 17:24:53 -0000 Date: Tue, 9 Jun 1998 11:24:53 -0600 (MDT) From: Atipa To: Angelo Nardone cc: freebsd-database@FreeBSD.ORG Subject: Re: SQL server, Oracle In-Reply-To: <357D2F23.33B4D6A4@adinet.com.uy> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk On Tue, 9 Jun 1998, Angelo Nardone wrote: > I need to make a query to an Oracle (NT) server, and a SQL server from a > process runing in FreeBSD. > Do anybody know how ? > Thanks. > Angelo Well, you'll need a driver, from Oracle, etc., and a driver manager. You can use generic ODBC stuff and the iodbc driver manager, but you may run into problems w/o vendor supplied libraries to link against. Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Tue Jun 9 19:12:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA25762 for freebsd-database-outgoing; Tue, 9 Jun 1998 19:12:39 -0700 (PDT) (envelope-from owner-freebsd-database@FreeBSD.ORG) Received: from bamboo.verinet.com (root@bamboo.verinet.com [204.144.246.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA25754 for ; Tue, 9 Jun 1998 19:12:37 -0700 (PDT) (envelope-from allenc@verinet.com) Received: from const. (willow8.verinet.com [199.45.181.40]) by bamboo.verinet.com (8.8.8/8.7.1) with ESMTP id UAA07349; Tue, 9 Jun 1998 20:12:29 -0600 Received: (from allenc@localhost) by const. (8.8.8/8.8.8) id UAA24732; Tue, 9 Jun 1998 20:13:05 -0600 (MDT) (envelope-from allenc) Date: Tue, 9 Jun 1998 20:13:05 -0600 (MDT) From: allen campbell Message-Id: <199806100213.UAA24732@const.> To: ang@adinet.com.uy, freebsd-database@FreeBSD.ORG Subject: Re: SQL server, Oracle In-Reply-To: <357D2F23.33B4D6A4@adinet.com.uy> Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk > I need to make a query to an Oracle (NT) server, and a SQL server from a > process > runing in FreeBSD. > Do anybody know how ? Get the Oracle Java 'thin' client. It basically implements SQL*NET in Java. You may download it from www.oracle.com. I don't do SQL server, sorry. -- Allen Campbell allenc@verinet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Wed Jun 10 06:04:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA23163 for freebsd-database-outgoing; Wed, 10 Jun 1998 06:04:57 -0700 (PDT) (envelope-from owner-freebsd-database@FreeBSD.ORG) Received: from kf0yn.ampr.org (elrg-04-46.dialup.netins.net [199.120.94.111]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA23151 for ; Wed, 10 Jun 1998 06:04:52 -0700 (PDT) (envelope-from cmf@mail.netins.net) Received: from [44.50.32.7] (kf0yn-mb.ampr.org [44.50.32.7]) by kf0yn.ampr.org (8.8.8/8.6.5) with ESMTP id IAA00986; Wed, 10 Jun 1998 08:04:37 -0500 (CDT) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Sender: cmf@44.50.32.6 Message-Id: In-Reply-To: <199806100213.UAA24732@const.> References: <357D2F23.33B4D6A4@adinet.com.uy> Date: Wed, 10 Jun 1998 08:05:01 -0500 To: allen campbell From: Carl Fongheiser Subject: Re: SQL server, Oracle Cc: freebsd-database@FreeBSD.ORG Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk >> I need to make a query to an Oracle (NT) server, and a SQL server from a >> process >> runing in FreeBSD. >> Do anybody know how ? > >Get the Oracle Java 'thin' client. It basically implements SQL*NET >in Java. You may download it from www.oracle.com. > >I don't do SQL server, sorry. The 'thin' client has a few problems, though. The biggest one (for me) is that it isn't compatible with the "Dead Client Detection" feature, which is a major pain if you're trying to write Java servlets. There's also an issue with LONG RAW columns, if you care about that sort of thing (I don't). Otherwise, it is functional, if a bit slow. Carl Fongheiser cmf@netins.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Wed Jun 10 10:23:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA20744 for freebsd-database-outgoing; Wed, 10 Jun 1998 10:23:33 -0700 (PDT) (envelope-from owner-freebsd-database@FreeBSD.ORG) Received: from misery.sdf.com (misery.sdf.com [204.244.213.32]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA20738 for ; Wed, 10 Jun 1998 10:23:27 -0700 (PDT) (envelope-from tom@sdf.com) Received: from tom by misery.sdf.com with smtp (Exim 1.82 #3) id 0yjo5U-0005tg-00; Wed, 10 Jun 1998 09:51:00 -0700 Date: Wed, 10 Jun 1998 09:50:50 -0700 (PDT) From: Tom To: Craig Spannring cc: Angelo Nardone , freebsd-database@FreeBSD.ORG Subject: Re: TDDS? Was Re: SQL server, Oracle In-Reply-To: <199806091726.KAA02592@bangkok.office.cdsnet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk On Tue, 9 Jun 1998, Craig Spannring wrote: > Angelo Nardone writes: > > I need to make a query to an Oracle (NT) server, and a SQL server from a > > process > > runing in FreeBSD. > > Do anybody know how ? > > > I don't know about Oracle, but I have some programs running on FreeBSD > that access a MS SQLServer database. > > Please don't judge me to harshly but what I'm doing right now is > running a Java RMI server on an NT machine. The program I have on the > FreeBSD side is a Java application that connects to the ODBC-JDBC > bridge via the RMI server on the NT box. It ain't pretty, but it > works. There are also a few companies that have JDBC drivers that can > talk to SQLServer. This is due to the fact that Microsoft does not make a Type 4 JDBC driver (a 3rd party company does). Oracle makes a Type 4 JDBC driver, so you won't need any middleware. This driver is available as a free download. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Thu Jun 11 14:05:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29949 for freebsd-database-outgoing; Thu, 11 Jun 1998 14:05:47 -0700 (PDT) (envelope-from owner-freebsd-database@FreeBSD.ORG) Received: from misery.sdf.com (misery.sdf.com [204.244.213.32]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA29889 for ; Thu, 11 Jun 1998 14:05:32 -0700 (PDT) (envelope-from tom@sdf.com) Received: from tom by misery.sdf.com with smtp (Exim 1.82 #3) id 0ykE1i-0006oP-00; Thu, 11 Jun 1998 13:32:50 -0700 Date: Thu, 11 Jun 1998 13:32:44 -0700 (PDT) From: Tom To: Bob Bishop cc: Angelo Nardone , freebsd-database@FreeBSD.ORG Subject: Re: SQL server, Oracle In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk On Tue, 9 Jun 1998, Bob Bishop wrote: > Hi, > > At 9:48 am -0300 9/6/98, Angelo Nardone wrote: > >I need to make a query to an Oracle (NT) server, and a SQL server from a > >process > >runing in FreeBSD. > >Do anybody know how ? > > You probably need to look at an ODBC client, maybe something like iODBC. iODBC is only a ODBC driver manager. It is basically a shim that sits between the application and the actual ODBC driver. > -- > Bob Bishop (0118) 977 4017 international code +44 118 > rb@gid.co.uk fax (0118) 989 4254 between 0800 and 1800 UK Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message