IWMS Access and SQL Edition installation and transformation _ database other

Source: Internet
Author: User

The first time after the iwms4.5 version of the runtime automatic SQL build table. The bottom is to convert Access version data to SQL database methods.

Note: Converting from access to SQL requires two versions of the same version number

If your database account is not a system account, please open dvnews.sql with Notepad to replace [dbo] as [your SQL account]

Finally, you need to modify the SQL database connection in web.config

The SQL connection string cannot appear "&", "<", ">" If you must use the "&", "<", ">" Replace

<add key= "sqlconnstring" value= "server=" (local); Uid=sa; Pwd=1111;database=dvnews "/>

where (local) is the database server address, native
SA is the database user name
1111 for the database password
Dvnews for Database name

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.