![]() |
9 KB
|
69 KB
![]() |
17 KB
@saima: can you verify if this works correctly for other databases like SQL Server or MySQL etc ?
@ tariq
In SQL server 2012 also -DQ and -SQ command is not working for double quotes,given below is the command which I used.
sqlexport -s db_accessadmin -f 'csv' -DQ 'double-quote' -SQ 'double-quote' -o E:/stringquote-double-quote_sqlserver1 all_datatypes1
I am attaching resulting csv file.
Thanx
@ tariq
In SQL server 2012 also -DQ and -SQ command is not working for double quotes,given below is the command which I used.
sqlexport -s db_accessadmin -f 'csv' -DQ 'double-quote' -SQ 'double-quote' -o E:/stringquote-double-quote_sqlserver1 all_datatypes1
I am attaching resulting csv file.
Thanx
This issue can also be reproduced with Export tool.
This issue can also be reproduced with Export tool.
@saima : Let me go through Export Tool and then update this issue accordingly.
@saima : Let me go through Export Tool and then update this issue accordingly.
Issue #11961 |
New |
Completion |
No due date |
No fixed build |
No time estimate |
@saima: can you verify if this works correctly for other databases like SQL Server or MySQL etc ?