[OT] [Radically] Re: Reading DDL file using java

2006-04-25 Thread Dave Newton
Shiva Narayana wrote: > I have to write a parser in java which takes an DDL file as input and put > the tables and the fileds in an arraylist seperatly. > > Please advise me how to proceed. > Sounds like you pretty much have the situation in hand. I don't know as I'd write the parser from scra

Reading DDL file using java

2006-04-25 Thread Shiva Narayana
Hi, I have to write a parser in java which takes an DDL file as input and put the tables and the fileds in an arraylist seperatly. Please advise me how to proceed. Thanks in advance. Shiva