Hi everyone!
This time I'm trying to fill a C# tree view from a sql query. I have two functions to extract the nodes and in the first one I will have a simple select statement to capture the categories which, in my database are in upper case. I would like to use some statement that will only return the fields in the DB which are completely in upper case.
The second problem is to get to the nodes under the category ones. These all look similar to this Print-Editor so I thought I could use CONTAINS(Description, '-') but the error message tells me the table is not full-text indexed.
Apart from creating the full-texted table, is there any simple solution to this or does anyone have any good ideea how to go about this problem.
As always, any help is greatly appreciated.
Fred
This time I'm trying to fill a C# tree view from a sql query. I have two functions to extract the nodes and in the first one I will have a simple select statement to capture the categories which, in my database are in upper case. I would like to use some statement that will only return the fields in the DB which are completely in upper case.
The second problem is to get to the nodes under the category ones. These all look similar to this Print-Editor so I thought I could use CONTAINS(Description, '-') but the error message tells me the table is not full-text indexed.
Apart from creating the full-texted table, is there any simple solution to this or does anyone have any good ideea how to go about this problem.
As always, any help is greatly appreciated.
Fred