读书人

请教 .db后缀的文件是什么文件?怎么读

发布时间: 2012-03-18 13:55:39 作者: rapoo

请问 .db后缀的文件是什么文件?如何读取数据?
请指教~!

文件部分内容截取如下:

; Database S12X_EFI_20070425.db
;

VERSION 103 COMMENT " "

DEFAULT MOTOROLA

MAP 1 "proto_euro3_efi_S12X_fbl_00_00_01.MAP "


GROUP 'Air_Management ' : "Comment " {
GROUP 'Dashpot ' : "Kommentar " {
GROUP 'Dashpot_Calibrations ' : "Kommentar "
GROUP 'Dashpot_Variables ' : "Kommentar "
}
GROUP 'air_calibrations ' : "Comment "
GROUP 'air_variables ' : "Comment "
}
GROUP ASAP2_FUNCTION 'Diagnostics ' : "Diagnostic systems and features " {
GROUP 'DTC_LIVE_FAULTS ' : "Comment "
GROUP 'DTC_PERMANENT_FAULTS ' : "Comment "
GROUP ASAP2_FUNCTION 'DTCs ' : "Comment "
}
GROUP 'EGR ' : " " {
GROUP 'EGR_calibrations ' : " "
GROUP 'EGR_variables ' : "Comment "
}
GROUP ASAP2_FUNCTION 'EOBD_CAT_O2_Monitor ' : "Comment " {
GROUP 'EOBD_CAT_Calibrations ' : "Kommentar "
GROUP 'EOBD_CAT_Variables ' : "Kommentar "
}
GROUP 'EOBD_Misfire_Detection ' : "Comment " {
GROUP 'Misfire_Calibration ' : "Comment "
GROUP 'Misfire_Variable ' : " "
}
GROUP 'Fuel_Management ' : "All fuel sysytem variables " {
GROUP SYSTEM ASAP2_FUNCTION 'Fuel_Actuation ' : "Fuel injector actuation " {
GROUP 'Fuel_Actuation_Calibrations ' : "Kommentar "
GROUP 'Fuel_Actuation_Variables ' : "Kommentar "
}
GROUP ASAP2_FUNCTION 'Fuel_Control ' : "All variables associated with fuel control " {
GROUP 'Fuel_Base ' : "Comment " {
GROUP 'FuelBase_Calibration ' : "Kommentar "
GROUP 'FuelBase_Variables ' : "Kommentar "
}
GROUP 'Fuel_Cut ' : "Comment " {
GROUP 'FCO_Calibrations ' : "Kommentar "


GROUP 'FCO_Variables ' : "Kommentar "
}
GROUP 'Fuel_Global_Trims ' : "Comment " {
GROUP 'Fuel_AAP_Trim ' : "Comment "
GROUP 'Fuel_Adaptive ' : "Comment " {
GROUP 'Fuel_Adapt_Calibrations ' : "Kommentar "
GROUP 'Fuel_Adapt_Varaibles ' : "Kommentar "
}
GROUP 'Fuel_Closed_Loop ' : "Comment " {
GROUP 'FCL_Calibrations ' : "Kommentar "
GROUP 'FCL_Varaibles ' : "Kommentar "
}
GROUP 'Fuel_Power_Enrich ' : "Comment " {
GROUP 'FPWR_Calibration ' : "Kommentar "
GROUP 'FPWR_Variables ' : "Kommentar "
}
GROUP 'Fuel_Transient_Correction ' : "Comment " {
GROUP 'Dmap_fuel ' : "Kommentar " {
GROUP 'Dmap_Fuel_Calibration ' : "Kommentar "
GROUP 'Dmap_Fuel_Variables ' : "Kommentar "
}
GROUP 'Dthr_fuel ' : "Kommentar "
}
GROUP 'Fuel_Warm_Up ' : "Comment " {
GROUP 'FWR_Calibrations ' : "Kommentar "
GROUP 'FWR_Variables ' : "Kommentar "
}
}
GROUP 'Fuel_Ind_Cyl_Trims ' : "Comment " {
GROUP 'Fuel_Ind_Cyl_Calibrations ' : "Kommentar "
GROUP 'Fuel_Ind_Cyl_Variables ' : "Kommentar "
}
GROUP 'Fuel_Running ' : "Data associated with normal running fuel "


GROUP 'Fuel_Start ' : "Comment " {
GROUP 'Fuel_Start_Calibrations ' : "Kommentar "
GROUP 'Fuel_Start_Variables ' : "Kommentar "
}
}
GROUP 'Wall_Wetting ' : " "
}

[解决办法]
parodox
[解决办法]
MOTOROLA一般都使用SQL Lite数据库,你这个象自己建的一个文本文件,不是一个通用的数据库文件.
[解决办法]
好像foxbase也这后缀
[解决办法]
数据库文件

读书人网 >C++ Builder

热点推荐