Is there a way to connect to a HP Nonstop SQL database and perform CRUD operations from a C# based web application?
I have done some research on this and identified that Nonstop SQL can be accessed through ODBC drivers. However, there is clear answer on weather it can be used the same way as we do it for other Databases. Please let me know if someone has implemented a C#-Nonstop SQL architecture before.