1

Closed

"Generate Local Database Cache code..." issue

description

A couple months back you made changes to the command line scripting utilities that I needed (specifically topo order and DateTime2 conversion to datetime instead of nvarchar(27)). I am using Toolbox 3.0.0.6 and the scripting works correctly, but when I choose "Generate Local Database Cache code..." and have it create the compact database within that dialog it appears to be using the old scripting libraries or something (datetime2 is nvarchar(27) instead of datetime specifically sticks out).
Closed Jul 1, 2012 at 1:10 PM by ErikEJ
By design (SyncFx)

comments

ErikEJ wrote Jun 22, 2012 at 5:49 PM

That menu option only generates Sync Framework code, it does not generate the database, running the code however can create the database for you - is that what you mean - the going from datetime2 to nvarchar(27) is done by the Sync Framework, (and is by design) and beyound my control.