⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
💻
字号:
(Daniel Campos <danielcampos@netcourrier.com> ) - All float values has been replaceby double values, as some extra wrong decimals were added in conversions from sql datatypes to Gambas data types.Uses the STL and requires the sqliteclient library. Currently tested withSQLite 2.8.13. from www.sqlite.orgsqlite is typeless...although in the create you can specify type details (these arejust comments!).  These types have been defined to map to gambas, those not definedwill default to string.Database/Gambas Type : ft_String/ GB_T_STRINGDDL Value : BLOB, CHAR(, CLOB, TEXT, VARCHAR, ENUM, SET, YEAR, Non specifiedDatabase/Gambas Type : ft_Boolean/ GB_T_BOOLEANDDL Value : CHAR, TINYINT, INT1, BOOLDatabase Type/Gambas : ft_Short/ GB_T_INTEGERDDL Value : SMALLINT, INT2, MEDIUMINTDatabase/Gambas Type : ft_LongDouble/ GB_T_FLOATDDL Value : BIGINT, INT8Database/Gambas Type : ft_Long/ GB_T_INTEGERDDL Value : INTEGER, INT, INT4Database/Gambas Type : ft_Float/GB_T_FLOATDDL Value : DECIMAL, NUMERIC, REAL, FLOAT, FLOAT8, FLOAT4Database/Gambas Type : ft_Date/GB_T_DATEDDL Value : TIMESTAMP, DATETIME, DATE, TIMEDatabase/Gambas Type : ft_Double/GB_T_FLOATDDL Value : DOUBLEThanks go to Leo Seib for his SQLiteDataset library ( sqlitedataset.sourceforge.net)which has been the base for my hacking.The order for locating database files is:1) If database is fullpath qualified2) If Host is specified as a valid path3) If set, GAMBAS_SQLITE_DBHOME variable4) Current working directory.The driver will look for databases in the current working directory unless the environmentvariable GAMBAS_SQLITE_DBHOME is set.There is no concept of users within sqlite.  Access is controlled by file permissionson the database file. Creates database /tmp/sqlite.db by default.  For the gambas-database-manager this willallow functionality.Sqlite is not case sensative on table or field names.  The implementation for Gambas is. Database :memory: will load only in memory

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -