posted 23 years ago
algorithm:
connect
query the table for the username
if username does not exist
write to the database
I didn't compile the above code, but it should give you a start. As you can see, I prefer PreparedStatements over Statements in any situation that I can!
Jamie