Good Implementation for SQL Server and SQL Server CE
Posted: Tue 26 Oct 2010 09:44
Dear Devart Team,
in my Application I support currently 2 Databases. The SQL Server (Express or normal) and the SQL Server Compact Edition. Perhaps I add other Provider later. If the user choose Compact Edition, I add the SpecificOption: 'SQL Server.OLEDBProvider=prCompact' to the TUniconnection. This works very well.
Now I have two Problems:
1. All Parameters have to be "ftVariant"
In Params not working for SQL 2005 Compact you said that this is not a recommended solution. Do you have other Solutions for this Problem?
2. The SQL-Server Compact Edition is very slow
Of course it can“t be very fast. But it is possible to set Properties that I have forget. Until now I had nothing configure without the SpecificOption.
in my Application I support currently 2 Databases. The SQL Server (Express or normal) and the SQL Server Compact Edition. Perhaps I add other Provider later. If the user choose Compact Edition, I add the SpecificOption: 'SQL Server.OLEDBProvider=prCompact' to the TUniconnection. This works very well.
Now I have two Problems:
1. All Parameters have to be "ftVariant"
In Params not working for SQL 2005 Compact you said that this is not a recommended solution. Do you have other Solutions for this Problem?
2. The SQL-Server Compact Edition is very slow
Of course it can“t be very fast. But it is possible to set Properties that I have forget. Until now I had nothing configure without the SpecificOption.