C++ C# Java JScript JScript.NET VB VB.NET VBA VBScript ASP ASP.NET Transact-SQL ORACLE DELPHI HTML    
  CString     new String   String   String                  
transforme un nombre en une chaine caractere toString()
  search(,,,)
insert un lien hypertext link(,,,) <a>
  constructeur
  operator=  =
  operator+=  +=
  char Oct(,,,)
  Hext(,,,)
  AnsiToOem
  Delete
  Empty
  FindOneOf InStr
  FormatV
  FreeExtra
  GetBuffer
  IsEmpty
  LoadString
  OemToAnsi
  operator[]
  Remove
  ReverseBuffer
Recherche C++ C# Java Jscript Jscript.NET VB VB.NET VBA VBScript ASP ASP.NET Transact-SQL ORACLE DELPHI HTML    
  CompareNoCase
Retourne la premier position de la paterne PADINDEX('%mask%','PAT') --permet de travailler avec TEXT , LIKE ETC
  Compare StrComp StrComp StrComp DIFFERENCE
  operator== Like Like Like LIKE
  match(,,,)
recherche d'une portion de caractere a partir dde la fin ReverseFind LastIndexof(,,,) InStrRev InStrRev InStrRev InStrRev
recherche d'une portion de caractere dans une expression Find IndexOf(,,,) InStr InStr InStr InStr CHARINDEX('mask',expc) INSTR(C1,C2,n1,n2)
  INSTRB(C1,C2,n1,n2)
renvoie le code phonetique de la premiere lettre de l'expression SOUNDEX(expc) SOUNDEX(expc)
 
 
Converti float en string
recherche de tous les mots suceptible de correspondre dans la collonne FREETEXT[TABLE](col_name,expc)
 
  CONTAINS[TABLE]
 
 
 
 
 
 
Convertion numerique C++ C# Java Jscript Jscript.NET VB VB.NET VBA VBScript ASP ASP.NET Transact-SQL ORACLE DELPHI HTML    
renvoie le code unicode de la premiere de expc UNICODE(expc) UNISTR(expc)
converti un nombre en chaine de caractere Str STR(expn,length,nbd)
  ::int charCodeAt(,,,) Asc Asc asc ASCII(expc) ASCII(expc)
Converti une chaine au format ascii ASCIISTR(expc)
renvoie la longueur GetLength length() Len Len Len Len LEN(expc) LENGTH
  LENGTHB
retourne un Carctere correspondant au code ASCII GetAt charAt(,,,) char CHAR(expn) CHAR(expn)/ NLSSORT
retourne un Carctere correspondant au code UNICODE NCHAR(expn)
 
modification C++ C# Java Jscript Jscript.NET VB VB.NET VBA VBScript ASP ASP.NET Transact-SQL ORACLE DELPHI HTML    
invertion MakeReverse Reverse(,,,) StrReverse StrReverse StrReverse StrReverse REVERSE(expc)
remplacement dans expc1 de expc2 par expc3 Replace replace(,,,) Replace Replace Replace Replace REPLACE(expc1,expc2,expc3) REPLACE(expc1,expc2,expc3)/ TRANSLATE(c1,c2,C3){c3 not null}
  Join Join Join
  SetAt
concatenation concat(,,,) s=s&"   " s=s&"   " SET s=s+'  ' CONCAT
renvoie n fois le caractère espace Space Space Space SPACE
Supprime length caractere à partir de start dans expression1 et insert l'expression2 Insert STUFF(expc1,start,length,expc2) LPAD,RPAD
renvoi n fois le le l'expression REPLICATE(expc,n)
Retourne une chaine entouré par les separartors QUOTENAME(expc,separator)
 
Convertion de format C++ C# Java Jscript Jscript.NET VB VB.NET VBA VBScript ASP ASP.NET Transact-SQL ORACLE DELPHI HTML    
  StrConv StrConv
transformation en majuscule toUpperCase() UCase UCase Ucase uCase UPPER(expc) UPPER/ NLS_UPPER
 
transformation en minuscules MakeLower toLowerCase() LCase LCase LCase lCase LOWER(expc) LOWER(expc)/ NLS_LOWER
Renvoi la premiere lettre en majuscule INITCAP/ NLS_INITCAP
  Format Format Format Format
  FormatCurrency FormatCurrency FormatCurrency
  FormatDateTime FormatDateTime FormatDateTime
  FormatNumber FormatNumber FormatNumber
  FormatPercent FormatPercent FormatPercent
