MS Access query: why does LIKE behave differently when being called from VB6 app?

后端 未结 6 1372
春和景丽
春和景丽 2021-01-06 23:32

I don\'t do a lot of coding with VB6, but I\'m updating an existing app now and just encountered a snag.

I figured out the problem. In VB6, queries must use the

6条回答
  •  说谎
    说谎 (楼主)
    2021-01-07 00:04

    Access will use a subset of ANSI-89 wildcards by default, VB6, connecting through ADO will use ANSI-92.

    Operator Comparison

    Changing the mode Access uses

提交回复
热议问题