User Tools

Site Tools


taxengine:integration:code_samples:c_concise_sample

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
taxengine:integration:code_samples:c_concise_sample [2015/08/06 20:48] – created chucktaxengine:integration:code_samples:c_concise_sample [2015/08/06 20:50] chuck
Line 1: Line 1:
 ====== C# concise sample using TBIC ====== ====== C# concise sample using TBIC ======
 +Please see [[taxengine:install:getting_started|Getting Started]] for help with using the KampData TaxEngine. 
  
 <code> <code>
Line 29: Line 30:
             ArrayList counties = new ArrayList();             ArrayList counties = new ArrayList();
             ArrayList states = new ArrayList();             ArrayList states = new ArrayList();
-            //string server = @"Microsoft SQL Server"; +            string server = @"Microsoft SQL Server"; 
-            //string userId = "User"; +            string userId = "User"; 
-            //string password = "p@ssw0rd"; +            string password = "p@ssw0rd"; 
-            //string companyDatabase = "TWO"; +            string companyDatabase = "TWO"; 
-            string server = @"MONTANA\BUILD74"; +            string systemDatabase = "DYNAMICS";
-            string userId = "sa"; +
-            string password = "fdsa"; +
-            string systemDatabase = "B76SYS"; +
-            string companyDatabase = "B76CO";+
             Int16 timeOutSeconds = 60;             Int16 timeOutSeconds = 60;
             bool displayProgessBar = true;             bool displayProgessBar = true;
taxengine/integration/code_samples/c_concise_sample.txt · Last modified: 2015/08/06 20:53 by chuck

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki