Re: get data from oracle into Excel or Lotus 123
From: Lang Richard <richard_at_dse.it>
Date: 1995/11/02
Message-ID: <3098ED47.652C_at_dse.it>#1/1
Date: 1995/11/02
Message-ID: <3098ED47.652C_at_dse.it>#1/1
But the Data import with MS-Query is quite slow.
Look under the Help-section of Visual-Basic for the
- SQL.OPEN
- SQL.EXECUTE
- SQL.RETRIEVE commands and how to use them... The data will be get directly with ODBC and not over the MS-QUERY (and ODBC), that takes a lot in the beginning to collect all informations about the connected user...