di norma io mi attengo a questa notazione

codice:
Tipo Variabile	     Prefisso	Esempio
--------------------------------------------
Integer                 i       iCounter
Long Integer            l       lTotal
Single Precision        n       nTotal
Double Precision        d       dTotal
Currency                c       cTotal
String                  s       sFileName
Boolean                 b       bChecked
Date / Time             t       tToday
Object                o, obj    oConnection, objRecordset
Controllo        ctl, ctr, ctrl ctrlNext
Bookmark                bk      bkCurrentRecord
Type                   stru     struTable
User Defined Type       udt     udtOrders

Altro	              Prefisso	Esempio
--------------------------------------------
Array                 a + tipo  asDesc, acTotals
Globale/Pubblico      g + tipo  gsUserName, goRs
Property              x + tipo  xsTitle
		
ADODB.Connection   (o)cn, (o)conn    cnMain, oconnDb
ADODB.Recordset       (o)rs    rsCust, oRsShip