Posts by hapijs101

    We are trying to figure out how to use Conquest as a local gateway so we can host our RIS and MWL in the cloud. Conquest is running locally on windows and the RIS in the cloud is hosted on Linux. If I create or recreate the conquest database on windows, the database name and table names are all lowercase while on Linux they are a kind of camel case. This causes the RIS to crash because it can't find the tables. Can the generation of database be changed somehow in conquest code? Table names should be all lowercase so they work on all systems. Could someone advice please? I tried setting lower_case_table_names=2 in my.ini but it only works partially. Thanks!