01/10/2018, 09:22

Làm sao tạo khóa ngoại trong sqlite manager?

chào anh/chị cho em hỏi làm sao tạo khóa ngoại trong sqlite manager em tìm trên google nhưng không thấy có em xin cám ơn

Mai Anh Dũng viết 11:30 ngày 01/10/2018

Không chắc là em đang hỏi về Sqlite Manager trên Firefox hay không? Có link này em thử xem

https://www.kevinhooke.com/2011/03/27/enabling-fk-suport-in-sqlite-with-firefox-sqlite-manager/

To enable FK support using SQLite Manager:

  • Go to DB Settings, change Foreign Keys to ‘On’, Press ‘Change’
  • Go to Tools, then ‘Use table for extension data’
  • Go to Tools, then ‘Open on-connect SQL’
  • Click on the ‘On connect SQL’ tab – the ‘On-connect SQL statements for THIS database’ textarea is now enabled.
  • In the field enter: PRAGMA foreign_keys=ON;
  • Press Save.
Duc Nguyen viết 11:22 ngày 01/10/2018

em cám ơn anh em sử dụng Sqlite Manager trên Firefox

Duc Nguyen viết 11:38 ngày 01/10/2018

sao em làm theo làm theo mà ko đc

Bài liên quan
0