Can I create a ASPX project with X# code & DBF?
Posted: Tue Sep 19, 2017 10:18 am
We have several CGI projects: VO programs using the business logic from the Pc/Server programs and producing HTML code as output. This works fine but we depend upon .exe rights from providers on their shared servers which is a 'weak point'.
Earlier I have written a few ASPX server programs in C#. Now I wonder: would it be possible to create a C# ASPX DLL solution and add a X# Vulcan compatible project which can access DBF files? Will the resulting DLL function on a webserver or will this give a problem because of the 32 bits nature of the DBF drivers?
If that is a problem (and the only problem) we can gradually move to MySQL instead but that requires more rewriting of our CGI VO code than moving it to ASPX would. As the code is pretty straightforward, the conversion itself would be much easier than that of the average Pc/server VO program
Dick
Earlier I have written a few ASPX server programs in C#. Now I wonder: would it be possible to create a C# ASPX DLL solution and add a X# Vulcan compatible project which can access DBF files? Will the resulting DLL function on a webserver or will this give a problem because of the 32 bits nature of the DBF drivers?
If that is a problem (and the only problem) we can gradually move to MySQL instead but that requires more rewriting of our CGI VO code than moving it to ASPX would. As the code is pretty straightforward, the conversion itself would be much easier than that of the average Pc/server VO program
Dick