04-03-2007 02:19 AM
04-03-2007 10:03 AM
Hi Gert,
Can you define an ODBC Data Source Name (DSN) for your MySQL data base? Or can you create an ADO connection string for your MySQL data base? If you can, then you will be able to create a profile which will load the tree structure (Tables, Columns) of your MySQL data base into DIAdem's NAVIGATOR. At this point you will have the ability to drag entire data base columns into new channels in the Data Portal. This is nice but rarely useful.
If you want to run queries against your MySQL data base, you will need to run a VBScript that programmatically queries the data base. I can send you many examples of this, including an end-user dialog that interactively builds and executes queries for you.
So, do you have a DSN or an ADO connection string?
Brad Turpin
DIAdem Product Support Engineer
National Instruments
04-03-2007 10:15 AM
04-03-2007 10:25 AM
Matthias Alleweldt Project Engineer / Projektingenieur | Twigeater? |
04-04-2007 09:05 AM
Hi Gert,
If you're able to use the SQL_...() functions in DIAdem, then you have all options open to you. I am including below my personal grab-bag of SQL applications. It's an awful lot, but hopefully you can find what you want. There are also several examples which ship with DIAdem that show the use of these functions.
Brad Turpin
DIAdem Product Support Engineer
National Instruments
04-04-2007 09:36 AM