dear Community members
I am trying to customize Submission process for my Institute. we want to submit 
the Final Year Project Reports, for that we need Student data from the student 
database. i am trying to add the parameters in dspace.cfg file, like this:
##### Database settings ###### Database name ("oracle", or "postgres")db.name = 
postgres#db.name = oracle# URL for connecting to databasedb.url = 
jdbc:postgresql://localhost:5432/dspace                           #database URL 
for connecting dspace databasestddb.url = 
jdbc:postgresql://localhost:5432/StudentDB                  #database URL for 
connecting Student database

# JDBC Driverdb.driver = org.postgresql.Driver# Database username and 
passworddb.username = dspacedb.password = dspace   #User name & password of 
Student databasestddb.username = student    stddb.password = student
I am confused that whether i am doing right???or i should follow some other way 
to connect with my Student database????
if i am on the right track then what i should have to do after that??
Should I write another java class like DatabaseManager.java OR i can use same 
class for accessing my Student database??should i have to give any parameters 
in InitializeDatabase.java??
please give any suggestions...
thanking you in advance for your favor in this matter
RegardsAmjad                                      
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to