Can you avoid pulling the primary key ID and tstamp with a bound datagrid
From: Earl (brikshoe_at_newsgroups.nospam)
Date: 07/19/04
- Next message: Miha Markic [MVP C#]: "Re: Can you avoid pulling the primary key ID and tstamp with a bound datagrid"
- Previous message: polynomial5d: "RE: Repost Can't populate 2nd listbox from selected value of firs"
- Next in thread: Miha Markic [MVP C#]: "Re: Can you avoid pulling the primary key ID and tstamp with a bound datagrid"
- Reply: Miha Markic [MVP C#]: "Re: Can you avoid pulling the primary key ID and tstamp with a bound datagrid"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 19 Jul 2004 02:17:13 -0500
My delete SPs uses the simple structure of checking for the original primary
key and a timestamp. When I use currencymanager to delete a record from the
DataGrid, I've noticed that if I do not have the primary key and the
timestamp in the Select statement to populate the datagrid, I obviously
cannot delete. Yet I have no need for the primary key or timestamp otherwise
when I pull that data. It might seem like splitting hairs, but is there a
better technique that does not pull across unused data?
- Next message: Miha Markic [MVP C#]: "Re: Can you avoid pulling the primary key ID and tstamp with a bound datagrid"
- Previous message: polynomial5d: "RE: Repost Can't populate 2nd listbox from selected value of firs"
- Next in thread: Miha Markic [MVP C#]: "Re: Can you avoid pulling the primary key ID and tstamp with a bound datagrid"
- Reply: Miha Markic [MVP C#]: "Re: Can you avoid pulling the primary key ID and tstamp with a bound datagrid"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|