met en exposant sup() <SUP>
met en indice sub() <SUB>
barre la phrase strike() <STRIKE>
  small() <SMALL>
  slice(,,,)
  bold() <STRONG>
fait clignoter blink() <BLINK>
  big() <BIG><B>
  Anchor(,,,)
met en italic italic() <I>
definit la taille de la police fontsize(,,,)
definit la couleur de la police fontcolor(,,,)
  fixed() fixed
 
Extraction de sous-chaine C++ C# Java Jscript Jscript.NET VB VB.NET VBA VBScript ASP ASP.NET Transact-SQL ORACLE DELPHI HTML    
  Rigth Rigth Rigth Rigth Rigth RIGTH(expc,length)
  Left Left Left Left Left LEFT(expc,length)
  Mid Mid(,,,) Mid Mid Mid Mid
phrase -> matrice split(,,,) Split Split Split
  substr(,,,) SUBSTRING(expc,beg,length) SUBSTR(expc,start,length)
  TrimLeft LTrim LTrim LTrim LTRIM LTRIM
  TrimRigth RTrim RTrim RTrim RTRIM RTRIM
  Trim Trim Trim trim TRIM(expc)
 
PATTERN C++ C# Java Jscript Jscript.NET VB VB.NET VBA VBScript ASP ASP.NET Transact-SQL ORACLE DELPHI HTML    
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Mathematique C++ C# Java JScript JScript.NET VB VB.NET VBA VBScript ASP ASP.NET Transact-SQL ORACLE DELPHI HTML    
valeur absolue abs(,,,) Abs(,,,) Abs(,,,) Abs(,,,) ABS ABS(expn)
arctangente atan(,,,) Atn(,,,) Atn(,,,) Atn(,,,) ATAN
arctangente atan2(,,,) ATAN2
cosinus cos(,,,) Cos(,,,) Cos(,,,) Cos(,,,) COS COS
arccosinus acos(,,,) ACOS
Cosinnus hyperbolique COSH
exponentiel exp(,,,) Exp(,,,) Exp(,,,) Exp(,,,) EXP EXP
partie entiere Fix(,,,) Fix(,,,) Fix(,,,)
  ASIN
plus grand entier <= arg Int(,,,) Int(,,,) Int(,,,)
logarithme log(,,,) Log(,,,) Log(,,,) Log(,,,) LOG10 LOG(base,expn)
  LOG LN(expn)
valeur aleatoire  E [0,1] random() Rnd(,,,) Rnd(,,,) Rnd(,,,) RAND
arrondie round(,,,) Round Round Round FormatNumber ROUND(expn,d) ROUND(expn,d)/ TRUNC(expn,d)
signe Sgn(,,,) Sgn(,,,) Sgn(,,,) SIGN SIGN
sinus sin(,,,) Sin(,,,) Sin(,,,) Sin(,,,) SIN SIN
arcsinus asin(,,,) ASIN
sinus hyperbolique SINH(expn)
racine carre sqrt(,,,) Sqr(,,,) Sqr(,,,) Sqr(,,,) SQRT SQRT
tangente tan(,,,) Tan(,,,) Tan(,,,) Tan(,,,) TAN(…) TAN(…)
Tangente hyperbolique TANH(expn)
plafont ceil(,,,) CEILING(…) CEIL(expn)
seuil floor(,,,) FLOOR(…) FLOOR(…)
minimum min(,,,) MIN
maximum max(,,,) MAX
puissance pow(,,,) POWER POWER(expn,puiss)
Calcule l'exponentielle E
logarithme de 10 LN10
logarithme népérien LN2
  LOG10E
  LOG2E
nombre pi 3,1428 PI PI()
racine carre de 1/2 SQRT_2
racine carre de 2 SQRT2
cotengente COT
conversion radians -> degrés DEGREE
conversion degrés -> radians RADIANS
Mise au carré SQUARE
  MOD(expn1,expn2)
 
