Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Driver is probably out of resources
Message
 
 
À
22/12/2010 11:07:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows XP
Database:
Firebird
Application:
Desktop
Divers
Thread ID:
01493602
Message ID:
01493617
Vues:
59
>Hello I am having problems doing a select where the table has a field filled with an accent.
> If there is in the description field of my table "AAA" with accent can not make the appointment. If I delete the registry everything works.
>
> The error I get is: Probably Driver is out of resources.
>
> Command:
>cSql = "SELECT CustomerID FROM WHERE CLIENTESSLOGANS SLOGAN = 'AAA'"
>SQLEXEC (_screen.oCONNECTION.handle, cSql, cCursor)
>
> Firebird Version 2.1.
>
> Can anyone help me please?
>
> Thank you.

You're missing Table Name in your FROM clause.

select CustomerID FROM Customers WHERE ...

If your select command is correct and it's just a UT typo, then you may need to consult Firebird support forum, as it may be a bug.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform