Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Driver is probably out of resources
Message
 
 
To
22/12/2010 11:07:21
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows XP
Database:
Firebird
Application:
Desktop
Miscellaneous
Thread ID:
01493602
Message ID:
01493617
Views:
58
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform