Click here to Skip to main content
15,895,283 members
Home / Discussions / C#
   

C#

 
GeneralRe: No validation events when clicking on a toolbar Pin
Luis Alonso Ramos19-Oct-04 7:39
Luis Alonso Ramos19-Oct-04 7:39 
GeneralGetting active MdiChild Pin
Luis Alonso Ramos16-Oct-04 12:29
Luis Alonso Ramos16-Oct-04 12:29 
GeneralRe: Getting active MdiChild Pin
Alex Korchemniy16-Oct-04 14:45
Alex Korchemniy16-Oct-04 14:45 
GeneralRe: Getting active MdiChild Pin
Luis Alonso Ramos16-Oct-04 15:17
Luis Alonso Ramos16-Oct-04 15:17 
Generalsearch mechanism Pin
mathon16-Oct-04 9:56
mathon16-Oct-04 9:56 
GeneralRe: search mechanism Pin
Alex Korchemniy16-Oct-04 11:15
Alex Korchemniy16-Oct-04 11:15 
GeneralRe: search mechanism Pin
mathon16-Oct-04 13:06
mathon16-Oct-04 13:06 
GeneralRe: search mechanism Pin
Alex Korchemniy16-Oct-04 14:36
Alex Korchemniy16-Oct-04 14:36 
The syntac for FREETEXT is as follows:

FREETEXT ( { column | * }, 'freetext_string' )

Where

- Column is a full-text index-enabled column, to which the search is directed.
- * specifies that all columns are enabled for full-text search and that the search is directed to these columns
- 'freetext_string' specifies the search criteria. This has to be data of type char, varchar, nchar, nvarchar, or any other character data.

An example:

USE Pubs
GO

SELECT pr_info
FROM pub_info
WHERE FREETEXT (pr_info, 'PuBLiShInG')

This posting is provided "AS IS" with no warranties, and confers no rights.

Alex Korchemniy
GeneralRe: search mechanism Pin
mathon16-Oct-04 22:22
mathon16-Oct-04 22:22 
GeneralRe: search mechanism Pin
mathon16-Oct-04 22:29
mathon16-Oct-04 22:29 
General[Message Deleted] Pin
Bedevian16-Oct-04 7:54
Bedevian16-Oct-04 7:54 
GeneralRe: Find String in txt file Pin
Alex Korchemniy16-Oct-04 8:56
Alex Korchemniy16-Oct-04 8:56 
GeneralConsole-Like Text Output Control Or.... Pin
osirisgothra16-Oct-04 7:34
osirisgothra16-Oct-04 7:34 
GeneralRe: Console-Like Text Output Control Or.... Pin
Alex Korchemniy16-Oct-04 8:50
Alex Korchemniy16-Oct-04 8:50 
GeneralRe: Console-Like Text Output Control Or.... Pin
Alex Korchemniy16-Oct-04 8:52
Alex Korchemniy16-Oct-04 8:52 
GeneralGDI+ - line chart Pin
xiaowenjie16-Oct-04 4:56
xiaowenjie16-Oct-04 4:56 
GeneralRe: GDI+ - line chart Pin
Kiran Satish16-Oct-04 6:11
Kiran Satish16-Oct-04 6:11 
GeneralRe: GDI+ - line chart Pin
xiaowenjie16-Oct-04 9:40
xiaowenjie16-Oct-04 9:40 
GeneralRe: GDI+ - line chart Pin
Kiran Satish16-Oct-04 18:21
Kiran Satish16-Oct-04 18:21 
GeneralRe: GDI+ - line chart Pin
Alex Korchemniy16-Oct-04 9:22
Alex Korchemniy16-Oct-04 9:22 
QuestionHow can i close my Form Pin
Zapss16-Oct-04 1:31
Zapss16-Oct-04 1:31 
AnswerRe: How can i close my Form Pin
sreejith ss nair16-Oct-04 4:45
sreejith ss nair16-Oct-04 4:45 
GeneralRe: How can i close my Form Pin
Zapss16-Oct-04 20:40
Zapss16-Oct-04 20:40 
GeneralSubclass control over main class Pin
Nekosan16-Oct-04 1:00
Nekosan16-Oct-04 1:00 
GeneralRe: Subclass control over main class Pin
J4amieC16-Oct-04 2:36
J4amieC16-Oct-04 2:36 

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.