What's strange about MS jet?

Source: Internet
Author: User

Kanas.net 1.3 is under intense testing. To ensure database support neutrality, adopt SQL standard to implement the worst MS Jet (MS Access 2000 format carrier, use ADO. Net oledb engine ). In the past, this type of database configuration was used less often, and its specific knowledge was not enough, resulting in inefficient troubleshooting.
One of the bugs in testcase went viral for an hour before they were found.

Let's take a look at the following two SQL statements with the same commands and different results:
Command text: Update debtors set debit = @ P3, searches = @ P4 where id = @ p2
Parameter table:
@ P2 = 16
@ P3 = 3650
@ P4 = 520
(The number of affected rows is 0)
Command text: Update debtors set debit = @ P1, searches = @ P2 where id = 16
Parameter table:
@ P1 = 3650
@ P2 = 520
(The number of affected rows is 1)
In SQL Server, such problems do not occur.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.