Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> DDL Parsing Code for VB?
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
![]() |
![]() |