您的位置:首页 > 数据库 > SQL

using DTP to connect to MySQL

2007-09-05 16:25 232 查看
This article introduce the simple step of using Mysql in DTP.
step 1: define a driver template
open the Preferences dialog and select Connectivity-->Driver Definitions;
select "MySQL 5.0", complete the corrosping input.
step 2: create a connection profile for MySQL 5.0
Right click on the Databases category and select New;
select "SQL Model-JDBC Connection";
modify the setting, click "finishi".
step 3: Connect to My SQL
right click , and select "connect"
step 4: using the connection
explore the data;
execute the query;
etc.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