T
Ty Salistean
Why can't M$ allow .NET developers to run ANSI standard SQL queries on
ADO.NET datatables/datasets (SELECT, INSERT, UPDATE, DELETE)?
This will allow other developers to learn ANSI syntax and be able to utilize
SQL Server without much learning curve. I bet there are people out there
that have programmed in .NET but have NEVER written a SQL SELECT statement.
That is scary!!
The ability to requery data on the client is an essential tool for every
developer, unless you never save your data. They do give you dataviews, but
you cannot do a DISTINCT listing on those. They only give you the ability
to order data (SET ORDER TO), filter data (SET FILTER TO), and some
others...
HEY M$ - WE NEED TO MANIPULATE DATA ON OTHER PLACES BEYOND STORED
PROCEDURES!!!!!!! THAT IS KEY TO OUR JOB!!!!!
ADO.NET datatables/datasets (SELECT, INSERT, UPDATE, DELETE)?
This will allow other developers to learn ANSI syntax and be able to utilize
SQL Server without much learning curve. I bet there are people out there
that have programmed in .NET but have NEVER written a SQL SELECT statement.
That is scary!!
The ability to requery data on the client is an essential tool for every
developer, unless you never save your data. They do give you dataviews, but
you cannot do a DISTINCT listing on those. They only give you the ability
to order data (SET ORDER TO), filter data (SET FILTER TO), and some
others...
HEY M$ - WE NEED TO MANIPULATE DATA ON OTHER PLACES BEYOND STORED
PROCEDURES!!!!!!! THAT IS KEY TO OUR JOB!!!!!