HomeForum
Welcome, Guest

Loading data from SQLite database
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Loading data from SQLite database

Loading data from SQLite database 1 year, 7 months ago #1125

  • Black
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
Hello

I want to load data from SQLite database but I am not able to create SQLite connection

Joe

Re: Loading data from SQLite database 1 year, 7 months ago #1129

  • admin
  • NOW ONLINE
  • Moderator
  • Posts: 2190
  • Karma: 12
Please run following SQL against the repository.

It will enable additional conenction types.

insert into objects_tree (object_id,parent_id,name,object_type)
values (342,0,'MySql',342)
GO
insert into objects_tree (object_id,parent_id,name,object_type)
values (344,0,'PostgreSQL',344)
GO
insert into objects_tree (object_id,parent_id,name,object_type)
values (346,0,'Interbase',346)
GO
insert into objects_tree (object_id,parent_id,name,object_type)
values (338,0,'OleDB',338)
GO
insert into objects_tree (object_id,parent_id,name,object_type)
values (348,0,'SQLite',388)
GO

Mike
  • Page:
  • 1
Time to create page: 0.15 seconds

Testimonials

Currently we are using Visual Importer Ent to import our client’s customer RMA data into our SQL server for further processing and export same data to their ftp server.

We Process 3000 files daily, 24h x 365d

C Gandhi
Nesa-Canada

User Login

You only need to log in or register to use our support forum



Our customers

BP

BBC

HSBC


Databases we work with

Go to top