Statistic C++ C# Java JScript JScript.NET VB VB.NET VBA VBScript ASP ASP.NET Transact-SQL ORACLE DELPHI HTML    
Moyenne AVG AVG
Coefficient de corrélation CORR
covariance d'une population COVAR_POP
covariance d'un échantillon COVAR_SAMP
Comptage COUNT
Distribution cumulative CUME_DIST
Calcule le rang d'une ligne DENSE_RANK
Premiere ligne FIRST
Derniere LAST
Première valeur FIRST_VALUE
Derniere valeur LAST_VALUE
Permet d'acceder à plus d'une ligne à la fois LAG
Permet d'acceder à plus d'une ligne à la fois LEAD (=LAG)
Maximum MAX MAX
Minimum MIN MIN
Divise une ligne de resultat en petits groupes NTILE
Distribution cumulative PERCENT_RANK
Distribution inverse continue PERCENT_CONT
Distribution inverse discret PERCENTILE_DISC
rang d'une valeur au sein d'un groupe RANK
Calcule le rapport une valeur et la somme d'un ensemble de valeurs RATIO_TO_REPORT
Régression linéaire REGR
Génére un numero unique pour chaque ligne ROW_NUMBER
Ecart type STDEV STDDEV
Ecart type sur une population STDEVP STDDEV_POP
Ecart type sur un échantillon STDDEV_SAMP
Somme SUM SUM
Variance d'une population VARP VAR_POP
Variance d'un échantillon VAR_SAMP
Variance VAR VARIANCE
Dénombre les lignes COUNT
Dénombre les lignes (renvoit un type BIGINT) COUNT_BIG
  GROUPING
  ROLLUP
  CUBE
Calcule la checksum pour la valeur de hachage CHECKSUM
Calcule la checksum pour un group pour la valeur de hachage CHECkSUM_AGG
  BINARY_CHEKSUM
 
 
 
 
 
Fonction financiere C++ C# Java JScript JScript.NET VB VB.NET VBA VBScript ASP ASP.NET Transact-SQL   DELPHI HTML    
Amortissements DDB
Amortissements SLN
Amortissements SYD
valeurs nets NVP
valeurs nets PV
nombre d'echeances NPer
Annuités IPmt
Annuités Pmt
Annuités PPmt
taux de rendement interne IRR
taux de rendement interne MIRR
taux Rate
 
 
 
 
NUMBER C++ C# Java JScript   VB   VBA VBS     Transact-SQL   delphi    
        new Number                          
  NAN
  MAX_VALUE
  MIN_VALUE
  POSITIVE_INFINITY
  NEGATIVE_INFINITY
 
DATE C++ C# Java JScript   VB   VBA VBS ASP   Transact-SQL   delphi    
        new Date   As Date   As Date As Date Date              
Retourne le jour du mois NTH(expd)
  getYear() Year Year Year(,,,) YEAR(expd)/ DATEPART(YY,expd)
  getFullYear()
  getMonth() Month(,,,) Month(,,,) Month(,,,) MONTH(expd) / DATEPART(MM,expd)
  MonthName(,,,) MonthName(,,,) MonthName(,,,)
  getDate() Day Day GETDATE() SYSTIMESTAMP
  getDay() WeekDay(,,,) WeekDay(,,,) WeekDay(,,,) DAY(expd)/ DATEPART(DW,expd) jour de la semaine
  WeekDayName(,,,) WeekDayName(,,,) WeekDayName(,,,)
  getHours() Hour(,,,) Hour(,,,) Hour(,,,) DATEPART(HH,expd)
  getMinutes() Minute(,,,) Minute(,,,) Minute(,,,) DATEPART(MI,expd)
  getSecond() Second(,,,) Second(,,,) Second(,,,) DATEPART(SS,expd)
  getMilisecond() DATEPART(MS,expd)
  getTime()
  getTimezoneOffset() offset par raport gmt
  getVarDate()
  toString() Now Now Now Now SYSDATE
  Date Date Date CURRENT_DATE
  Time Time Time CURRENT_TIMESTAMP
  getUTCDate() GETUTCDATE() EXTRACT/ SYS_EXTRACT_UTC(expd)
  getUTCDay()
  getUTCFullYear() DATEPART(YYYY,expd)
  getUTCHours()
  getUTCMilliseconds()
  getUTCMinutes()
  getUTCMonth()
  getUTCSeconds()
  toUTCString()
  UTC()
  setDate(,,,)
  setMonth(,,,)
  setYear(,,,)
  setFullYear(,,,)
  setHour(,,,)
  setMinute(,,,)
  setSecond(,,,)
  setMiliseconds(,,,)
  setTime(,,,) renvoi la date sous forme de chaine de caracteres
