Subject | Stored Procedure Creator Problem |
---|---|
Author | Leonardo Nakahara de Oliveira |
Post date | 2004-12-28T17:53:40Z |
Hello All,
I'm using Firebird and I'm developing a Stored Procedore Creator so
I can make my work faster.
But the problem is that the FirebirdNETProvider-1.6.3-NET1.1 has a
method which is now obsolet. The method is the FbDbSchemaType
Enumeration which returns the data from the Tables, Columns, etc.
Since I'm developing a Stored Procedure Creator, I need my code to
run over a database and return it's tables and it's columns. And,
returning it, I can create a loop which will construct my Stored Procedures.
Does anyone knows how to do it using another component, since this
is now obsolet?
Thanks
Leonardo Nakahara de Oliveira
I'm using Firebird and I'm developing a Stored Procedore Creator so
I can make my work faster.
But the problem is that the FirebirdNETProvider-1.6.3-NET1.1 has a
method which is now obsolet. The method is the FbDbSchemaType
Enumeration which returns the data from the Tables, Columns, etc.
Since I'm developing a Stored Procedure Creator, I need my code to
run over a database and return it's tables and it's columns. And,
returning it, I can create a loop which will construct my Stored Procedures.
Does anyone knows how to do it using another component, since this
is now obsolet?
Thanks
Leonardo Nakahara de Oliveira