Hi there,
i'm using schema.ini to export a table. As you probably know within a project you can't use import/export specifications but have to use schema.ini .
Within the ini í'm looking for a statement to tell that varchar fields (text) will be exported without quotes.
So think of my export like this
1,500,Hello
2,300,Thanks
Now i'm getiing
1,500,"hello"
2,300,"thanks"
I've looked in msdn, all i could find was this which tells me nothing about excluding the quotes
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcjetschema_ini_file.asp
i'm using schema.ini to export a table. As you probably know within a project you can't use import/export specifications but have to use schema.ini .
Within the ini í'm looking for a statement to tell that varchar fields (text) will be exported without quotes.
So think of my export like this
1,500,Hello
2,300,Thanks
Now i'm getiing
1,500,"hello"
2,300,"thanks"
I've looked in msdn, all i could find was this which tells me nothing about excluding the quotes
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcjetschema_ini_file.asp