
Since 1998, DevX has helped people start businesses, build websites, and provide enterprise technology to people globally. Interviewing the likes of Microsoft’s co-founder, Steve Ballmer, the publication brings comprehensive, reliable, and accessible insights to the Internet.
Question: With multiple Novell 4.x servers on a common backbone, once a user has logged into his/her home server and needs to map a drive to another accessible server on
Question: Please compare (in terms of advantages and disadvantages) the networked printer (with a network card) and the shared local printer (connected to one of the workstations). My hunch is
Question: I’ve inherited responsibility for a NetWare 3.11 LAN with 200+ users. How can I create a report/file that will provide me detailed information regarding each user, which groups he/she
Question: I want to connect two office computers together temporarily via Ethernet 10BaseT without a concentrator. I believe I use the 1, 2, 3 and 6 wires in an eight-wire
Question: Using a dual Ethernet/28.8 PC card in an NT 4.0 portable, there doesn’t appear to be a way to disable the Ethernet side of the card while leaving the
Question: What is the anatomy of an IP datagram? Answer: The minimum length of the IP header is 20 bytes.Version:Four bits are reserved for the IP version information. We are
Question: How can I configure NetWare Admin (Novell NetWare 4.0) to run on Windows 95? Answer: To use NetWare Admin for Windows 95 the following steps are required:Install a client
Question: Why does the *local* token ring network stop functioning when the DSU is disconnected from the MAU? It does not appear that MAUs have any “logic” in them. Answer:
Question: Printing from Macs in a NetWare 3.1x or 4.x environment Answer: Novell NetWare allows Macintosh clients to access file and print services via Mac support NLMs that are loaded
Question: OSPF — Open Shortest Path First — the mechanism behind this link state routing protocol Answer: OSPF is an IP routing protocol. It is registered with the Network Information
Question: What is the simplest way to physically link two separate local networks comprised of an NT 4.0 server, individual demarcation point and hub, and 1 Mac OS Server Network,
Question: What’s the best way to read in an integer fromthe keyboard for further use? Answer: You can probably find numerous examples of this by browsing through theJava section here
Question: How can I delete all data from a table using a join?For example, the SELECT statement would be: SELECT * FROM Master AS A, Detail AS B WHERE A.price
Question: What does it mean when I receive the Java:java.lang.ClassFormatError?I get it whenever I try to implement a ready-made Javaapplication onto my Web site. Answer: The ClassFormatError is thrown whenever
Question: I want to run my applet on a browser, but I do notknow which versions of the following browsers cansupport programs made by JDK1.1 or JDK1.1.1. 1. Netscape: Which
Question: How do I get Java to return the ASCII value of a character? Answer: Java characters are encoded using Unicodes, two-byte codes that enable coding of non-Roman characters. Fortunately,
Question: How can I output straight ASCII text from the Rich Text Box control, and NOT Rich text? Answer: The SaveFile method of the RichTextBox control can be called with
Question: How can I simply get the IP address of a workstation by using Java so that I can display it and run another application ? Answer: The java.net.InetAddress class
Question: My problem is that the main applet serves as a sort of navigator page. When the user clicks a certain mouse xy the applet opens a new window (frame).
Question: Is there a way to log my users’ e-mail addresses using Java? I thought of using a mailto form but the user would have to press a button, making
Question: Here’s some basic Java syntax, with explanations: Answer: OBJECTS, CLASSES and INSTANCESA Java object is a container that holds variables and functions (Java programmers call functions “methods”). Since (references
Question: Can you just bring me up to date on which are the VRML 2.0 compatible browsers? Answer: Oz’s Oz Virtual Sony’s Community Place InterVista’s WorldView RealSpace’s RealVR Traveler Newfire’s
Question: Having programmed in Dbase III Plus and FoxPro for Windows, I have enjoyed working with databases. Do you feel that SQL would be the next logical choice as far
Question: What’s the diference between SDI and MDI Applications? Answer: An SDI, or single document interface,application has a single, floating menu bar. Each form in the applicationhas its own window,
Question: I am having a hard time getting my OPO application to show decent performance. It’s running on a 32MB Win3.1 PC, and queries a Solaris x86 Oracle Server using
Question: In OPO v1.0, it was impossible to redefine a table in a BLAZE database. I assumed this would not be the case with an Oracle Lite database and OPO
Question: Is it possible to use the text ODBC driver in OPO v2.0 for this purpose by opening two sessions — one connected to an Olite database while the other
Question: Is there a way to enable and disable fields inside a repeater display depending on the values of fields on the master form?I have tried it various ways (on
Question: Power Objects to Oracle 7 server query…I thought this would be straightforward. I havea simple query to perform when the button isclicked — find and load info. on this
Question: I have a number of databases – filemaker, DBase, ASCII and CAD drawings. We want to convert everything to one database. Is this possible? What are some initial steps