ข้ามไปที่เนื้อหาหลัก

บทความ

กำลังแสดงโพสต์ที่มีป้ายกำกับ SQL

10 The Best of Database Design Tools for 2025

1. DbSchema (Community Edition) DbSchema (Community Edition) is Managenent for design database schemas. Start to create got run SQL quuries. using SQL and NoSQL database. Support  Opereting System Windows MacOs and Linux . Pricing  Interface: Setting DB, Create, Model Schema and Relation  2. MySQL Workbench (Community Edition) MySQL Workbench Community Edition is the open-source version of MySQL Workbench, a unified visual tool for database architects, developers, and DBAs. It is licensed under the General Public License (GPL) and offers a comprehensive set of features for working with MySQL databases. Welcome Screen to MySQL Worbench Screen of Editor of MySQL MySQL Worbench Key functionalities of MySQL Workbench Community Edition include: SQL Development: Provides an integrated SQL editor for creating, executing, and managing SQL queries, as well as managing database connections. Data Modeling (Design): Enables graphical design of database schemas, forward and reverse en...

JDBC Java DataBase Connectivity

การใช้ดาต้าเบสในจาวา โดยการใช้ JDBC สำหรับติดต่อฐานข้อมูลต่างๆ ไม่ว่าจะเป็น MySQL หรือดาต้าเบสอื่นๆ ในจาวาต้องใช้ตัวที่เรียกว่า JDBC สำหรับ MySQL ใช้คำสั่งสำหรับติดต่อฐานข้อมูลคือ ใช้คลาสที่ชื่อว่า com.mysql.jdbc.Driver ตัวอย่างสำหรับการใช้งาน String url="jdbc:mysql://dbserver.ma.maae/database?user=admin&password=okpassword"; Connect con = DriverManage.getConnection(url); คำสั่งแรกเป็นการกำหนด url ที่อยู่ของ Database คำสั่งที่สอง เป็นการกำหนดการเข้าถึง Database ด้วย Driver