Hi.
Has anyone looked into generic factoring for making database
independant applications?
(Framework 2.0)
I have, but I'm in the starting fase.
What I do know is that if you only write code, you are able to make
fairly database independant applications with not much more effort that
if you wrote ie. only against SQL Server.
BUT, and this is a big but, how on earth can we make use of all the
wizards in Visual Studio when it comes to generating datasets, the new
gridview etc. These operate only on data specific providers. Tihs
stinx. I don't want to create all my data objects in code, it's much
cleaner to drag some of them on the form designtime and set
properties...
Any views?
I can't add the components in system.data.com mon to the tool pallette
either...
Thanx,
Morten
Has anyone looked into generic factoring for making database
independant applications?
(Framework 2.0)
I have, but I'm in the starting fase.
What I do know is that if you only write code, you are able to make
fairly database independant applications with not much more effort that
if you wrote ie. only against SQL Server.
BUT, and this is a big but, how on earth can we make use of all the
wizards in Visual Studio when it comes to generating datasets, the new
gridview etc. These operate only on data specific providers. Tihs
stinx. I don't want to create all my data objects in code, it's much
cleaner to drag some of them on the form designtime and set
properties...
Any views?
I can't add the components in system.data.com mon to the tool pallette
either...
Thanx,
Morten
Comment