Click here to Skip to main content
16,005,697 members
Home / Discussions / Database
   

Database

 
GeneralCopying cube Pin
Yulianto.21-Nov-04 21:19
Yulianto.21-Nov-04 21:19 
Generalselecting from table rows including email address with @ sign Pin
grossd21-Nov-04 13:05
grossd21-Nov-04 13:05 
GeneralRe: selecting from table rows including email address with @ sign Pin
Luis Alonso Ramos21-Nov-04 15:20
Luis Alonso Ramos21-Nov-04 15:20 
GeneralRe: selecting from table rows including email address with @ sign Pin
grossd21-Nov-04 15:35
grossd21-Nov-04 15:35 
GeneralRe: selecting from table rows including email address with @ sign Pin
Luis Alonso Ramos21-Nov-04 16:43
Luis Alonso Ramos21-Nov-04 16:43 
GeneralRe: selecting from table rows including email address with @ sign Pin
grossd21-Nov-04 17:45
grossd21-Nov-04 17:45 
GeneralRe: selecting from table rows including email address with @ sign Pin
Luis Alonso Ramos21-Nov-04 18:45
Luis Alonso Ramos21-Nov-04 18:45 
GeneralDataGrid Problem Pin
Mr.Cooper21-Nov-04 2:23
Mr.Cooper21-Nov-04 2:23 
Can anyone help ...
i'm developing an ADO.NET prog., here is a brief description :
--dataSet X contains all tables.
--dataSet Y : temp dataSet for filtering some table views (every search session Y is created and shipped with the chosen table(only one table) from X).
--after the user build the search criteria (by entering some values for some columns or choosing predefined values for lookup columns)he clicks Accept.
-- the Accept button deletes the dirty copy of the table (if exists),which may exists from a previous search session, then Copies another copy(clean one) of the table (original table copied at the start of search session) existing in (Y) and apply the filteration criteria by deleting those rows (from the second table) which does not match the search criteria.
****Important:When the user clicks Accept AGAIN the filtered table (in Y) is deleted and then copy a new one from the already existing one.***********
--after all filteration is done, a dataGrid (M) is bound to (Y) and the filtered table(second table).

**********
PROBLEM
**********
--when the user CHANGES the search criteria (by changing any value or adding new condition), he then presses Accept but (M)refuses to view the updated table.
--note that the first time of search goes ok, but no further results are dispalyed correctly(the first search result lasts forever on M) if the search criteria changes even though the filtered table in (Y) has changed.

****
Code
****
AcceptButton()
{
layer1.ReloadTempTable();
for(int i=0;i
Generalquery nullable colunn will always get null Pin
JabraJabra20-Nov-04 23:12
JabraJabra20-Nov-04 23:12 
GeneralRe: query nullable colunn will always get null Pin
Colin Angus Mackay21-Nov-04 1:51
Colin Angus Mackay21-Nov-04 1:51 
GeneralRe: query nullable colunn will always get null Pin
JabraJabra21-Nov-04 4:58
JabraJabra21-Nov-04 4:58 
GeneralGetting values of output parameters Pin
Luis Alonso Ramos20-Nov-04 6:49
Luis Alonso Ramos20-Nov-04 6:49 
GeneralRe: Getting values of output parameters Pin
Luis Alonso Ramos20-Nov-04 21:54
Luis Alonso Ramos20-Nov-04 21:54 
GeneralRe: Getting values of output parameters Pin
Colin Angus Mackay21-Nov-04 1:53
Colin Angus Mackay21-Nov-04 1:53 
GeneralODBC Error Pin
Member 64506720-Nov-04 0:08
Member 64506720-Nov-04 0:08 
GeneralConditional Where Clause in MS SQL SProc Pin
anotheruser19-Nov-04 4:17
anotheruser19-Nov-04 4:17 
GeneralRe: Conditional Where Clause in MS SQL SProc Pin
Colin Angus Mackay20-Nov-04 5:33
Colin Angus Mackay20-Nov-04 5:33 
GeneralRe: Conditional Where Clause in MS SQL SProc Pin
anotheruser20-Nov-04 12:20
anotheruser20-Nov-04 12:20 
GeneralRe: Conditional Where Clause in MS SQL SProc Pin
.#Dev21-Nov-04 4:14
.#Dev21-Nov-04 4:14 
GeneralRe: Conditional Where Clause in MS SQL SProc Pin
Colin Angus Mackay21-Nov-04 4:45
Colin Angus Mackay21-Nov-04 4:45 
GeneralRe: Conditional Where Clause in MS SQL SProc Pin
anotheruser21-Nov-04 4:53
anotheruser21-Nov-04 4:53 
GeneralRe: Conditional Where Clause in MS SQL SProc Pin
.#Dev21-Nov-04 4:46
.#Dev21-Nov-04 4:46 
Generalcannot take .dbf files via DTS Pin
steven_wong18-Nov-04 21:18
steven_wong18-Nov-04 21:18 
GeneralNo data found, but HasRows Pin
Vector718-Nov-04 6:14
Vector718-Nov-04 6:14 
GeneralRe: No data found, but HasRows Pin
lokin118-Nov-04 6:49
lokin118-Nov-04 6:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.