I need to know how can I get all the structure of my database file? display and list database don't give me the full information about all my fields, type off them etc. can anyone know how can I get all this information
I have a problem in an application that works with multiple databases (DBCs) It works with normally only one DBC at a time, all the DBC exist in separate
How can I convert a decimal (.0290) to a character without loosing the decimal and the numbers to the right of the number? Str() truncates the decimal and all numbers to the right of the decimal. Thanks