| |
|

Data Dynamics Analysis Support
Started by prh at 01-20-2010 10:44 PM. Topic has 2 replies.
 
 
 
|
|
Sort Posts:
|
|
|
|
01-20-2010, 10:44 PM
|
prh
Joined on 01-21-2010
Posts 2
|
|
|
Hi,
I'm testing (evaluating) Analysis in my VB 2008 IDE.
For a local application with online access to a MySQL database I'm looking for the ConnectionString in Analysis. Better: an example for this.
In VB we're using DotConnect mySQL for establishing an connection to the online mysql database.
I don't know how should I proceed. Please help...
Thanks,
-prh
|
|
|
|
|
Report
|
|
|
|
01-23-2010, 8:48 AM
|
prh
Joined on 01-21-2010
Posts 2
|
Re: mySQL-Connection (::fail)
|
|
|
|
|
Okay, service = no.
Good bye,
-prh
|
|
|
|
|
Report
|
|
|
|
01-23-2010, 6:53 PM
|
James Johnson - DD
Joined on 01-05-2006
Columbus, Ohio
Posts 525

|
|
|
Hi prh,
I apologize. I'm not sure why no one replied; we strive to have a maximum 1 business day response time so it will be investigated.
I'm not very familiar with DotConnect, however from the looks of it; its another ADO.NET data provider.
I don't think we expose the functionality for users to implement their own data source in Analysis. So you would need to provide the data in an "unbound" fashion by first performing your query to get the data into some structure (ADO.NET DataSet or an IEnumerable collection) and provide it to the control that way.
This how to article walks you through the steps of setting this up.
However, internally our data source API very closely mimics the ADO.NET data model, so it would be fairly easy to create your own set of data source classes. As I mentioned I think this functionality isn't currently exposed, but I'm double checking this with the dev team.
Please let me know if there is anything else I can do for you.
Thanks,
James Johnson Product Manager
|
|
|
|
|
Report
|
|
|
|
|
GrapeCity » Product Support » Data Dynamics A... » Re: mySQL-Connection
|
|
|
|
|