Tag: PowerDesigner

  • PowerDesigner 12 Auto Increment

    We can add auto increment attribute to specific column in power designer. For this article I used PowerDesigner 12. 1. Open table properties 2. Click column you want to auto increment 3. Click column properties icon (the left most icon in toolbar) 4. Check identity property

  • Connect MySQL with Powerdesigner

    Kita bisa menggunakan powerdesigner untuk menghasilkan database secara otomatis dari physical diagram model. How? bekerja dengan odbc (open database connector) install mysql odbc di http://dev.mysql.com/downloads/connector/odbc/5.1.html buka command prompt, navigasi ke direktori odbc tambahkan driver dan datasource baru untuk connect dengan database menambahkan driver: myodbc-installer -d -a -n \”MySQL ODBC 5.1 Driver\” -t \”DRIVER=myodbc5.dll;SETUP=myodbc5S.dll\” menambahkan datasource: […]