Dear all,
I am now able to define one MySql database table as a Static Database provider - through the procedure detailed in this link:
http://www.wealth-lab.com/Wiki > Providers > Database provider
The table I mentioned is updated (by another program) every 15 minutes.
This table has basically 5 columns (1:ID, 2:DateTime, 3:Ticker, 4:Close, 5:volume), and includes the very basic data that is enough to be used as a streaming provider. (And of course, i reviewed the columns' data types)
**
Things went ok when I first defined this DataSet as a static database provider (i.e. I am now able to see this ticker's chart as usual, and when I click the ticker occasionally, I see the chart updating itself with new bar data , perfect. The data is there, the connection is fine, and the chart is updated when I click the ticker and refresh the chart. Good so far!)
**
However, when I try to define this very same database as streaming provider, I had issues.
- I am trying to follow the very same procedure defined at this link:
http://www2.wealth-lab.com/WL5WIKI/DatabaseProvider.ashx?NoRedirect=1#Usage_Notes_and_Limitations_5- I can see the form (Data Manager > Database provider)
- THE PROBLEM IS THAT, the form allows me to enter the connection string, whereas nothing else becomes available (i.e. they remain empty). Thus, the select provider field cannot be filled, and consecutively all other options could not be selected, all remain empty. (but the connection string: I can edit this field),
- So, I basically cannot finalize the streaming provider configuration - for a database table which is successfully defined as a static provider.
- (to make myself clear, i attached one screenshot of this error. see the jpg)
**
What might be the issue here? How come i can define with no problem one database table as a static database provider , and cannot as a streaming provider?
**
And if it helps, my current setup is as follows:
PC: 64-bit, Windows
Excel: version 2007 / 32-bit (excel is involved in feeding this mysql table)
mysql: version 5.6 / 32-bit
wealthlab: version developer 6.6.13 / 64-bit.
ODBC connector: version: 5.2.6 / 32 bit (for excel/mysql connectivity i suppose)
NET connector: version 6.8.3. / 32-bit (MySql/wealthlab connectivity i suppose)
**
Two notes:
- First, I reached at such version/bit combination after long hours of trial and error. And I presume that, if this version/bit combination worked for me while configuring the static database provider, It should work as well for streaming database provider configurations. (Am I correct?)
- Secondly, when I click the `stream` button at the bottom-right of the screen (while the chart that is fed by this static database provider is open), my wealthlab totally crashes and returns `not responding` message. (See the jpeg)
**
Thanks in advance for your considerations and support.
best regards,
Aykut Saribiyik