cobom
Posts: 55
|
| Posted: 01/20/2006, 6:21 AM |
|
Is there any issue with pointing 2 or more projects to 1 database, using the same DNS connection? I have an unwieldy project that works, but I would like to leave it alone and start developing another project to replace it. I need to use/store data from the same database.
_________________
cmckinney@searay.com
Will program for a Sea Ray 680 SS ;} |
 |
 |
Walter Kempees
|
| Posted: 01/20/2006, 9:12 AM |
|
No issues on CSS side.
Many project can use the same database
Doing this all the time.
"cobom" <cobom@forum.codecharge> schreef in bericht
news:243d0f1db71d56@news.codecharge.com...
> Is there any issue with pointing 2 or more projects to 1 database, using
> the
> same DNS connection? I have an unwieldy project that works, but I would
> like to
> leave it alone and start developing another project to replace it. I need
> to
> use/store data from the same database.
> _________________
>cmckinney@searay.com
>
> Will program for a Sea Ray 680 SS ;}
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
Fonnie
Posts: 3
|
| Posted: 01/20/2006, 9:13 AM |
|
You can point as many projects as you want at the same database/DNS connection. I currently have four different apps using the same data.
Watch the obvious things like changing data structures and security entries to make sure you don't break the old application or accidentally let someone into the new one.
|
 |
 |
cobom_answer
|
| Posted: 01/20/2006, 9:20 AM |
|
Thanks -Just wanted some warm fuzzy before trying it out. Sure makes introducing a new project easy to do while maintaining the old one.
|
|
|
 |
Walter Kempees
|
| Posted: 01/20/2006, 9:28 AM |
|
very wise!
|
|
|
 |