Ask a Question related to Coldfusion Database Access, Design and Development.
-
KempAS #1
Datasource management with SQL Server
We're looking at migrating our applications from Interbase to SQL Server 2000.
Basically, we have a number of databases which, currently, are set up as
individual datasources (with their own user/password) in CF administrator which
requires management.
We are looking at the option of simply using a single CF datasource connection
to the database server and then specifying which database object is required
from within the queries themselves. This would mean simpler datasource
management but introduce the fact that each connection to the server is via the
same user/password since using a single datasource would mean a single
user/password combo.
Any advice as to the best datasource management? I.e. to those that are using
SQL server behind CF and with more than one application/site requiring indidual
databases, do you use multiple datasources, i.e. one or two for each, or do you
access each from the top level access of the server or any other scheme?
Advice/comments welcome!
KempAS Guest
-
Problem creating CFX 7 SQL Server datasource
When trying to create a SQL Server datasource using CFX7 Coldfusion administrator, I received the following error: # Connection verification... -
SQL Server Datasource not found error
Hi, I have a SQL Server DSN that verifies and looks fine in CF Adminstrator, but when I try to call it, I get Data source kidsroe could not be... -
Ad management server
Hello, We are trying to build an automatic system through which a user can upload a .swf ad (of any stage size, background color and frame rate) we... -
File Server Management
We are planning to deploy a number of Windows 2003 File Server Clusters (two eight way clusters) Every night we need to run a script, currently,... -
Cannot log into Oracle Management Server.
When I login to the Oracle Management Server I got error screen: VTK-1000: Unable to connect to the management server puma. PLease verify that... -
Dan Bracuk #2
Re: Datasource management with SQL Server
We use separate datasources.
Any efficiencies gained by only setting up one datasource in the administrator will be offset by the extra typing in the queries.
Dan Bracuk Guest
-
KempAS #3
Re: Datasource management with SQL Server
Yep, that was my first thought!
Think we will go as currently with multiple datasources and also do a top
level server datasource for the cases where we need inter-database joins.
Thanks for the reply
KempAS Guest
-
Dan Bracuk #4
Re: Datasource management with SQL Server
I'm not 100% sure, but you might be able to set up the inter-database permissions in SQL, so you won't have to worry about it in Cold Fusion.
Dan Bracuk Guest



Reply With Quote

