Click here to Skip to main content
15,902,198 members
Home / Discussions / Database
   

Database

 
Questioni know jest the first later how can i write my sql Pin
asha_s2-May-08 10:04
asha_s2-May-08 10:04 
AnswerRe: i know jest the first later how can i write my sql Pin
leckey2-May-08 10:40
leckey2-May-08 10:40 
AnswerRe: Yes, .... Pin
Chris Meech2-May-08 10:50
Chris Meech2-May-08 10:50 
GeneralRe: Yes, .... Pin
asha_s2-May-08 23:40
asha_s2-May-08 23:40 
AnswerRe: i know jest the first later how can i write my sql Pin
Blue_Boy2-May-08 12:08
Blue_Boy2-May-08 12:08 
GeneralRe: i know jest the first later how can i write my sql Pin
asha_s2-May-08 23:40
asha_s2-May-08 23:40 
AnswerRe: i know jest the first later how can i write my sql Pin
Christian Graus2-May-08 16:15
protectorChristian Graus2-May-08 16:15 
GeneralRe: i know jest the first later how can i write my sql Pin
asha_s2-May-08 23:43
asha_s2-May-08 23:43 
GeneralRe: i know jest the first later how can i write my sql Pin
Adeel Chaudhry3-May-08 0:37
Adeel Chaudhry3-May-08 0:37 
GeneralRe: i know jest the first later how can i write my sql Pin
Christian Graus3-May-08 1:41
protectorChristian Graus3-May-08 1:41 
GeneralRe: i know jest the first later how can i write my sql Pin
Adeel Chaudhry3-May-08 0:34
Adeel Chaudhry3-May-08 0:34 
QuestionAdventurework Database Downloading problem Pin
ManiMughal2-May-08 9:09
ManiMughal2-May-08 9:09 
AnswerRe: Adventurework Database Downloading problem Pin
Blue_Boy2-May-08 12:12
Blue_Boy2-May-08 12:12 
QuestionThe indicator opening session of user instant is not supported in this version of SQL Server?? Pin
jerome_data2-May-08 7:57
jerome_data2-May-08 7:57 
QuestionHot to deploy my db to mssql136.win-servers.com ? Pin
kindman_nb2-May-08 1:11
kindman_nb2-May-08 1:11 
AnswerRe: Hot to deploy my db to mssql136.win-servers.com ? Pin
Vasudevan Deepak Kumar2-May-08 3:26
Vasudevan Deepak Kumar2-May-08 3:26 
QuestionHow to shred rows from XML in SQL server 2005 Pin
okdeshpande2-May-08 0:37
okdeshpande2-May-08 0:37 
QuestionCalling a CLR assembly in SQL Server Pin
Member 39190491-May-08 14:31
Member 39190491-May-08 14:31 
AnswerRe: Calling a CLR assembly in SQL Server Pin
Vasudevan Deepak Kumar2-May-08 3:29
Vasudevan Deepak Kumar2-May-08 3:29 
GeneralRe: Calling a CLR assembly in SQL Server Pin
Member 39190492-May-08 7:23
Member 39190492-May-08 7:23 
GeneralRe: Calling a CLR assembly in SQL Server Pin
Member 39190492-May-08 9:00
Member 39190492-May-08 9:00 
QuestionProblem with DataView.RowFilter Pin
dergunnar1-May-08 10:58
dergunnar1-May-08 10:58 
Hello there,

i have the following problem with the DataView RowFilter:

In my Dataset there is a table that contains my friends and among others there´s a column Nick containing their nickname.

when I use for example

<br />
ds.Tables["tblfriends"].DefaultView.RowFilter = "Nick = 'Alex'";<br />


to filter for Nicknames Alex everything works fine. But when I afterwards change the nickname in this row to let´s say xx, the row is still displayed everytime I set the Rowfilter back to show Alex. When I set it to show xx no line is displayed.

It seems like the DataView somehow remembers the rows connected to a certain RowFilter and does not check if something has changed in the rows such that they don´t match the filter anymore.

Does anyone know if there is some sort of workaround for this problem?? Thanks for your help!

der gunnar
AnswerRe: Problem with DataView.RowFilter Pin
CodingYoshi1-May-08 13:45
CodingYoshi1-May-08 13:45 
GeneralRe: Problem with DataView.RowFilter Pin
dergunnar2-May-08 12:26
dergunnar2-May-08 12:26 
QuestionComputing a field value in SQL server 7.0 Pin
VardhiniKanaks1-May-08 10:37
VardhiniKanaks1-May-08 10:37 

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.