SQL Direct Connection Database parameter settings

Source: Internet
Author: User
Tags server port

The SQL direct component has not been used because of coding, port problems, but it has been tested successfully.

DatabaseName = ' TEST '
Params.strings = (
' User Name=root '//username
' password=1234567 '//password
' SERVER port=3307 '//Port settings
' Database Name=test '//DB name
' SQL dialect=3 '
' Single connection=true '
' LOCAL Charset=utf8 '//Character Set
' UNICODE string=true ')
Remotedatabase = ' 192.168.1.3 '//server settings most perverted here
ServerType = Stmysql
sessionname = ' Default '
Onlogin = Databaselogin

In addition to the above settings, use SQL to manipulate the database, but also to transcode themselves:

Qryquery.close;
QryQuery.SQL.Text: = Utf8encode (' UPDATE test_person SET note= ' kam 123456 '); To transcode when there are kanji
Qryquery.execsql;

It's really some kind of pervert!

SQL Direct Connection Database parameter settings

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.