Ask a Question related to Coldfusion Database Access, Design and Development.
-
DriftrZ #1
Jumping DB's Easily?
I am setting up a Central Database to hold all the configurations of each
database. Each database will be idential in tables and stored procedures.
Question, when logging in, I want to be able to set datasource=#LoginDB#. Is
there a way to do this and use a different database on a person session
database. Example: { datasource variable } LoginDB = 'company1' { user
variable } User = '1' Datasource in Coldfusion = 'companies' with the default
database = 'company1' If another users logins and wants to use database
'company2' how can i switch to it for that user only and without having to
setup another datasource and setting for that user LoginDB = 'company2'
Thanks,
DriftrZ Guest
-
Outputting name of db's to text file
I am looking for a way to output the results of the mysqlshow command to a text file. I can probably manage this with Perl but was wondering if... -
Handling case of field names in multiple db's
(Bottom line: I think what I'm looking for is an easy way of changing the case of key values in an array.) I've got code that I'm trying to make... -
Showing records from two db's in one portal?
Depends on the eventual mechanism you intend for analysing your data. If it means combining similar types of data into sets and sorting for... -
Same field in two DB's
I am using Access 2000 I have two different databases; One for material disposition (DB-1) and another one for Vendor returns (DB- 2). In the... -
2 Instances vs 2 DB's in SQL 2K
I have to agree with Tom. The production environment should be separated from the dev and test environments as much as possible, preferably on it's... -
Pete Thomas #2
Re: Jumping DB's Easily?
If you are using SQL server or similar you can use: 'dbo.databasename.tablename' in your cfquery and dynamically populate that.
Pete Thomas Guest



Reply With Quote

