SqLite

Hướng dẫn các function với SqLite

Tên FunctionMô Tả

Database_ConnectSQLite

Mở kết nối tới file SqLite

Database_Execute

Thực thi 1 lệnh SqLite

Database_RecordSetEOF

Kiểm tra xem đã duyệt đến dòng cuối khi lấy dữ liệu từ SqLite

Database_GetField

Lấy dữ liệu từ 1 cột trong dòng dữ liệu

Database_RecordSetMoveNext

Chuyển tới dòng dữ liệu tiếp theo

Database_RecordSetGetFieldCount

Đếm tổng số cột lấy về trong dòng với truy vấn SELECT

Last updated