Hi
in my table (sql server 2000) 'repeat' there is a column named 'repeat' but when i accessed it from sql server and put in select tag in html i am only getting that last one..
In that column there are three rows one ,two and three...
But it only gets displaying the last one that is 'three'...
How can i tell to be shown in full.. that one ,two and three...
Did anybody please tell me how can i overcome...
User Profile
Collapse
-
How can i access a column and put it in select tag of html ?
-
error 126
while i complete installing mssql it is showing configuring for a long time or it is showing error 126 in mssql..
who anybody know what to do ??? -
How to clear Jlabel ?
Hi
in this code when i clicked login button...it shows output as login...
But when i clicked each time its repeating .. i want to see that only ones ...
I want to clear the previous login before i clicked...
Code:import java.awt.*; import java.awt.event.*; import javax.swing.*; class LabelClear { static JLabel label,clear; static JFrame frame;
-
I tried something with JScrollPane , trying,but didnt completed..
i am using swing from javax and awt from java...
public TextArea(String text, int rows, int columns, int scrollbars)
would you please tell me wats the use of String text.bcoz i think textarea needed int columns and rows...wats the use of string there...... -
Scrollbar
Hi friends
How can i add a vertical and horizontal scroll bar inside a Textarea..
While i created a textarea i cant read the topics down the screen ...
i add a scrollbar but it seperates from textarea , i want to attach that scrollbar with my textarea how is it possible...
Code:JTextArea area = new JTextArea(40,40); JScrollBar scr = new JScrollBar();
-
Thanx ..
Is that T abstract type is more easy to understand would you please complete the code for me i didnt understand that(T abstract type) ....
if you demonstrate it with that particular code it might be able to quickly understandable. ....Leave a comment:
-
Thanx to all of them who helped me..
I got solution...
But would anybody please explain me that line i commented...
Code:class array { String var; public static void main(String args[]) { array obj[]; obj = new array[1]; obj[0]=new array(); // i didnt understand this line...please tell me in details... obj[0].var="A"; System.out.println(obj[0].var);
Leave a comment:
-
first of all "When you instantiate an array of type T, as in:"
i didnt understand that .. and how can i slove my prob....
Code:class array { String var; public static void main(String args[]) { array obj[]; obj = new array[3]; obj[0].var="A"; System.out.println(obj[0].var); } }
Leave a comment:
-
-
My dear friend
Try to understand wat i mean , i am calling that variable named ' var ' from the array class...
Think before you post.......Leave a comment:
-
Array probs
Did anybody please explain me wat is the problem here...
it is showing a null pointer exception...
Code:class array { String var; public static void main(String args[]) { array obj[]; obj = new array[1]; obj[0].var="1"; System.out.println(obj[0].var); } }
-
search...
Header file is fstream.h
you want write it into file
Code:ofstream object(as u like) ("FIlename.extension");
Code:ifstream object(as u like) ("FIlename.extension");
Leave a comment:
-
please make the question clear....
struct is equal to class keyword in C++.
the difference is class is holding private as default access specifier and struct is having public..
And there is no need to mention access specifiers inside struct....defau lt is public...Leave a comment:
-
How to set Time in C++ ?
If you know how to run time (i mean digital or analogue clock ) in C++...
If anybody know please throw some helpful tips or tricks to start the program...
And tell me which header file is used to run the time...
Is that time.h .
Thanx in advance for ur help.. -
do while is ok...
until c!='\r'. I didnt get thisline
Is until a keyword in C++...
and wat do u mean by \r......Leave a comment:
-
the use of that pre processor directive (sqlapi.h)
we can fetch SQL server with c++...
That y i am in search with that header... in c++Leave a comment:
-
i mean a pre processor directive in C++
that is SQLAPI.h is a processor directive in C++.... like iostream.h and conio.h....
where shall i get that pre processor directive...SQL API.hLeave a comment:
-
Hi savage
You a re perfectly right...
I didnt noticed that..when i press enter key it also shows ' * '...
How we can omit that enter key is that by using ascii values.....
"""You are late to reply but good to thinking"""
Keep it up......Leave a comment:
-
Hi sicarie
Your link didnt help but your note with that link help me...Leave a comment:
No activity results to display
Show More
Leave a comment: