Re: Stupid Question about Tables
Posted by: Reggie Burnett
Date: November 29, 2006 08:44AM

Peter

I totally agree that doing things the Microsoft way is not always the best. And, if you are not certain on what tech you are going to use, then creating SQL queries against I_S might be the way to go. However, you would have alot of work ahead of you in some areas. Table and sprocs are easy but I_S currently has no way to give you foreign keys or sproc parameters. You should examine the schemaprovider classes in the connector to see how much work the connector does to provide this data to you.

My guess is that most people are either going to use .NET or they are not. If they use .NET and the .NET connector then GetSchema is the right choice.

Options: ReplyQuote


Subject
Written By
Posted
November 24, 2006 07:49AM
Re: Stupid Question about Tables
November 29, 2006 08:44AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.