No announcements
Found 1077334 threads
-
0 Votes
Concat textbox name with string
Hi, greetings for all access experts in this forum I got problems when trying to concat between my text box ...Answered | 4 Replies | 983 Views | Created by Dwif - Saturday, June 8, 2013 12:33 PM | Last reply by Dwif - Sunday, June 9, 2013 12:50 AM -
0 Votes
String Concat with inbetween operator
User839733648 posted Hi ldoodle, To form a RowFilter value, specify the name of a column followed by an operator and a value to filter on.Answered | 2 Replies | 74 Views | Created by Anonymous - Wednesday, September 26, 2018 10:40 AM | Last reply by Anonymous - Thursday, September 27, 2018 9:19 AM -
0 Votes
Concat Two strings in Sql Server 2008
Since CONCAT doesn't exist on SQL 2008 (is on 2012 and up) am afraid not.Answered | 8 Replies | 3954 Views | Created by Pras'd - Friday, September 19, 2014 11:07 AM | Last reply by pituach - Friday, September 19, 2014 9:15 PM -
0 Votes
Concat
Isn't Concat() a MySQL function?Answered | 1 Replies | 6464 Views | Created by Jackson_1990 - Thursday, December 11, 2008 9:11 AM | Last reply by gvee - Friday, December 12, 2008 12:00 PM -
0 Votes
Concating string with numbers in T-SQL
Hello, according to the following code CREATE PROCEDURE LOOKUP_PRODUCTS (@IDNO INT) AS SELECT ...Answered | 5 Replies | 4011 Views | Created by Mellinda Dealy - Thursday, September 24, 2009 6:08 AM | Last reply by Mellinda Dealy - Thursday, September 24, 2009 6:54 AM -
2 Votes
how to concate string and integer in vc++\c++
int iFileCount = 1; CString strFileName; strFileName.Format("image%d.jpg",iFileCount); The ...Answered | 6 Replies | 5388 Views | Created by manoj_10 - Tuesday, February 9, 2010 4:54 AM | Last reply by Giovanni Dicanio - Tuesday, February 9, 2010 9:20 AM -
1 Votes
Problem in Concat String in multiple rows
Dear All, I encounter a concat string problem in T-SQL as following: DB: SQL Server 2000 / 05 / 08 Table : t_person Person ...Answered | 7 Replies | 4464 Views | Created by Multiplug - Monday, August 24, 2009 9:00 AM | Last reply by - Monday, August 24, 2009 10:39 PM -
2 Votes
How can i concat multiline string?
You don't want to use "+" operator to the string.Answered | 15 Replies | 12312 Views | Created by Iceweasel - Wednesday, December 29, 2010 3:05 PM | Last reply by Mio_Miao - Friday, January 14, 2011 10:19 AM -
2 Votes
CONCAT Help
Hi Stewart, You need to covert ruleid from integer to string.Answered | 10 Replies | 1375 Views | Created by StewartDFW - Thursday, April 7, 2016 2:42 PM | Last reply by Sam Zha - Friday, April 8, 2016 6:16 AM -
1 Votes
SS 2012 CONCAT Collation Problem
I would argue the latter, since the topic for Concat is silent on collations, and the topic "Collation Precedence" makes clear that a literal is ...Answered | 2 Replies | 7321 Views | Created by Kalman Toth - Monday, July 23, 2012 4:13 PM | Last reply by Kalman Toth - Tuesday, July 24, 2012 5:09 AM -
0 Votes
SQL Concate
Did you try using the "+" operator (string concatenation)?Answered | 5 Replies | 3253 Views | Created by coolguy123SQL - Tuesday, July 26, 2011 2:32 PM | Last reply by coolguy123SQL - Tuesday, July 26, 2011 2:53 PM -
2 Votes
Concate string and output to file
I want to concatinate the string with some floats so that I can save the file data to a file.Can you guys direct me, I am not knowing string manipulation in window.Answered | 3 Replies | 2837 Views | Created by AlNiCo - Monday, February 13, 2012 4:09 PM | Last reply by Barry-Schwarz - Monday, February 13, 2012 9:42 PM -
3 Votes
How to String concate with """" ?
Hi ati, if you want to use qoutes in the string, you must use an escape character(\) or start the string with @.Answered | 3 Replies | 1597 Views | Created by ati.sah - Thursday, April 26, 2012 11:13 AM | Last reply by Ferdin Raphael - Thursday, April 26, 2012 11:34 AM -
0 Votes
Help Concating a string
I'm getting he error the "The data types Varchar and text are incompatible in the add operator".Answered | 3 Replies | 9020 Views | Created by Doug TC - Thursday, July 14, 2011 3:21 AM | Last reply by RamJaddu - Thursday, July 14, 2011 3:22 PM -
0 Votes
update, case, concat
._%' THEN str_FolderPath + str_IdentityReference WHEN str_FolderPath LIKE '%[_]%' THEN str_FolderPath + str_IdentityReference ELSE ...Answered | 11 Replies | 1570 Views | Created by Rainbow55 - Monday, September 1, 2014 10:16 AM | Last reply by Visakh16 - Monday, September 1, 2014 4:22 PM -
2 Votes
Operator '&' is not defined for types 'System.Type' and String'
Hi, I am trying to concate string and system.type using operator & in VB and i am getting error : Error ...Answered | 8 Replies | 10183 Views | Created by Ishteyak ahmad - Thursday, January 14, 2010 12:14 PM | Last reply by Ishteyak ahmad - Wednesday, January 20, 2010 6:39 AM -
0 Votes
Pass N Elements and Concat
string.Concat takes an array of objects and concats their string representations.Answered | 1 Replies | 3427 Views | Created by MDMoura - Thursday, December 30, 2010 12:01 AM | Last reply by Wyck - Thursday, December 30, 2010 3:44 PM -
0 Votes
CONCAT() or + possibilities
I know I can run a query that will CONCAT them PLACE + ' ' + THING and drop them in a separate table.Answered | 2 Replies | 1114 Views | Created by Tim.K.eq - Friday, October 25, 2013 1:09 PM | Last reply by Tim.K.eq - Friday, October 25, 2013 10:10 PM -
1 Votes
SQL : Concat with ISNULL
You can't concat numeric values, only string.Answered | 5 Replies | 1728 Views | Created by kkran - Wednesday, July 29, 2020 10:37 PM | Last reply by Erland Sommarskog - Thursday, July 30, 2020 9:27 AM -
0 Votes
Web App Concat Address
Simply build a query and you can create a column that includes “several” columns as one column You don’t need the concat function at all.Answered | 5 Replies | 702 Views | Created by Unatco99 - Friday, February 27, 2015 5:28 PM | Last reply by Albert D. Kallal - Saturday, February 28, 2015 5:21 PM - Items 1 to 20 of 1077334 Next ›
No announcements