Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: From: Darius DOT Clynes AT cec DOT eu DOT int To: cygwin AT cygwin DOT com Subject: RE: databases Date: Tue, 9 Oct 2001 18:12:45 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" I use proc (Pro C) for Oracle databases, because 1) many "unix" applications which accessed Oracle from C programs used this pre-processor compiler. 2) the unix applications I ported to cygwin already had extensive code written in Pro C. If you are starting from scratch, vanilla code and designing a new app though, an ODBC interface might be much nicer. If you are doing a web based app, you might consider an apache server with an owa_module. Then write stored procedures in PL/SQL. etc... Darius Clynes Software Engineer European Commission Rue De Mot 24 Brussels, 1040 Belgium Office tel: +32 2 2962441 fax: +32 2 2966025 Cell phone: +32 476 218850 >-----Original Message----- >From: David [mailto:cupcake AT sdf DOT lonestar DOT org] >Sent: Tuesday, October 09, 2001 3:50 PM >To: cygwin AT cygwin DOT com >Subject: databases > > >Hi List, > >What is the recommended strategy for database access to >databases such as sybase or oracle or even sql server? > >Is there an ODBC link for cygwin gcc? If not, has anyone >written a jdbc subroutine to hand off sql and get an array >back? Is there a help page or a main link for databases? >Who is the main contact on this? > >Thanks, > >David > > >-- >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >Bug reporting: http://cygwin.com/bugs.html >Documentation: http://cygwin.com/docs.html >FAQ: http://cygwin.com/faq/ > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/