Advertisement

1 - 10 of 201 containing alltags:("Concat") (0 seconds)
I have several strings getting concatenated together in a memo box on a report.  The concat works fine (with a carriage return being placed in between each string), however, when the report display...
Zones: MS AccessDate Answered: 10/30/1999 Grade: A Views: 0
Hi, I need information on loading all files in a given directory into an array or a loop control.  I basically have to feed a C program a hardwired data filename to process for all the datafiles...
Zones: PerlDate Answered: 04/22/2000 Grade: B Views: 0
Hi, just coming from java and trying to learn c++ now. Now I have a problem, I didn't think it could be a problem, because it looks so simple (and in java, it is simple ;)... i have: int n = ...
Zones: C++Date Answered: 04/11/2002 Grade: A Views: 0
when in Form design I want to have FirstName and LastName concatenated and put into a field named Concat.  I'd like to do this by making a SQL like  Concat=[FirstName]& " " &[LastName] and ...
Zones: MS AccessDate Answered: 12/29/2003 Grade: A Views: 0
Here is my code: int UserId; rs->Open("SELECT FK_UserId, Username, Password, FK_AccessLevel, FK_SiteId FROM UserInfo WHERE FK_UserId="+UserId) The concatenation with "+" give me an error. ...
Zones: Windows MFCDate Answered: 07/20/2004 Grade: A Views: 0
i'm trying to concat a name displaying first, middle initial, last in the format of: John D. Jones and if there isn't a middle initial suppress the place holder and period and just have John Jones....
Zones: OracleDate Answered: 09/17/2004 Grade: A Views: 0
I want to concat contents of three columns (col1, col2, col3) of Table1 in DB1 and UPDATE column2 of TABLE2 in DB2. WHERE db1.table1.id = db2.table2.id Please help with code. Thank you
Zones: MS SQL ServerDate Answered: 10/23/2004 Grade: A Views: 0
How do you do a concat of strings in postresql???? I tried using the concat(string1,string2) function in my select statement but it doesn't work. Thanks
Zones: PostgreSQLDate Answered: 05/20/2005 Grade: A Views: 0
Being retarded today been a while since I used vbscript I am trying to create a text file and I am having troubles here is the part of the script I am having issues with. I can't get it to concat c...
Zones: ASPDate Answered: 06/05/2005 Grade: A Views: 0
I need to concat four columns of table1 and insert the value to col1 of table2 column 1, 2 are 4-byte int coulmn 3 is char(1) column 4 is double thanks for your help
Zones: DatabasesDate Answered: 08/26/2005 Grade: A Views: 15