Results 1 to 10 of 10
  1. #1
    Geronimo is offline Novice
    Windows 7 32bit Access 2016
    Join Date
    Jan 2022
    Posts
    3

    Hov can I import data from db sqlite file to Acces database.


    I need help with accesing data from the database file, which I found on web.
    The database has almost 2 million records, the zipped file is almost 40 MB in size, so I insert a link
    Here is the original file: https://rapidshare.io/1OU1/Jednolity...y_baza_JIM.zip
    This is some kind of db (sqllite?) database that I do not know with executable file ejim.exe and some librarys.
    How do I link an access database to an ejim database.db

    I'll be grateful for the hint.

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,412
    look for an appropriate ODBC driver for the db in question. Not used this link before but they provide drivers for a wide range of db's
    https://www.progress.com/odbc

    once you have found it and installed it you can use the linked table manager to connect to it via the odbc option

  3. #3
    Geronimo is offline Novice
    Windows 7 32bit Access 2016
    Join Date
    Jan 2022
    Posts
    3
    Thanks for the quick reply. On the given page there are no dedicated ODBC to the SQLlite database, and I read this format from the preview of the db file in notepad and the attached instructions. What ODBC should I choose, after selecting dBase still access does not want to connect to the database

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows 10 Office 365
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    Do you know for sure that the zip file contains an Sqlite database?

    Several hits with Google using "odbc driver for sqlite".

  5. #5
    Minty is offline VIP
    Windows 10 Office 365
    Join Date
    Sep 2017
    Location
    UK - Wiltshire
    Posts
    3,003
    I think this driver is widely used
    http://www.ch-werner.de/sqliteodbc/
    DLookup Syntax and others http://access.mvps.org/access/general/gen0018.htm
    Please use the star below the post to say thanks if we have helped !
    ↓↓ It's down here ↓↓

  6. #6
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,563
    Hi
    Using Excel - Get Data gives you a list of the contents of the eJIM Folder as shown in the attached.
    Attached Thumbnails Attached Thumbnails Contents.JPG  
    You can PM me if you need further help.
    Good Reading https://docs.microsoft.com/en-gb/off...on-description

  7. #7
    Geronimo is offline Novice
    Windows 7 32bit Access 2016
    Join Date
    Jan 2022
    Posts
    3
    Thank You for replies. But I want direct access to the ejim.db file only. I know, the zipped folder contains many various files: exe file, libraries and instructions, and the ejim database.db I think build in sqlite. Why do I think the database is based on sqlite, because on the last page of the manual in pdf there is a screenshot from sqlite studio and the first line of a ejim.db file opened in notepad is SQLite format 3



    To mike60smart
    I don't really understand what you mean with this file listing:
    Using Excel - Get Data gives you a list of the contents of the eJIM Folder as shown in the attached.

  8. #8
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,563
    The image I uploaded is a screenshot of Excel after I used the Get Data option in Excel
    You can PM me if you need further help.
    Good Reading https://docs.microsoft.com/en-gb/off...on-description

  9. #9
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,114
    Have you tried to install and use the driver that Minty provided to link to the file?
    Vlad Cucinschi
    MS Access Developer
    http://forestbyte.com/

  10. #10
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,114
    Hi Geronimo,
    I was able to install SQLLite3 from the link provided by Minty and using the built-in command prompt tool I have exported all tables to csv. I used the instructions in this site to run the exports: https://www.sqlitetutorial.net/sqlit...te-export-csv/
    So first you open the SQLLite3 from your start-up, browse for the eJim.db file then at the prompt I issued .tables to list the tables then
    Code:
    .header on
    .mode csv
    .output jim.csv
    SELECT * FROM jim;
    .output gestorzy.csv
    SELECT * FROM gestorzy;
    ....
    ....
    .quit
    I have zipped the resultant csv files but they are too big to post here (35MB).
    Click image for larger version. 

Name:	Screenshot 2022-01-10 132446.png 
Views:	8 
Size:	54.6 KB 
ID:	47026
    Cheers,
    Vlad Cucinschi
    MS Access Developer
    http://forestbyte.com/

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Import excel file / data into access database.
    By johnseito in forum Access
    Replies: 3
    Last Post: 10-18-2018, 06:34 AM
  2. Import multiple txt files acces 2003
    By soli004 in forum Import/Export Data
    Replies: 3
    Last Post: 09-18-2013, 02:46 AM
  3. Import Partial Excel File into Database
    By AndrogynyRocks in forum Access
    Replies: 3
    Last Post: 04-13-2012, 02:31 PM
  4. Acces 2003: Import Form
    By compooper in forum Import/Export Data
    Replies: 4
    Last Post: 06-22-2011, 02:51 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums