Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Statement causes foxpro error
Message
From
22/04/2002 13:52:47
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SQL Statement causes foxpro error
Miscellaneous
Thread ID:
00647711
Message ID:
00647711
Views:
37
Hi,

I have a edit box on a form. User types in information and then clicks a search button. code looks like this:

lcSql = "select * from table where upper(fieldname) like '%" + UPPER(lcDescrip) + "%' into cursor myCursor"
&lcSql

IF the user presses the "enter" key in the edit box we get an error message, critical error 36. I think the problem is that foxpro doesn't like the upper function and the return key. Only problem is that I want this to be a case insensitive search. Any ideas on how to fix this?

Using VFP 7, sp1

Thanks!
Next
Reply
Map
View

Click here to load this message in the networking platform