Hi,
I'm wondering whether anyone on Hardhats has set up the FileMan Projection tool that Medsphere developed -- it is a powerful tool that, in essence, makes FileMan tables accessible using SQL coding. There are three components to this:
1) Setting up the SQL-formatted tables on the WorldVistA server (via a KIDS file)
2) Setting up a local mySQL server
3) Creating tables on the local MySQL server that point to ("project") the tables on the WorldVistA server (this is helped by a tool that Medsphere developed called "FM Visualiser").
I set up the FM Visualiser Tool and am having a bit of difficulty getting it to work. I have projected the table ICD_DIAGNOSIS from FileMan (this is a table created via the Medsphere KIDS file)--while I can see the headers, the underlying data itself doesn't seem to have gone across and I'm not quite sure how to access it. I can see the underlying data on the WorldVistA server via the FM Visualiser, but not on the local MySQL server. Therefore, when I write an SQL query, it returns zero rows.