|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Create an 1.1 style dataset in ASP.NET2.0I have an app that I've converted to ASP.NET 2.0 from 1.1, but I need
to extend it - particularly in the data layer - using consistent functionality. I'm aware of the new Datasets and TableAdapters, but they only work as it's a one-table-at-a-time system (there's no DataAdapter in the GUI). I can't work out how to make a .NET 1.1 style typed dataset that simply gives me the field names in intellisense, and spits the dummy when I try and load a string into an integer column. I've looked at creating an XSD, but it doesn't seem to integrate with xsd.exe any more to create the code-behind. Can someone please point me in the right direction? Thanks in advance, Dunc |
|||||||||||||||||||||||