M
Mark Olbert
First, a brief flame:
I am quite upset with Microsoft for destroying, hiding or constraining a lot of very useful features in the .NET Framework v2 that
used to be in v1.1. Guys, I really don't appreciate you making me learn a bunch of stuff in order to do tasks that were >>solved
problems<< in v1.1. I don't appreciate this "don't let the developer see it, hide everything from sight" philosophy that stinks up
v2. And, to add further insult to injury, declarative activities (e.g., creating a TableAdapter) involving actions against a
SqlServer2005 database are >>slow<<!! I used to be able to create a moderately complex SqlDataAdapter in 60 seconds. Now it takes
three minutes, most of which involves me sitting here twiddling my thumbs while >>something<< goes on between the server and my
development environment. If this is progress...I shudder to think what will happen when Vista arrives.
Okay, flame off.
Today's challenge is...why the heck isn't my TableAdapter for a simple table:
int idnum (identity field, primary key)
nvarchar(50) user_id
nvarchar(100) password
nvarchar(50) moniker
nvarchar(100) email
int flags
auto-generating row update and delete methods? GenerateDBDirectMethods is True...but DeleteCommand and UpdateCommand (in the
property window) show up as (None). Nor can I access the methods from code; they just don't seem to exist.
All the table fields are required (not nullable), BTW.
- Mark
I am quite upset with Microsoft for destroying, hiding or constraining a lot of very useful features in the .NET Framework v2 that
used to be in v1.1. Guys, I really don't appreciate you making me learn a bunch of stuff in order to do tasks that were >>solved
problems<< in v1.1. I don't appreciate this "don't let the developer see it, hide everything from sight" philosophy that stinks up
v2. And, to add further insult to injury, declarative activities (e.g., creating a TableAdapter) involving actions against a
SqlServer2005 database are >>slow<<!! I used to be able to create a moderately complex SqlDataAdapter in 60 seconds. Now it takes
three minutes, most of which involves me sitting here twiddling my thumbs while >>something<< goes on between the server and my
development environment. If this is progress...I shudder to think what will happen when Vista arrives.
Okay, flame off.
Today's challenge is...why the heck isn't my TableAdapter for a simple table:
int idnum (identity field, primary key)
nvarchar(50) user_id
nvarchar(100) password
nvarchar(50) moniker
nvarchar(100) email
int flags
auto-generating row update and delete methods? GenerateDBDirectMethods is True...but DeleteCommand and UpdateCommand (in the
property window) show up as (None). Nor can I access the methods from code; they just don't seem to exist.
All the table fields are required (not nullable), BTW.
- Mark