Bug 14640 - Modify all RHCE code to use new Database DSN
Summary: Modify all RHCE code to use new Database DSN
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Web Site
Classification: Red Hat
Component: Other
Version: current
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Randy J. Ray
QA Contact: Paul Lindner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-07-25 21:32 UTC by Paul Lindner
Modified: 2007-04-18 16:27 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-07-25 22:26:04 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Paul Lindner 2000-07-25 21:32:51 UTC
All RHCE code should use the DSN   web/web@web.

All queries should be modified to use the full schema name for the
database:

 For example:  

  select * from student

becomes:

  select * from rhce.student;

Comment 1 Paul Lindner 2000-07-25 21:53:24 UTC
Randy, 

I changed all of the code in apps/rhce_form.html to support the new DB instance.

Do you know other places where this is referred to ?

thanks.



Comment 2 Randy J. Ray 2000-08-01 21:20:02 UTC
Appears to have all occurances covered.


Note You need to log in before you can comment on or make changes to this bug.