Hi.
I'm in need of some advice. I have a table with multiple fields and I need to take on column's data and rearrange them. Hard to explain but here's what I want to do:
Current:
ID Initial Field1 Field2
1 A Y N
2 B N N
3 C...
Hi.
I'm in need of some advice. I have a table with multiple fields and I need to take on column's data and rearrange them. Hard to explain but here's what I want to do:
Current:
ID Initial Field1 Field2
1 A Y N
2 B N N
3 C...
Howdy,
I'm trying to write a method which needs to read a text file formatted:
user:password:product1:product2
I have it working only if there's one line in the text file, more than one, it crashes. Here's my code, any clue to what I need to do to get it working?
private boolean...
I need java for a larger applet which verifies login info based on a flat file...is the login info is in the file then I need to redirect them to the next page.
Hi, I'm trying to open another page through a servelt and am not getting the desired results, can some one please show me the error of my ways?
SERVLET:
import java.io.*;
import java.applet.*;
import java.awt.*;
import java.awt.Graphics;
import java.net.*;
class Test extends Applet{...
I've got a field containing a person's full name separated by ".":
Doe.Jane.P
and I need to separate them into three fields: last, first, mi.
I've figure the instr function for last and first, just having problems with the middle initial part. Any help would be appreciated.
A.
Howdy,
I'm rewriting an application, currently it reads a one column text file and takes the value of the value read in the first column and we to a typetext() function to it. Now we need to take a new text file and loop through it, but this time with two columns:
COLA COLB
123456789...
We're using the Microsoft Access workgroup file (groups.mdw) for more than 25 users. The problem arises when we attempt to add a user to this workgroup file while there are users logged in using it. After adding the new users to the workgroup file, if user logged out and can't log back using...
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.