First and foremost - I am not a dba by any means.
I am working with a progress database which feeds an automotive aftermarket application "icas - pacesetter"
I am trying to export data into excel using an ODBC connection. I am running into issues where the data in certain fields is longer than the specified precision for that field. In discussions with tech support - they are telling me to alter my SQL queries using a "FORMAT" element. I have not found much documentation on the syntax for this string.
It expressed to them that it would make more sense to adjust the database to accuratley reflect the data schema as oppose to altering the quieries - so that anyone can pull data if need be. So...
1. I am hesitant to run the dbtool for fear that I will take down the application - and it requires a restart of the system. What are the odds that it will have a greater impact?
2. Does anyone know the syntax to query through ODBC and speicfy a different field length so that data for that field is returned?
3. Any other suggestions on how to pull this data from the database aside from excel using ODBC ?
Thanks
Derek.-
I am working with a progress database which feeds an automotive aftermarket application "icas - pacesetter"
I am trying to export data into excel using an ODBC connection. I am running into issues where the data in certain fields is longer than the specified precision for that field. In discussions with tech support - they are telling me to alter my SQL queries using a "FORMAT" element. I have not found much documentation on the syntax for this string.
It expressed to them that it would make more sense to adjust the database to accuratley reflect the data schema as oppose to altering the quieries - so that anyone can pull data if need be. So...
1. I am hesitant to run the dbtool for fear that I will take down the application - and it requires a restart of the system. What are the odds that it will have a greater impact?
2. Does anyone know the syntax to query through ODBC and speicfy a different field length so that data for that field is returned?
3. Any other suggestions on how to pull this data from the database aside from excel using ODBC ?
Thanks
Derek.-