Viewing 9 posts - 1 through 10 (of 10 total)
Thanks Dave & Lutz,
I got Solution...
Query has char(13) I'm using & also I did some properties set in front end grid.
Thank U very much...
January 22, 2010 at 6:05 am
But I want to show the 2nd column value in next line
Otherwise i want to show the differentiate 1st column & 2nd column value in single column..
Is it possible in...
January 22, 2010 at 1:49 am
Hi all,
Thanks for ur reply.
But i want following format O/P:
EmpNoFirstNameLastName
1Kumar Sen
2Roy ...
January 21, 2010 at 10:22 pm
Hi all,
Thanks for ur reply.
But i want following format O/P:
Because I want to First column value is in top & 2nd column value is followed by Ist...
January 21, 2010 at 10:21 pm
Thanks for your Reply ...
I want the result for above format..
because I need the 2 columns are show in a single column but the 2nd column value...
January 21, 2010 at 10:17 pm
Thanks repton,
But I already tried this way.
But I need a single row with New Line in grid
|-----------------------------|
| ...
January 21, 2010 at 6:44 am
I used the following query...
Select 'chris'+ char(13)| + 'cintrella' as Name
But Its work in query result as text.
January 21, 2010 at 6:36 am
I used the following query...
Select 'chris'+ char(13) + 'cintrella' as Name
But Its work in query result as text.
plz. help me
January 21, 2010 at 5:19 am
Thanks for your Reply.
But I want to get from query O/P
then I need to fill in grid using .NET....
January 21, 2010 at 4:45 am
Viewing 9 posts - 1 through 10 (of 10 total)