Renvoie la partie de date sous forme d'une chaine caractere toLocalString() DATENAME(format,expd)
  toGMTString() nombre de milisecondes
  valueOf() return nbr of milisecondes chaine ->date
  parse(,,,) CDate(,,,) CDate(,,,)
Difference entre deux date selon le format DateDiff(,,,) DateDiff(,,,) DateDiff(,,,) DATEDIFF(format,expd1,expd2)
  DateSerial(,,,) DateSerial(,,,) DateSerial(,,,)
  DateAdd(,,,) DateAdd(,,,) DateAdd(,,,) DATEADD(format,n,expd)
  DatePart(,,,) DatePart(,,,) DatePart(,,,)
  DateValue(,,,) DateValue(,,,) DateValue(,,,)
  TimeSerial(,,,) TimeSerial(,,,) TimeSerial(,,,)
  TimeValue(,,,) TimeValue(,,,) TimeValue(,,,)
  Timer Timer WAITFOR {TIME|DELAY} expd
 
  DBTIMEZONE
  FROM_TZ
  LOCALTIMESTAMP
  MONTHS_BETWEEN
  NEW_TIME
  NEXT_DAY
  NUMTODINTERVAL(expn,format)
  NUMTOYMINTERVAL(expn,format)
  ROUND(expd,format)
  SESSIONTIMEZONE
  TRUNC(expd,format)
  TZ_OFFSET(zone|format)
 
 
Meta Data Fonction                                  
 
 
 
 
 
 
Meta Data Functions                                  
  @@PROCID
  APP_NAME
  BACKUP/ RESTORE
toutes les données sont inscrite sur le disque CHECKPOINT
  COL_LENGTH
  COL_NAME
  COLUMNPROPERTY
  DATABASEPROPERTY
  DATABASEPROPERTYEX
  DB_ID
  DB_NAME
  FILE_ID
  FILE_NAME
  FILEGROUP_ID
  FILEGROUP_NAME
  FILEGROUPPROPERTY
  FILEPROPERTY   
  fn_listextendedproperty
Returns information about full-text catalog properties. FULLTEXTCATALOGPROPERTY ( catalog_name , property )
Returns information about full-text service-level properties. FULLTEXTSERVICEPROPERTY ( property )
Returns the default nullability for the database for this session. GETANSINULL('database')
  HOST_ID
  HOST_NAME
  IDENT_SEED
  INDEX_COL
  INDEX_COL
  INDEXKEY_PROPERTY
  INDEXPROPERTY
  OBJECT_ID
  OBJECT_NAME
  OBJECTPROPERTY
  PARSENAME
  SHUTDOWN
  SQL_VARIANT_PROPERTY
  TYPEPROPERTY
 
 
 
 
 
 
 
 
 
 
 
 
 
User of DB                                  
 
  IS_SRVROLEMEMBER
  IS_MEMBER
  SUSER_SID UID
  SUSER_SNAME
  USER_ID
  USER_NAME
  USER
  SYSTEM_USER
  CURRENT_USER USER
  SESSION_USER
prend temporairement l'identité SETUSER
 
 
 
File and text                                  
   @@TEXTSIZE
  UPDATETEXT
  WRITEXT
  READTEXT table,col pointer, offset size
  TEXTPTR
  TEXTVALID
 
                                   
  OPENROWSET
  OPENQUERY
  OPENDATASOURCE
  OPENXML
  CONTAINSTABLE
  FREETEXTTABLE[1]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
TRANSACTION C++ C# Java JScript Jscript,net VB   VBS VBS ASP       delphi COM    
Commence une transaction BEGIN TRAN[SACTION] name_tran
point de sauvegarde SAVE TRAN[SACTION] name_save
annulation jusqu'à un point de sauvegarde ou de transaction ROLLBACK TRAN[SACTION] name_tran|name_save
Validation d'une transaction COMMIT TRAN[SACTION] name_tran
  BEGIN DISTRIBUTED TRANSACTION [ transaction_name | @tran_name_variable ] 
  COMMIT TRAN[SACTION]
 
 
 
 
 
 
  C++ C# Java JScript Jscript,net VB   VBS VBS ASP       delphi COM    
