salman108
August 3rd, 2006, 06:09 AM
--- Hello M8s.
I am designing an application which will be web based, and it will have an Oracle 10G DB on the back end.
I wanted to know, if it is possible to write a middle layer in C# that would make the application independent of the underlying data base schema.
I know that the schema will be revised several times, So i wanted to decide a DATA_ACCESS Component that could be used in several applications ... Like a code library in C++. The DATA_ACCESS component can be configured by a UI Admin Panel Application.
This would make the application independent of the DB Schema ..... ??
How would I go about implementing it ??? :confused:
I am designing an application which will be web based, and it will have an Oracle 10G DB on the back end.
I wanted to know, if it is possible to write a middle layer in C# that would make the application independent of the underlying data base schema.
I know that the schema will be revised several times, So i wanted to decide a DATA_ACCESS Component that could be used in several applications ... Like a code library in C++. The DATA_ACCESS component can be configured by a UI Admin Panel Application.
This would make the application independent of the DB Schema ..... ??
How would I go about implementing it ??? :confused: