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 -> Re: DDL Parsing Code for VB?

Re: DDL Parsing Code for VB?

From: Karsten Farrell <kfarrell_at_belgariad.com>
Date: Tue, 28 Jan 2003 18:21:01 GMT
Message-ID: <hSzZ9.11$nx4.1107175@newssvr15.news.prodigy.com>


Steve S wrote:
> 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

Have you searched MSDN (Microsoft Developer Network)? They used to have lots of examples of this sort of thing ... but I haven't checked lately. Received on Tue Jan 28 2003 - 12:21:01 CST

Original text of this message

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