Hi,
I have an application using HFSQL. All files (databasetables) are defined as HFCLASSIC in the analysis.
During runtime I switch to HFSQL when setting up the connection.
Now I did a test to see if my app would run on an mssql-server. So I created an empty database in sqlserver, switched the connection type and started my application.
All databasetables are created during the first run but every table now has a FIC extension, i.e.: dbo.Tbl_Customers.FIC
After that I'm getting errors because the application cannot find dbo.Tbl_Customers - that is WITHOUT the FIC extension
How to deal with this?
I have an application using HFSQL. All files (databasetables) are defined as HFCLASSIC in the analysis.
During runtime I switch to HFSQL when setting up the connection.
Now I did a test to see if my app would run on an mssql-server. So I created an empty database in sqlserver, switched the connection type and started my application.
All databasetables are created during the first run but every table now has a FIC extension, i.e.: dbo.Tbl_Customers.FIC
After that I'm getting errors because the application cannot find dbo.Tbl_Customers - that is WITHOUT the FIC extension
How to deal with this?