Loading

bind output to grid ---require query

1 post / 0 new
Offline
Joined: 09/08/2010
bind output to grid ---require query

he database result is as follows

DATE code class1 class2 class3
1/8/10 M1 10 20 30

3/8/10 V2 20 30 10

1/8/10 H1 1 2 3

7/8/10 !

!
8/8/10 !M2 5 5 5
3/8/10 B2 4 4 4
1/8/10 V1 3 7 3

THE OUTPUT SHOULD BE AS FOLLOWS:-

DATE M1 M2 H1 V1
C1 C2 C3 C1 C2 C3 C1 C2 C3 C1 C2 C3

1/8/10 10 20 30 5 5 5 1 2 3 3 7 3

BASED ON PARTICULAR DATE AND CODE THE DATA FROM ROWS IS DISPLAY IN THIS WAY BASED WITH MULTIPLE ROWS
CAN I GET THE QUERY TO RETRIEVE INTO THE GRID IN VB.NET USING ORACLE (TOAD)

Add new comment

Filtered HTML

  • You may insert videos with [video:URL]
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <asp>, <c>, <cpp>, <csharp>, <css>, <html4strict>, <java>, <javascript>, <mysql>, <php>, <python>, <sql>, <vb>, <vbnet>. The supported tag styles are: <foo>, [foo].
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.