Hello,
I just installed cicsco system VPN clients. I was told by system administrator to disable "Deterministic network enhance".
Can someone please tell me where I can do this? I couldn't find it in services.msc?
thanks,
Hello I'm designing a universe with BO version 6.5.1. I have some troubles with testing queries.
[to get query Panel:
->double click an object
->object properties
->properties
->edit]
When I drag to objects from different tables (namely table1.PrimaryKey and table2.ForeignKey) on the Query...
in an attempt to create a new universe (in Business Objects 6.5) while establishing the "connection test" I recieve following error:
" DBD:[Microsoft][ODBC Microsoft Access Driver]General error Not enough information to connect to this DSN with SQLConnect. Use SQLDriverConnect"
Can someone...
I'm new to java and a bit confuse by the following three methods:
paint, repaint, update. Especially the difference between the two latters. Can someone please explain in brief the usage of each method?
thanks a lot,
Herman
In the past I have worked with SQL server. For a certain job they ask knowledge of oracle and business objects.
I have allready read some basics of business objects, but I'm still confused. In SQL server there was the opportunity to create tables and to ask queries, draw graphs,.....
1)Has...
I copied the paint method from a book. In the function drawline they used following calculations:
int dx = (int)(r * Math.cos(angle * Math.PI / 180));
int dy = (int)(r * Math.sin(angle * Math.PI / 180));
Does someone has an idea what is exactly the meaning of these calculations?
FULL METHOD...
I noticed I had on my computers twice the environment tools so I removed everything. Some development tools (JDK)apparently include running tools etc. I had on my computer Jcreator, ecilpse and still have jvisual studio.net 2000 installed.
What should I install in order to avoid overlappings...
I opened a new java.file (from internet) and when I run it (with eclipse) I get following mistake:
"Could not launch the product because the associated workspace is currently in use".
I can't figur how to get rid of this.
thanks a lot,
keizersoz
Hey,
I'm using Eclipse and I would like to write code in different files.
Assume that file Ex9.java contains the main() method.
a) If each file contains different classes, wich file should I comile.
b)Assume I want to split methods of the same class in two files how could I accomplish that...
Thanks guys,
One more question. In the following loop, see below:
while (true) {
System.out.println("Enter digit or -1 to exit");
input = (char) System.in.read();
System.out.print("input is:" + input+'\n');
...
}
I only once manage to enter input. The other...
I use the method "System.in.read()" in order to read one char. But when I print out the output 2 other characters with asci '10' and asci '13' are read.
Which characters are those and how can I ensure to read only one character?
thanks
Hi,
I need to find out in a certain digit appears in an int. (for instance the digit 2 appears in the int 582).
Does someone know some useful functions that can help me solve that problem. The only way I see to solve this is look at the length of the int and then by % getting all the digits...
If in a for loop I want to impose more than one condition, what is the precisie syntax to do that; Should the different conditions only be separated by a ","
I want "do something" to occur only if condition 1 and condition 2 are fulfilled , is this the correct syntax?
Or should I add an and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.