Click here to Skip to main content
15,886,362 members
Home / Discussions / Database
   

Database

 
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 
Questionhow to populate empty ms access database from dataset Pin
Shreyas Ganesh1-May-08 6:01
Shreyas Ganesh1-May-08 6:01 
AnswerRe: how to populate empty ms access database from dataset Pin
Kschuler1-May-08 7:34
Kschuler1-May-08 7:34 
GeneralRe: how to populate empty ms access database from dataset Pin
Shreyas Ganesh1-May-08 8:30
Shreyas Ganesh1-May-08 8:30 
GeneralRe: how to populate empty ms access database from dataset Pin
Kschuler1-May-08 8:41
Kschuler1-May-08 8:41 
GeneralRe: how to populate empty ms access database from dataset Pin
Shreyas Ganesh1-May-08 15:35
Shreyas Ganesh1-May-08 15:35 
GeneralRe: how to populate empty ms access database from dataset Pin
Kschuler2-May-08 3:38
Kschuler2-May-08 3:38 
GeneralRe: how to populate empty ms access database from dataset Pin
Blue_Boy2-May-08 5:56
Blue_Boy2-May-08 5:56 
GeneralRe: how to populate empty ms access database from dataset Pin
Shreyas Ganesh3-May-08 5:35
Shreyas Ganesh3-May-08 5:35 
Questionhow can i get Minmam value Pin
asha_s1-May-08 1:38
asha_s1-May-08 1:38 
AnswerRe: how can i get Minmam value Pin
Blue_Boy1-May-08 2:12
Blue_Boy1-May-08 2:12 
GeneralRe: how can i get Minmam value Pin
asha_s1-May-08 2:32
asha_s1-May-08 2:32 
GeneralRe: how can i get Minmam value Pin
Blue_Boy1-May-08 2:46
Blue_Boy1-May-08 2:46 
GeneralRe: how can i get Minmam value Pin
asha_s1-May-08 3:13
asha_s1-May-08 3:13 
GeneralRe: how can i get Minmam value Pin
Blue_Boy1-May-08 3:26
Blue_Boy1-May-08 3:26 

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.