marice       new Array,                          
  join(,,,)
  concat()
  push()
  pop()
  shift()
  unshift()
  reverse()
  sort()
  slice()
longueur length
 
  C++ C# Java JScript   VB   VBS VBS         delphi    
        History                          
  back()
  forward()
  go(,,,)
  current
  length
  next
  previous
  toString()
 
 
  C++ C# Java JScript   VB   VBS VBS         delphi    
        new VBArray                          
  var NAME=new VBArray
  toArray
  getItem
  lbound
  ubound
  dimensions
 
 
 
 
 
  C++ C# Java JScript   VB   VBA VBS ASP       delphi ASP    
    Console,   document,           Response,         Response,    
  activeElement
  alinkColor
  bgColor
  body
  charset
  cookie
  defaultCharset
  domain
  expando
  fgColor
  lastModified
  linkColor
  location
  parentWindow
  readyState
  referrer
  selection
  title
  URL
  vlinkColor
 
  all[]
  anchors[]
  applets[]
  chidren[]
  embeds[]
  forms[]
  frames[]
  ids[]
  images[]
  Layers[] Redirect(,,,)
  links[]
  plugins[]
  scripts[]
  styleSheets[] cookies
  tags[]
 
  clear()
  close()
  createElement()
  createStyleSheet()
  elementFromPoint()
  execCommand()
  open(,,,)
  queryCommandEnabled()
  queryCommandIndeterm()
  queryCommandState()
  queryCommandSupported()
  queryCommandText()
  queryCommandValue()
  showHelp()
  write(,,,)
  writeln(,,,)
  captureEvents()
  releaseEvents()
  routeEvent()
  Events
  onafterupdate
  onbeforeupdate Write(,,,) write ",,,"
  WriteLine(,,,) onclick
  ondblclick
  ondragstart
  onerrorupdate
  onhelp
  onkeydown
  onkeypress
  onkeyup
  onmousedown
  onmousemove
  onmouseout
  onmouseover
  onmouseup
  onreadystatechange
  onrowenter
  onrowexit
  onselectstart
 
 
 
 
  C++ C# Java JScript   VB   VBA VBS         delphi    
        Event(captureEvent)                          
  ABORT
  BLUR
  CHANGE
  CLICK
  DBCLICK
  DRAGDROP
  ERROR
  FOCUS
  KEYDOWN
  KEYPRESS
  KEYUP
  LOAD
  MOUSEDOWN
  MOUSEMOVE
  MOUSEOUT
  MOUSEOVER
  MOUSEUP
  MOVE
  RESET
  RESIZE
  SELECT
  SUBMIT
  UNLOAD
 
  x
  y
  screenX
  screenY
  type
  width
  heigth
  pageX
  pageY
  target
  which
  altKey
  ctrlKey
  shiftKey
  keyCode
  button
  clientX
  clientY
  fromElement
  toElement
 
 
  C++ C# Java JScript   VB   VBA VBS         delphi    
        form                          
  action
  elements
  encoding
  length
  method
  name
  target
  reset()
  submit()
 
  C++ C# Java JScript   VB   VBA VBS         delphi    
        Function                          
  arguments[]
  caller
  length
  apply()
  tostring()
 
  C++ C# Java JScript   VB   VBA VBS         delphi HTML    
        new Image                     <img>    
propriete border
  complete
hauteur height
  hspace
  lowsrc
  name
source de l'image src
  vspace
largeur width
identification id
 
  C++ C# Java JScript   VB   VBA VBS         delphi    
        <layer>                     Layer    
  above
  background
  below
  bgColor
  clip
  hidden
  left
  name
  pageX
  pageY
  parentLayer
  siblingAbove
  siblingBelow
  src
  visiblity
  window
  x
  y
