No announcements
Found 2683716 threads
-
1 Votes
double quote inside a double quote
Hi, if you are reading from a text file, then the double quotes would have been escaped.Answered | 2 Replies | 12247 Views | Created by Liang1 - Wednesday, January 21, 2009 3:34 AM | Last reply by asanga vipulasiri - Wednesday, January 21, 2009 4:18 AM -
0 Votes
Double quotes within a Double Quotes text qualifier
In addition to Arthur's solution, here is Jeff Moden's solution for the nested double quotes problem: "If you setup a BCP format file correctly ...Answered | 2 Replies | 3729 Views | Created by JesseO - Tuesday, March 5, 2013 6:56 PM | Last reply by Kalman Toth - Thursday, March 7, 2013 2:57 PM -
0 Votes
single quotes and double quotes issue
like below i have used the ...Answered | 4 Replies | 3154 Views | Created by EmpAnsar - Wednesday, July 15, 2015 4:58 AM | Last reply by EmpAnsar - Monday, July 27, 2015 6:53 AM -
0 Votes
Filter Strings With Double Quotes
If you're using parameters, the double quote in the string should not matter.Answered | 3 Replies | 7646 Views | Created by ASR1 - Friday, August 5, 2011 9:32 PM | Last reply by Naomi N - Monday, August 8, 2011 5:25 PM -
0 Votes
Escape double quote
You shouldn't have to double the quotes for the parameter name @CarName in the query.Answered | 6 Replies | 3886 Views | Created by NoEgo - Thursday, November 6, 2008 6:37 PM | Last reply by NoEgo - Thursday, November 6, 2008 6:52 PM -
6 Votes
Using double quotes in strings
You can use " + "\"" + " in C# and 4 ...Answered | 8 Replies | 36278 Views | Created by Brendan09 - Friday, November 28, 2008 6:41 AM | Last reply by DannyBoy 28409 - Tuesday, November 24, 2009 9:16 PM -
2 Votes
Escaping double quotes in C#
Quotes are not the problem.Answered | 6 Replies | 10418 Views | Created by Chas Long - Thursday, January 1, 2009 11:24 AM | Last reply by Chas Long - Saturday, January 3, 2009 8:19 AM -
0 Votes
double quotes SSIS
Is there any way i can remove the first and last double quote so that it loads properly.Answered | 1 Replies | 2998 Views | Created by Daniel256 - Tuesday, August 9, 2011 3:26 PM | Last reply by Nik - Shahriar Nikkhah - Tuesday, August 9, 2011 4:24 PM -
0 Votes
Double quotes in SQL statement
If you still have problem, please feel free to unmark as the answer and change the issue type back to "Question" and follow up with necessary information.Answered | 2 Replies | 3970 Views | Created by bacic-i - Wednesday, February 18, 2009 12:40 PM | Last reply by Guo Surfer - Tuesday, February 24, 2009 2:34 AM -
0 Votes
Syntax to allow double quotes in a string?
You escape the double quote with another double quote like this: ="Click the ...Answered | 6 Replies | 4822 Views | Created by Doua - Tuesday, April 21, 2009 6:48 PM | Last reply by Doua - Wednesday, April 22, 2009 3:00 PM -
1 Votes
how to replace one double quotes with two double quotes in XSLT
Its a two step process: Step1: Add the following template would be "called" to do the replacement as your ...Answered | 3 Replies | 7616 Views | Created by Vignesh Sukumar - Wednesday, February 5, 2014 1:48 PM | Last reply by M.R.Ashwin Prabhu - Wednesday, February 5, 2014 4:33 PM -
1 Votes
SSIS double quotes problem
I'm using SSIS 2005 so i guess the DFS found on codeplex cant help as its in 2008 version. i actually found a way to get around with the double quotes.Answered | 5 Replies | 14022 Views | Created by maimailearnstocode - Friday, December 17, 2010 10:18 PM | Last reply by maimailearnstocode - Thursday, December 23, 2010 12:04 AM -
1 Votes
Remove the double Quotes
create table #MyTable (col0 varchar(max)) Insert into #MyTable values('" ...Answered | 5 Replies | 1247 Views | Created by Priya Bange - Thursday, February 25, 2016 4:31 AM | Last reply by appsqldev - Thursday, February 25, 2016 5:17 PM -
0 Votes
How to display double quote in string
I want to display special characters including double quote on my portal.Answered | 1 Replies | 2753 Views | Created by Ninds001 - Friday, March 18, 2016 2:26 PM | Last reply by Andy ONeill - Saturday, March 19, 2016 4:56 PM -
0 Votes
Single quote and double quote issue in sql server
There is no reason for you to replace the single or double quotes in the XML string.Answered | 18 Replies | 1589 Views | Created by Sudip_inn - Friday, April 17, 2020 9:14 AM | Last reply by Erland Sommarskog - Tuesday, April 21, 2020 10:02 PM -
2 Votes
vb.net not to accept comma, single quote and double quote
Double click it once which will place one instance in the window below the form.Answered | 2 Replies | 6801 Views | Created by BU Systems - Saturday, August 10, 2013 5:56 AM | Last reply by Amanda Zhu - Monday, August 12, 2013 7:47 AM -
2 Votes
Replacing double quote VB.NET 2008
I just tried your first code example in VB2008 and got it to remove/replace the double quotes...Answered | 8 Replies | 9727 Views | Created by Daniel Osborne - Sunday, September 21, 2008 10:00 PM | Last reply by John Anthony Oliver - Tuesday, September 23, 2008 3:38 AM -
2 Votes
replace double quotes in string
Like this: "BMW","12/6/1994","this car had a deposit from the ...Answered | 5 Replies | 1013 Views | Created by SharePointGuy123 - Thursday, June 9, 2016 3:51 PM | Last reply by David Roller - Thursday, June 9, 2016 5:57 PM -
0 Votes
CSV Export Double Quotes
Hi rajiv460, According to your description, you want to add double quotes around the fields after exporting to a CSV file.Answered | 5 Replies | 10971 Views | Created by rajiv460 - Tuesday, March 10, 2015 7:54 PM | Last reply by prateek manocha - Tuesday, March 6, 2018 2:46 PM -
0 Votes
Which column has double quotes
declare @t table ( Col1 varchar(10), Col2 varchar(10), Col3 varchar(10) ) insert into @t select 'a"','b','c' union all select ...Answered | 1 Replies | 5634 Views | Created by K.Kalyan - Thursday, August 26, 2010 6:30 PM | Last reply by ramireddy - Thursday, August 26, 2010 6:34 PM - Items 1 to 20 of 2683716 Next ›
No announcements