gringoloco
Programmer
I am using the view designer to create a remote view. The view
contains name/address details. I want to set up a view parameter on the surname that is case insensitive.
In the view filter I have a line
upper(customers.csurname) like upper(?vp_surname)
The view designer is converting this to:
{fn ucase(customers.csurname} like {fn ucase(?vp_surname)}
The odbc/database do not like this! (Database is interbase 6)
Foxpro version is 6.
Can I stop the view designer doing this?
contains name/address details. I want to set up a view parameter on the surname that is case insensitive.
In the view filter I have a line
upper(customers.csurname) like upper(?vp_surname)
The view designer is converting this to:
{fn ucase(customers.csurname} like {fn ucase(?vp_surname)}
The odbc/database do not like this! (Database is interbase 6)
Foxpro version is 6.
Can I stop the view designer doing this?