Diego Lazzarino - IT Blog

Al mondo ci sono 10 tipi di persone: chi conosce il sistema binario e chi no
posts - 29, comments - 133, trackbacks - 192

aprile 2007 Blog Posts

OleDbType Enumeration vs. Microsoft Access Data Types

Me lo segno.... :-) List of the Most Common Data Type Mappings The following table lists the most common data types that are used in Microsoft Access and how these data types relate to the Microsoft .NET Framework data types and to the OleDbType enumeration. Access Type Name Database Data Type OLE DB Type .NET Framework Type Member Name Text VarWChar DBTYPE_WSTR System.String OleDbType.VarWChar Memo LongVarWChar DBTYPE_WSTR System.String OleDbType.LongVarWChar Number: Byte UnsignedTinyInt DBTYPE_UI1 System.Byte OleDbType.UnsignedTinyInt Yes/No Boolean DBTYPE_BOOL System.Boolean OleDbType.Boolean Date/Time DateTime DBTYPE_DATE System.DateTime OleDbType.Date Currency Decimal DBTYPE_NUMERIC System.Decimal OleDbType.Numeric Number: Decimal Decimal DBTYPE_NUMERIC System.Decimal OleDbType.Numeric Number: Double Double DBTYPE_R8 System.Double OleDbType.Double Autonumber (Replication ID) GUID DBTYPE_GUID System.Guid OleDbType.Guid Number: (Replication ID) GUID DBTYPE_GUID System.Guid OleDbType.Guid Autonumber (Long Integer) Integer DBTYPE_I4 System.Int32 OleDbType.Integer Number: (Long Integer) Integer DBTYPE_I4 System.Int32 OleDbType.Integer OLE Object LongVarBinary DBTYPE_BYTES Array of System.Byte OleDbType.LongVarBinary Number: Single Single DBTYPE_R4 System.Single OleDbType.Single Number: Integer SmallInt DBTYPE_I2 System.Int16 OleDbType.SmallInt Binary VarBinary* DBTYPE_BYTES Array of System.Byte OleDbType.Binary Hyperlink VarWChar DBTYPE_WSTR System.String OleDbType.VarWChar

posted @ lunedì 23 aprile 2007 13:36 | Feedback (11) | Filed Under [ .NET ]

Password & Portable Application

Volete un modo sicuro e comodo per salvare le password ? Bene, vi consiglio di dare un'occhiata a KeePass. Questo programmino gestisce in modo sicuro le nostre password ed inoltre ci dà un'idea del grado di affidabilità della stesse. Per dettagli http://keepass.info Inoltre quest'applicazione non necessita di installazione, quindi perchè non metterla su USB Key ed avere sempre le password con noi? E non è finita, per non cercare tutte le volte il software sulla chiave USB, si può utilizzare PStart http://www.pegtop.de/start che offre un menu nella tray bar in modo da accedere comodamente a tutte le nostre applicazioni portabili....

posted @ lunedì 16 aprile 2007 09:42 | Feedback (2) | Filed Under [ Tool ]

Workshop "Optimization Day"

  Ieri sono stato al mitico workshop organizzato da UGI e sono rimasto veramente colpito dalla qualità dei contenuti e dal carisma degli speaker. Oggi, dopo aver fatto colazione con la tazza "Microsoft Architect" ;-)  , ho deciso di iniziare a "bloggare" e diventare parte attiva della community. Ringrazio fin d'ora tutti quelli che si adoperano per mantenere viva questa importantissima risorsa, ci si vede sul blog.

posted @ sabato 14 aprile 2007 11:23 | Feedback (2) | Filed Under [ Community ]

Powered by:
Powered By Subtext Powered By ASP.NET