I need to write an application (In .NET (C# or VB.NET) to access an Interbase gdb among other things. It also needs to catch post_event calls made within triggers.
I was wondering if anyone ever used the IB API (seems like the only solution) from within C# or VB. I know Interbase is a Borland product but surely someone can help me out here. Im ina situation where I could tell these people to port their data to their newly acquired SQL Server2000 but I'd prefer to have their data stay in Interbase.
I searched the inet and could only find components for Delphi. I urgently need some guidance other than the recommendation to switch to Delphi or C++.
Thanks Again.
caf
PS: I've got two workarounds in mind.
1) External File declared as table and using dotNET functions to scan for changes in the file. I then write a record from the trigger instead of post_event.
2)Check the table every specified interval for changes (URghh!!~ Both options are MESSY! although one more than the other)
I was wondering if anyone ever used the IB API (seems like the only solution) from within C# or VB. I know Interbase is a Borland product but surely someone can help me out here. Im ina situation where I could tell these people to port their data to their newly acquired SQL Server2000 but I'd prefer to have their data stay in Interbase.
I searched the inet and could only find components for Delphi. I urgently need some guidance other than the recommendation to switch to Delphi or C++.
Thanks Again.
caf
PS: I've got two workarounds in mind.
1) External File declared as table and using dotNET functions to scan for changes in the file. I then write a record from the trigger instead of post_event.
2)Check the table every specified interval for changes (URghh!!~ Both options are MESSY! although one more than the other)