RDBMS Access

Olmos, Fernando (Sericon at Alcoa) Fernando.Olmos@alcoa.com.au
Thu, 3 Apr 2003 06:42:41 +0800


> -----Original Message-----
> From: Jeff Hoffman [mailto:wonicon@optushome.com.au]
> Sent: Tuesday, April 01, 2003 8:43 PM
> To: powerh-l@lists.swau.edu
> Subject: RDBMS Access
> 
> 
> Hi
> 
> I noticed some people are using MS Sql.

We use a simple native ADO ODBC connection to our Oracle RDBMS systems, for
internal VB development work. It's quite simple and the ADO methodology is
very good and allows us to bind fields directly to the database for quick
data entry forms/screens. Of course VB is not a 4GL, it does lend itself to
been "event driven" and we've found it to be very effective to marry legacy
databases with more modern Windows environments and applications (ie: Adobe,
Crystal Reports, etc).

Ciao
Fernando