jthornton
Nov 2nd, 1999, 02:41 AM
So far Microsoft is stumped but they are on their way and I am awaiting an answer.
You can refer to "Exporting Text Files" a few topics down from this one that was posted.
I have created a Schema.ini file through code to override the default export specs in the registry for a text file. The parameter "TextDelimiter=" is used to set the default text delimiter which is a double quotes around the text. They found "TextDelimiter=" in some kind of non public database but they haven't found the value that turns the double quotes off when exporting a text file. I am doing this through code so that a Export Specification does not need to be created and managed for every new query. It is being designed for a flexible user application.
Good luck in figuring it out before Microsoft.
You can refer to "Exporting Text Files" a few topics down from this one that was posted.
I have created a Schema.ini file through code to override the default export specs in the registry for a text file. The parameter "TextDelimiter=" is used to set the default text delimiter which is a double quotes around the text. They found "TextDelimiter=" in some kind of non public database but they haven't found the value that turns the double quotes off when exporting a text file. I am doing this through code so that a Export Specification does not need to be created and managed for every new query. It is being designed for a flexible user application.
Good luck in figuring it out before Microsoft.