
Signature
There's ALWAYS more than one way to skin a cat!
Answers/posts based on Access 2000/2003
On Jul 8, 6:38 pm, "Linq Adams via AccessMonster.com" <u28780@uwe>
wrote:
> This is probably as good a place as any, but what exactly do you mean by
> "kana sensitive?"
all right:
in SQL Server you can set "kana sensitive" by setting a collation with
the _KS suffix,
for example: Latin1_General_CI_AS_KS_WS.
however, I have no idea how I could set such a collation for a JET db.
Greetings
K
david@epsomdotcomdotau - 12 Jul 2008 01:57 GMT
Dunno in the current version, but in older versions you set
the collation when you created or compacted a database.
(david)
On Jul 8, 6:38 pm, "Linq Adams via AccessMonster.com" <u28780@uwe>
wrote:
> This is probably as good a place as any, but what exactly do you mean by
> "kana sensitive?"
all right:
in SQL Server you can set "kana sensitive" by setting a collation with
the _KS suffix,
for example: Latin1_General_CI_AS_KS_WS.
however, I have no idea how I could set such a collation for a JET db.
Greetings
K
Inquirer - 17 Jul 2008 10:53 GMT
> Dunno in the current version, but in older versions you set
> the collation when you created or compacted a database.
mind providing a snippet of setting kana sensitive collation while
doing these operations?
or tell me how I can do it from GUI?
david@epsomdotcomdotau - 30 Jul 2008 00:30 GMT
application.DBEngine.CompactDatabase srcname,dstname,dbLangArabic
I've never used anything other than the default, so I can't tell
you if the syntax in some versions of the Help file is correct,
or if the alternative syntax suggested by some versions of
Auto Quick Info is correct.
(david)
> > Dunno in the current version, but in older versions you set
> > the collation when you created or compacted a database.
> mind providing a snippet of setting kana sensitive collation while
> doing these operations?
> or tell me how I can do it from GUI?