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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10226842.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10332465.html
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 = ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20287542.html
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 ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20763405.html
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. ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_21065368.htm...
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....
http://www.experts-exchange.com/Database/Oracle/Q_21135773.html
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
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21178837.html
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
http://www.experts-exchange.com/Database/PostgreSQL/Q_21431552.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21447011.htm...
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
http://www.experts-exchange.com/Database/Miscellaneous/Q_21541058.html
Zones:
DatabasesDate Answered: 08/26/2005 Grade: A Views: 15