64 Posted Topics

Member Avatar for java_programmer

I would suggest trying it under WINE, but the [URL="http://appdb.winehq.org/objectManager.php?sClass=application&iId=4564"]database [/URL] doesn't give it good testing reviews... very buggy. It takes and makes phone calls from your pc, right?

Member Avatar for brandonrunyon
0
95
Member Avatar for codeFaceMcGee

I'm more confused by the question. Do you want to literally write a database software/server, or do you desire to connect to a pre-existing database server such as MySQL and then run SQl like "CREATE DATABASE mydb;". If you are trying to do the first then it seem like Ezzaral's …

Member Avatar for codeFaceMcGee
0
623
Member Avatar for jalpesh_007

Step 1: Gather together what the steps are that a computer needs to take to perform each requirement. Write it all out on paper, make sure you have it in depth. You need to make sure every step makes sense in context of every other step. Step 2: Take those …

Member Avatar for brandonrunyon
-3
466
Member Avatar for Peter_morley

it would help if i had your full source code with class declarations and headers. I can't compile or debug it as is. I'll look at it though...

Member Avatar for Peter_morley
0
455
Member Avatar for shapam

Perhaps you mean how to "set" the java path? Or maybe how to set java class path. Both can be confusing. This is for the CLASS system variable: [url]http://www.java.com/en/download/help/path.xml[/url] and this is an example of setting class path: [url]http://download.oracle.com/javase/1.3/docs/tooldocs/win32/classpath.html[/url] Please clarify if you are able to what exactly you are …

Member Avatar for peter_budo
0
107
Member Avatar for acash229

you might consider using "T bar" method (you might remember it from chemistry class) to convert from one unit of time to the others so you can keep consistency with your units. But until you think logically/mathematically about this, you can't solve it. I'd suggest the same as the other …

Member Avatar for brandonrunyon
0
292
Member Avatar for nix_xin

what exactly are you looking to find out about loops exactly? For starters, there are for loops: these iterate and alter a variable until the iterator meets a condition. [CODE] for (int i = 0; i < 10; i++) { System.out.println(i); } [/CODE] prints 0 through 9 while loops iterate …

Member Avatar for brandonrunyon
0
138
Member Avatar for freddypyther
Member Avatar for brandonrunyon
0
987
Member Avatar for praky
Member Avatar for brandonrunyon
0
428
Member Avatar for palaweb

Experience with actual equipment and working knowledge of networking theory and OSI model is a good start. To many employers, Certs only prove you can pass a test. BUT the cert is a good start to getting some of that working knowledge. I would suggest A+ as a well rounded …

Member Avatar for brandonrunyon
0
405
Member Avatar for shella

Is the server you can't log into one you set up yourself? Is it accepting traffic from port 21? nmap the ip to see if ftp is accepting traffic... maybe you just have the config file on the server not set up right.

Member Avatar for brandonrunyon
0
142
Member Avatar for brandonrunyon

Hey, I'm mostly a linux user with a cisco background so windows is a mystery to me! A friend brought me a hp pavilion that had a virus that apparently made services such as the recovery manager unavailable to us and he had no recovery disks made. I told him …

Member Avatar for bondi007
0
135
Member Avatar for fuzzypumpkins

Ok, for those who would later go on to read this... it's quite ok to have more than 5 devices on a wireless connection. Your wireless network will support as many hosts as your subnet host octet will hold. On a class C network you can hold a range of …

Member Avatar for bjbarnett
0
120
Member Avatar for rtkrv

Try checking the firmware on that router, wireless access point may have gotten turned off somehow. PCA should be able to log on to it using the default gateway IP in your URL bar.

Member Avatar for brandonrunyon
0
132

The End.