methodes
  captureEvents()
  handleEvent()
  load()
  moveAbove()
  moveBelow()
  moveBy()
  moveTo()
  moveToAbsolute()
  releaseEvents()
  resizeBy()
  resizeTo()
 
  C++ C# Java JScript   VB   VBA VBS         delphi    
        links[n],                          
  hash
  host
  hostname
  href
  pathname
  port
  protocol
  search
  target
  handleEvent(Event,CHANGE)
 
  C++ C# Java JScript   VB   VBA VBS         delphi    
        location,                          
        window,location                          
  reload()
  replace()
  hash
  host
  hostname
  href
  pathname
  port
  protocol
  search
 
  C++ C# Java JScript   VB   VBA VBS         delphi    
  IOmNavigator     Navigation                          
        window,navigator,                          
  get_appCodeName   appCodeName
  get_appMinorVersion   appMinorVersion
  get_appName   appName
  get_appVersion   appVersion
  get_browserLanguage   browserLanguage
  language
  get_connectionSpeed   connectionSpeed
  get_cookieEnabled   cookieEnabled
  get_cpuClass   cpuClass
  get_onLine   onLine
  get_platform   plateform
  get_systemLanguage   systemLanguage
  get_userAgent   userAgent
  get_userLanguage   userLanguage
  get_userProfile   userProfile
 
  javaEnabled   javaEnabled()
  taintEnabled   taintEnabled()
  get_opsProfile   preference(,,,)
 
collections
  get_mimeTypes   mimeType[]
  get_plugins   plugins[]
  toString  
 
 
 
 
  C++ C# Java JScript   VB   VBA VBS         delphi    
        mimeTypes[,,,]                          
  description
  enablePlugin
  suffixes
  type
  description
 
  C++ C# Java JScript   VB   VBA VBS         delphi    
        plugins[,,,]                          
  description
  filename
  length
  name
  refresh()
 
  C++ C# Java JScript   VB   VBA VBS ASP       delphi    
        new RegExp           set R=new RegExp              
  global Global
  ignoreCase IgnoreCase
  compile()
  exec()
  test() Test
  Patern
 
  C++ C# Java JScript   VB   VBA VBS         delphi    
        screen                          
  availHeight
  availLeft
  availTop
  availWidth
  colorDepth
  height
  pixelDepth
  width
 
  C++ C# Java JScript   VB   VBA VBS         delphi    
  IWebBrowser     window,                          
  closed
  clientInformation
  dialogArguments
  dialogHeight
  dialogLeft
  dialogTop
  dialogWidth
  defaultStatus
  document  
  event
  length
  location
  name
  navigator  
  offscreenBuffering
  opener
  parent
  returnValue
  screen  
  self  
  status
  top
  history  
  Math  
  frames[,,,]
  window  
  innerHeight
  innerWidth
  locationbar
  outerHeight
  outerWidth
  pageXOffset
  pageYOffset
  personalbar
  screenX
  screenY
  scrollbars
  statusbar
  toolbar
  Image
  Option
  alert()
  blur()
  prompt()
  setInterval()
  clearInterval()
  setTimeout(,,,)
  clearTimeout(,,,)
  open()
  close()
  confirm()
  execScript()
  focus()
  moveBy()
  moveTo()
  navigate()
  resizeBy()
  resizeTo()
  scroll()
  scrollBy()
  scrollTo()
  showModalDialod()
  back()
  forward()
  home()
  print()
  stop()
  captureEvent()
  handleEvent()
  releaseEvent()
  routeEvent()
  onbeforunload
  onblur
  onerror
  onfocus
  onhelp
  onload
  onresize
  onscroll
  onunload
 
  C++ C# Java JScript   VB   VBA VBS ASP       delphi ASP    
        window,open(,,,)                          
  left
  top
  screenX
  screenY
  width
  height
  outerWidth
  outerHeight
  innerWidth
  innerHeight
  menubar
  toolbar
  location
  status
  directories
  resizable
  scroll
  setInterval()
  clearInterval()
  close()
  moveBy()
  moveTo()
  resizeBy()
  resizeTo()
  scroll()
  scrollBy()
  scrollTo()
  back()
  forward()
  home()
  print()
  stop()
  captureEvent()
  handleEvent()
  releaseEvent()
  routeEvent()
 
  C++ C# Java JScript   VB   VBA VBS ASP       delphi ASP    
        new ActiveXObject                          
  Excel.Application
  outlook,Application
 
 
 
 
 
 
 
 
 
  C++ C# Java JScript   VB   VBA VBS ASP       delphi ASP    
        new RegExp         RegExp                
  match(,,,)
  LastMatch
  Index
  LastIndex(,,,)
  leftContext
  RightContext
  lastParen
  source()
  compile()
  exec()
  test()
  $1
  $2
  $3
  $4
  $5
  $6
  $7
  $8
  $9
 
 
 
  C++ C# Java JScript   VB   VBA VBS ASP       delphi ASP    
        new Enumerator                          
  item
  moveFirst
  moveNext
  atEnd
 
 
  C++ C# Java JScript   VB   VBA VBS ASP       delphi ASP    
        new Error         Err                
  description
  number
 
 
  C++ C# Java JScript   VB   VBA VBS ASP       delphi ASP    
  IWriteCookie     Cookie         Err                
 
  IWriteCookie::get__NewEnum
  IWriteCookie::get_HasKeys
  IWriteCookie::put_Domain
  IWriteCookie::put_Expires
  IWriteCookie::put_Item
  IWriteCookie::put_Path
  IWriteCookie::put_Secure 
 
 
  C++ C# Java JScript   VB     VBS ASP              
                    Application,              
