Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: oracle and exporting data for a .mdb file

Re: oracle and exporting data for a .mdb file

From: Marc Rochkind <rochkind_at_basepath.com>
Date: Wed, 03 Sep 2003 14:18:44 -0600
Message-ID: <opruxxdie1ojfyi9@den.news.speakeasy.net>


On Wed, 3 Sep 2003 14:21:16 -0500, LHradowy <laura.hradowy_at_NOSPAM.mts.ca> wrote:

> I don't have a great knowledge in oracle and trying to explain this might
> be
> alittle confusing, so I apologize ahead of time.
> We are currently trying to cut a system over and I need to get some
> information.
>
> We currently have a proprietary system the exports data to software
> called
> MONARCH this then massages and preps the data into a .mdb file for input
> into an access database. (It is not in the budget to get rid of this
> database...)
>
> We are switching to an Oracle database (from the proprietary) but the
> data
> still needs to go the access database where it IS EXPECTING a .mdb file.
> We
> can not change this, as this will be considered a change request and more
> money, so I begin here. Can oracle do it, and where can I find out how to
> do
> it?
>
>
> It was mentioned that PowerBuilder can do this, so can oracle do this as
> well?
>
> Thank you for any info.
>
> Laura
>
>
>

As this is a UNIX newsgroup and I assume you are asking how to produce the MDB file on UNIX, I'm afraid I can't help you... I haven't a clue how to do this, nor do I know whether Oracle can do it.

But, given your constraints, what I would do is connect a Windows machine to the UNIX machine (via a network) and produce the MDB file on Windows. It's very easy to do this on Windows with various technologies, such as ODBC with the Access driver.

Use whatever is most convenient for the connection between Oracle and the Windows program. It might access Oracle directly, or perhaps you can have an intermediate file using CSVs or XML or whatever.

--Marc Received on Wed Sep 03 2003 - 15:18:44 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US