A
arkam
Hi,
I was just investigating into ADO.Net when I suddenly realized what
Microsoft had done !
As long as you are only dealing with one database type and that you
are sure that you will keep it for the rest of your application life
everything is ok !
Now what about having one odbc database, one oledb database, one
Oracle db and one sql server one !?
In the past ... ADO accepted connection string and that is all ! You
could do everything just with an ADO connection ! If ADO choose to
create an OracleConnection, a SQLConnection or whatever else, I did
not have to know !
Tha same with ADOX ! This was a generic way to retrieve meta infos
from a database ... that too is completely messed up in ADO.Net !
I really would like to know who was responsible for this part of
ADO.Net and I would really be able to have a word with him !
What do we have to do now ?
Just implement multiple database support ourself, and reference "old"
stuff like ADOX and the Datalinks object ...
With ADO.Net we are just about to make a huge jump 5 years in the past
....
Dotnet is like Java ... well yes ... but Java 5 years ago !
Bye !
I was just investigating into ADO.Net when I suddenly realized what
Microsoft had done !
As long as you are only dealing with one database type and that you
are sure that you will keep it for the rest of your application life
everything is ok !
Now what about having one odbc database, one oledb database, one
Oracle db and one sql server one !?
In the past ... ADO accepted connection string and that is all ! You
could do everything just with an ADO connection ! If ADO choose to
create an OracleConnection, a SQLConnection or whatever else, I did
not have to know !
Tha same with ADOX ! This was a generic way to retrieve meta infos
from a database ... that too is completely messed up in ADO.Net !
I really would like to know who was responsible for this part of
ADO.Net and I would really be able to have a word with him !
What do we have to do now ?
Just implement multiple database support ourself, and reference "old"
stuff like ADOX and the Datalinks object ...
With ADO.Net we are just about to make a huge jump 5 years in the past
....
Dotnet is like Java ... well yes ... but Java 5 years ago !
Bye !