Lock
Unlock
Content,
OnStart
OnEnd
DocumentBeforeClose
DocumentBeforePrint
DocumentBeforeSave
DocumentOpen
NewDocument
WindowActivate
WindowBeforeDoubleClick
WindowBeforeRightClick
WindowDeactivate
WindowSelectionChange
  C++ C# Java JScript   VB     VBS ASP pascal            
                    Content              
  C++ C# Java JScript   VB     VBS ASP pascal            
- Request : Récupère des informations                 Request,              
Cookies(,,,)
ClientCertificate(,,,)
Form(,,,)
QueryString(,,,)
ServerVariables(,,,)
TotalBytes
BinaryRead
  C++ C# Java JScript   VB     VBS ASP pascal            
- Response : Gère le contenu envoyé aux navigateurs                 Response,              
Cookies()
AddHeader()
AppenToLog()
BinaryWrite()
Clear()
End()
Flush()
Redirect(,,,)
Write(,,,)
Buffer
CacheControl
CharSet
ContentType
Expires
ExpiresAbsolute
IsClientConnected
Status
  C++ C# Java JScript   VB     VBS ASP pascal            
- Server : Permet le paramétrage d'exécution de Script                 Server,              
ScriptTimeout
CreateObject
Execute
GetLastError
HTMLEncode
MapPath
  C++ C# Java JScript   VB     VBS ASP pascal            
- Session : Stocke des informations                 Session,              
LCID
SessionID
TimeOut
Abandon
  C++ C# Java JScript VB VBS     ASP pascal              
                  ObjectContext,                

[1]
FREETEXTTABLE
Returns a table of zero, one, or more rows for those columns containing character-based data types for values that match the meaning, but not the exact wording, of the text in the specified freetext_string. FREETEXTTABLE can be referenced in the FROM clause of a SELECT statement like a regular table name.

Queries using FREETEXTTABLE specify freetext-type full-text queries that return a relevance ranking value (RANK) for each row.

Syntax
FREETEXTTABLE ( table , { column | * } , 'freetext_string' [ , top_n_by_rank ] )

Arguments
table

Is the name of the table that has been marked for full-text querying. table can be a one-, two-, or three-part database object name. For more information, see Transact-SQL Syntax Conventions. table cannot specify a server name and cannot be used in queries against linked servers.

column

Is the name of the column to search that resides within table. Columns of the character string data types are valid columns for full-text searching.

*

Specifies that all columns that have been registered for full-text searching should be used to search for the given freetext_string.

freetext_string

Is the text to search for in the specified column.

top_n_by_rank

When an integer value, n, is specified, FREETEXTTABLE returns only the top n matches, ordered by rank.

Remarks
FREETEXTTABLE uses the same search conditions as the FREETEXT predicate.

Like CONTAINSTABLE, the table returned has columns named KEY and RANK, which are referenced within the query to obtain the appropriate rows and use the row ranking values.

FREETEXTTABLE is not recognized as a keyword if the compatibility level is less than 70. For more information, see sp_dbcmptlevel.

Permissions
FREETEXTTABLE can be invoked only by users with appropriate SELECT privileges for the specified table or the referenced columns of the table.

Examples
This example returns the category name and description of all categories that relate to sweet, candy, bread, dry, and meat.

USE Northwind
SELECT FT_TBL.CategoryName,
   FT_TBL.Description,
   KEY_TBL.RANK
FROM Categories AS FT_TBL INNER JOIN
   FREETEXTTABLE(Categories, Description,
   'sweetest candy bread and dry meat') AS KEY_TBL
   ON FT_TBL.CategoryID = KEY_TBL.[KEY]
GO