Search found 3 matches

by matejr1234
Thu Jul 19, 2018 5:35 am
Forum: Data Manipulation
Topic: API reference - IDatabase.WriteObjects Method
Replies: 4
Views: 4948

Re: API reference - IDatabase.WriteObjects Method

Thank you for suggesting an alternative. I will try to implement it and see if there is a difference.
by matejr1234
Thu Jul 12, 2018 1:00 am
Forum: Data Manipulation
Topic: API reference - IDatabase.WriteObjects Method
Replies: 4
Views: 4948

Re: API reference - IDatabase.WriteObjects Method

This code throws Run-time error '445' Object doesn't support this action. Any idea what I'm doing wrong? Thank you. Matej Dim dbEV As IDatabase dbPath = "C:\work\fmd\fmd.edb" Dim dbMgr As EViewsEdx.EViewsDatabaseManager Set dbMgr = New EViewsEdx.EViewsDatabaseManager Set dbEV = dbMgr.OpenD...
by matejr1234
Wed Jul 11, 2018 8:13 am
Forum: Data Manipulation
Topic: API reference - IDatabase.WriteObjects Method
Replies: 4
Views: 4948

API reference - IDatabase.WriteObjects Method

Hi, I am trying to build a VBA code that would write multiple series to the database at once. I have successfully managed to implement an IDatabase.WriteObject Method but it is rather slow because it stores only one series at a time. According to "EViews Database Extension Interface" manua...

Go to advanced search