Hello
I am creating a view to download some data from our SQL Server. When I create the SQL View in the VFP program view is rounding my numbers to 2 decimal points. (Example 0.1234 = 0.1200) If I browse the view with the progam off see the data the way it should be. The SQL table fields are money type coming in. Does anyone know of a fix so that the data in coming into the view is the same as when the program recieves the view data? Can fields in an SQL view be given attributes like N(10,4) or C(25)?
Thanks for any help
Craig
I am creating a view to download some data from our SQL Server. When I create the SQL View in the VFP program view is rounding my numbers to 2 decimal points. (Example 0.1234 = 0.1200) If I browse the view with the progam off see the data the way it should be. The SQL table fields are money type coming in. Does anyone know of a fix so that the data in coming into the view is the same as when the program recieves the view data? Can fields in an SQL view be given attributes like N(10,4) or C(25)?
Thanks for any help
Craig