When you attempt to create a CONNECT DBF table, the create command executes without error. However when an attempt is made to query the data, an LRECL error is thrown and no data is returned.
I have also attempted to manually set the LRECL via the options in the create statement but the same result is achieved. I have verified the DBF file and it opens fine it is a DBF version III file.
The following executes fine:
create table dbf_demo engine=CONNECT table_type=DBF file_name='C:/MariaDB 10.1/data/demo/test_dbf.dbf';
|
However the following:
throws this error:
SQL Error (1296): Got error 174 'Table/File lrecl mismatch (857,301)' from CONNECT
|
Upon further inspection the DBF file is actually being read and the table is being created but you cannot use SELECT to view even the empty columns in the table, it consistently throws the LRECL error.
If you run the following:
show create table dbf_demo
|
You can then see the structure of dbf_demo(FIELD NAMES CHANGED):
CREATE TABLE `dbf_demo` (
|
`FIRST_NAME` char(49) NOT NULL,
|
`LAST_NAME` char(10) NOT NULL,
|
`EVENT_DATE` char(10) NOT NULL,
|
`EVENT_TYPE` char(2) NOT NULL,
|
`GRID` char(13) NOT NULL,
|
`LONG` double(11,2) NOT NULL,
|
`LAT` double(11,2) NOT NULL,
|
`LOCATION` char(181) NOT NULL,
|
`APPROVED` char(13) NOT NULL
|
) ENGINE=CONNECT DEFAULT CHARSET=utf8 `TABLE_TYPE`='DBF' `FILE_NAME`='C:/MariaDB 10.1/data/demo/test_dbf.dbf' `LRECL`=310
|
{"report":{"fcp":802.9000000953674,"ttfb":235.20000004768372,"pageVisibility":"visible","entityId":57604,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"ccbf0f6f-a765-4a53-8227-17933a49da42","navigationType":0,"readyForUser":919.9000000953674,"redirectCount":0,"resourceLoadedEnd":533.3000000715256,"resourceLoadedStart":243.30000007152557,"resourceTiming":[{"duration":12.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":243.30000007152557,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":243.30000007152557,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":255.80000007152557,"responseStart":0,"secureConnectionStart":0},{"duration":18.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":243.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":243.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":262,"responseStart":0,"secureConnectionStart":0},{"duration":173.20000004768372,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":243.70000004768372,"connectEnd":243.70000004768372,"connectStart":243.70000004768372,"domainLookupEnd":243.70000004768372,"domainLookupStart":243.70000004768372,"fetchStart":243.70000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":266.7000000476837,"responseEnd":416.90000009536743,"responseStart":281,"secureConnectionStart":243.70000004768372},{"duration":289.39999997615814,"initiatorType":"script","name":"https://jira.mariadb.org/s/099b33461394b8015fc36c0a4b96e19f-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":243.90000009536743,"connectEnd":243.90000009536743,"connectStart":243.90000009536743,"domainLookupEnd":243.90000009536743,"domainLookupStart":243.90000009536743,"fetchStart":243.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":268.3000000715256,"responseEnd":533.3000000715256,"responseStart":283.60000002384186,"secureConnectionStart":243.90000009536743},{"duration":45.89999997615814,"initiatorType":"script","name":"https://jira.mariadb.org/s/94c15bff32baef80f4096a08aceae8bc-CDN/lu2bu7/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":244.10000002384186,"connectEnd":244.10000002384186,"connectStart":244.10000002384186,"domainLookupEnd":244.10000002384186,"domainLookupStart":244.10000002384186,"fetchStart":244.10000002384186,"redirectEnd":0,"redirectStart":0,"requestStart":270.10000002384186,"responseEnd":290,"responseStart":286.7000000476837,"secureConnectionStart":244.10000002384186},{"duration":46.10000002384186,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":244.20000004768372,"connectEnd":244.20000004768372,"connectStart":244.20000004768372,"domainLookupEnd":244.20000004768372,"domainLookupStart":244.20000004768372,"fetchStart":244.20000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":270.5,"responseEnd":290.3000000715256,"responseStart":288.5,"secureConnectionStart":244.20000004768372},{"duration":49.799999952316284,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":244.30000007152557,"connectEnd":244.30000007152557,"connectStart":244.30000007152557,"domainLookupEnd":244.30000007152557,"domainLookupStart":244.30000007152557,"fetchStart":244.30000007152557,"redirectEnd":0,"redirectStart":0,"requestStart":273.40000009536743,"responseEnd":294.10000002384186,"responseStart":291.40000009536743,"secureConnectionStart":244.30000007152557},{"duration":27.200000047683716,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bu7/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":244.60000002384186,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":244.60000002384186,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":271.8000000715256,"responseStart":0,"secureConnectionStart":0},{"duration":50.200000047683716,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":244.70000004768372,"connectEnd":244.70000004768372,"connectStart":244.70000004768372,"domainLookupEnd":244.70000004768372,"domainLookupStart":244.70000004768372,"fetchStart":244.70000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":274.5,"responseEnd":294.90000009536743,"responseStart":292.10000002384186,"secureConnectionStart":244.70000004768372},{"duration":28.799999952316284,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bu7/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":244.90000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":244.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":273.7000000476837,"responseStart":0,"secureConnectionStart":0},{"duration":56.200000047683716,"initiatorType":"script","name":"https://jira.mariadb.org/s/3339d87fa2538a859872f2df449bf8d0-CDN/lu2bu7/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":245,"connectEnd":245,"connectStart":245,"domainLookupEnd":245,"domainLookupStart":245,"fetchStart":245,"redirectEnd":0,"redirectStart":0,"requestStart":276.90000009536743,"responseEnd":301.2000000476837,"responseStart":298.3000000715256,"secureConnectionStart":245},{"duration":252.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":260.40000009536743,"connectEnd":260.40000009536743,"connectStart":260.40000009536743,"domainLookupEnd":260.40000009536743,"domainLookupStart":260.40000009536743,"fetchStart":260.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":302.7000000476837,"responseEnd":513,"responseStart":506.8000000715256,"secureConnectionStart":260.40000009536743},{"duration":252.30000007152557,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":261,"connectEnd":261,"connectStart":261,"domainLookupEnd":261,"domainLookupStart":261,"fetchStart":261,"redirectEnd":0,"redirectStart":0,"requestStart":314.3000000715256,"responseEnd":513.3000000715256,"responseStart":507.60000002384186,"secureConnectionStart":261},{"duration":97.79999995231628,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":565.2000000476837,"connectEnd":565.2000000476837,"connectStart":565.2000000476837,"domainLookupEnd":565.2000000476837,"domainLookupStart":565.2000000476837,"fetchStart":565.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":628.3000000715256,"responseEnd":663,"responseStart":662.5,"secureConnectionStart":565.2000000476837},{"duration":256.1999999284744,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":796.9000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":796.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1053.1000000238419,"responseStart":0,"secureConnectionStart":0},{"duration":244.10000002384186,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":802.7000000476837,"connectEnd":802.7000000476837,"connectStart":802.7000000476837,"domainLookupEnd":802.7000000476837,"domainLookupStart":802.7000000476837,"fetchStart":802.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":1007.5,"responseEnd":1046.8000000715256,"responseStart":1044.9000000953674,"secureConnectionStart":802.7000000476837}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":16,"responseStart":235,"responseEnd":260,"domLoading":239,"domInteractive":993,"domContentLoadedEventStart":993,"domContentLoadedEventEnd":1049,"domComplete":1469,"loadEventStart":1469,"loadEventEnd":1469,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":961.3000000715256},{"name":"bigPipe.sidebar-id.end","time":962.1000000238419},{"name":"bigPipe.activity-panel-pipe-id.start","time":962.2000000476837},{"name":"bigPipe.activity-panel-pipe-id.end","time":965.4000000953674},{"name":"activityTabFullyLoaded","time":1069.2000000476837}],"measures":[],"correlationId":"e4e32f2404be5a","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":133,"dbReadsTimeInMs":12,"dbConnsTimeInMs":25,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
Can you attach the test_dbf.dbf file so I can test what happens with it?