Attached program & db shows a table with 2 records.
When importing the records into a table with cmd.ExecuteTable it seems the first record is used for the cell format.
The result from the program should be:
Row,A,B,C
0,1,2,3
1,5.5,5.55,5.555
The result however in the table is:
Row,A,B,C
0,1,2,3
1,5,5,5
When importing the records into a table with cmd.ExecuteTable it seems the first record is used for the cell format.
The result from the program should be:
Row,A,B,C
0,1,2,3
1,5.5,5.55,5.555
The result however in the table is:
Row,A,B,C
0,1,2,3
1,5,5,5