Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inserting an oracle 9 BLOB record
Message
 
À
30/03/2005 14:09:36
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexique
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01000032
Message ID:
01000053
Vues:
15
Try the following:
  cFile=FILETOSTR('c:\background1.jpg') * this file is 2k in size
  cQuery = "insert into prueba_blob (blob_id,blob_1) values (1,?cFile)"
  nReg=SQLEXEC(nHnd,cQuery,'curResult')
>Hi, does anyone know how can I insert a blob record in an oracle database?
>
>I've tried this but it doesn't work:
>
>cFile=FILETOSTR('c:\background1.jpg') * this file is 2k in size
>cQuery = "insert into prueba_blob (blob_id,blob_1) values (1,"+cFile+")"
>nReg=SQLEXEC(nHnd,cQuery,'curResult')
>
>the message from oracle is:
>missin comma
>or
>invalid caracter
>
>Any ideas?
>Thanks in advance
- Jayesh
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform