rss feed Rss FeedAsp.net Coder
learn asp.net & visual studio 2008,this blog share our study record.there are a lot of solution and source code of building web application using asp.net

OracleTable to C# Class

Author:kangshifu  PostAt:Wed, 26 Nov 2008 06:30:56 GMT Posted In:Ado.net
Q:

 Hi friends,

 Is there any tool for oracle, that creates entity classes and data access layer classes (insert, delete, update etc) from oracle tables ?

If not, i will begin to write one.

 

Thanks
 

A:

 Have you checked out all the developer tools released by Oracle? http://www.oracle.com/technology/software/tech/windows/odpnet/index.html

A:

Hi,

 I couldn't find anything like class generator ?
 

A:

I guess I don't understand what you are looking for 

A:

Like this : http://community.codesmithtools.com/blogs/tutorials/archive/2006/02/13/nettiers.aspx

 
 

A:

Any idea? 

A:

nope ? 

Previous: Problem while inserting character Ö using ODP.Net into oracle
Hi  I am facing problem while inserting string 'CH-FERB?X_A_'. The character '?' is getting converted into 'O' after insertion.The string is being  converted into ' CH-FERBOX_A_' after insertion.When I fire same insert statment using  sql... more
Next: None