From: ziemek <zi...@al...> - 2003-11-23 23:59:00
|
I was trying to use SQLParser in C# but without success. First - SQLppNET.Parsers.SQLParser object don't have any useful metod or propert. I found that he has static metod "parse", but it's impossible to use it because it isn't a public metod. After small correction of cpp source and recompilation of sources I've made some simple test but without any effects - there was even no error. I'm using this incredible library to generate new databases and it works great. Now I would like to work with some already existing db, Can you help me with it? (I'm working with v2.4) tia ziemek |