Hi,
I have an application in vb.net which accepts 18 digit numeric data to sql server, then later on I'm going to output it in a dbase III format. I'm having a problem during the said conversion. For example, when a numeric data 123456789012345678 transformed into dbase format it does not get the exact value. It becomes 123456789012346000. Does the dbase III accept only upto 15 digits length? Is there any way how I can solve my problem in the conversion?
I really appreciate for any help that will come. Thank you very much.
I have an application in vb.net which accepts 18 digit numeric data to sql server, then later on I'm going to output it in a dbase III format. I'm having a problem during the said conversion. For example, when a numeric data 123456789012345678 transformed into dbase format it does not get the exact value. It becomes 123456789012346000. Does the dbase III accept only upto 15 digits length? Is there any way how I can solve my problem in the conversion?
I really appreciate for any help that will come. Thank you very much.