Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Oracle remote views have incorrect field sizes?
Message
 
 
À
27/03/2000 20:06:40
Paul De Niverville
Deniverville Econometric Research Ltd.
Victoria, Colombie Britannique, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00349742
Message ID:
00351433
Vues:
28
LOBs are short hand for C(haracter)L(arge)OB(jects) or B(inary)L(arge)OB(jects)
Those are similar to (CLOB) a memo field or (BLOB)general field in VFP.
The CLOB is mostly for very ,large text documents, the BLOB for such stuff as AVI, MP3, etc. processing BLOBs requires special codeing though. For binary data, i.e. JPG, MP3, other OLE fileds a LONGRAW works better.
From my experience, the ODBC drivers for Oracle from MS work, but not as well as the drivers provided by Oracle. This is especialy true if you are working in Java, the oracle flavor of JDBC is the only one that truly works on an Oracle DB.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform