sappie
Posts: 13
|
| Posted: 09/14/2005, 6:56 AM |
|
Hello,
Can't seem to find a solution for following problem:
I've got a table which contains names. These names can contain 'special characters', like "ö" in the name "Björn".
I've got a search form wich I like to work as follows:
If I search for "Bjorn" the record with the name "Björn" has to be found as well.
Is there a way to accomplish this?
|
 |
 |
Edd
Posts: 547
|
| Posted: 09/15/2005, 6:15 AM |
|
sappie,
Refer to your database and the COLLATE verb
You can usually search altering the COLLATE verb depending upon the language.
You may find that your database was configured using the wrong collation definition.
Regards,
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
|