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

Home -> Community -> Usenet -> c.d.o.server -> DDL Parsing Code for VB?

DDL Parsing Code for VB?

From: Steve S <stevens_at_coloradocustomware.com>
Date: 28 Jan 2003 07:01:31 -0800
Message-ID: <bafba412.0301280701.4b3e7d93@posting.google.com>


Does anyone know where I could get some VB parsing code that can be used
to execute Oracle DDL scripts via DAO or ADO in Access 2002? I need something that can parse out a script like;

--this is a comment
create table ... yada yada...
/

--this is a comment
create index ... yada yada...
/

so I can execute them as 2 sperate pass through queries.

I know I could write one myself, but I dont want to reinvent the wheel if I dont have to.

Thanks for any help.

Steve
Colorado CustomWare Received on Tue Jan 28 2003 - 09:01:31 CST

Original text of this message

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