4 messages in org.postgresql.pgsql-jdbcSimple way to manage users with JDBC/...
FromSent OnAttachments
Peter NeuJul 27, 2006 1:44 am 
Roland WalterJul 27, 2006 2:17 am 
Roland WalterJul 27, 2006 2:25 am 
Peter NeuJul 27, 2006 4:42 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Simple way to manage users with JDBC/Servlets?Actions...
From:Peter Neu (pete@gmx.net)
Date:Jul 27, 2006 1:44:35 am
List:org.postgresql.pgsql-jdbc

Hello,

I will have to manage a large amount of users with a postgresql db.

First of all I have to do a major bulk import from a csv file which has this format:

Username;Password;Group

Later on I will have to manage all users with a webb app. And give the possibility

to search and upload new csv files.

I already programmed some CRUD applications with Oracle and Java but I'm looking forward to learn some new

stuff. How would you guys do that?

Can the password be auto created by postgresql and converted in md5?

My db version 7.4.2

Cheers,

Pete