Ask a Question related to Coldfusion Database Access, Design and Development.
-
ColdFusion007 #1
remote database access
:(
When I type <cfquery datasource="remoteaccess" name="test">SELECT ...</cfquery>
is it possible to setup datasource DSN to point to a remote server on the
internet that provides database access through username and password ? Is this
operation transparent or do I have to include other attributes inside cfquery
command ?
Thx
ColdFusion007 Guest
-
Accessing data from an MS Access database on a remote web server
Please forgive me if I have posted this to the wrong group! I have written a VB6 application that works fine. With that said, I would like to add... -
Reading from a remote database
I use MySQL and Apache. I need to read from and write to a data base on a remote server, from a php script that runs on my local computer/server.... -
Can local ASP page access remote database?
Can I have a local (using PWS on Win98) ASP page access a database over the Internet? I have an MS-Access database on a Web site that is updated... -
Remote database connection
Hi I have 2 IDS (7.2) servers. I have R4GL on server1 and have written a program that needs to access data in a database on server2. I... -
Update Data in a remote Database
Hello Newsgroup! I want to write a little WebService and an Application for a mobile Device (Pocket PC 2002), which gets Data (a DataSet) from... -
zoeski80 #2
Re: remote database access
HI 007
You'll need to setup a Cold Fusion Datasource to the external database and
include the server location/name etc.
And if there is a username and password you'll need to put them in as
parameters to your CFQUERY tag.
<CFSET NAME="" DATASOURCE="" USERNAME="" PASSWORD="">
HTH
Zoe
zoeski80 Guest
-
climbrainer #3
Remote Database Access
Hey,
So I am pretty new to Cold Fusion and in the learning process, so I have one
quick question. For the past couple weeks I have been trying to create a data
source with ColdFusion so that I could create a User Registration page and User
Log In page with Dreamweaver. However, I have just now realized that this
entails Remote Database Access, and this is not allowed on the shared hosting
server that my site is on with godaddy.com. So my question is, is there any way
for me to create these two pages, and use the MySQL databases that godaddy.com
provides for me as a datasource if I cannot make a remote connection to them?
Thanks. -John Speckhard
climbrainer Guest
-
BKBK #4
Re: Remote Database Access
I think that's already the answer. If you don't have Remote Database Access, it
means godaddy.com wants you to be able to access their database only from
one of their own servers. There is therefore no way to connect to their MySQL
from your own server. Either ask them to create a remote access account for
you, or buy a Coldfusion hosting account from them.
BKBK Guest
-
climbrainer #5
Re: Remote Database Access
Well, thats the thing. I have a ColdFusion hosting account with them, but they
still say that creating a datasource using the ColdFusion administrator, so
that I can manipulate the databases on Dreamweaver (I.E- Define server
behaviors), is accessing the databases remotely and they wont allow this. Could
this be bypassed if I just learned how to script ColdFusion and didn't use the
help of Dreamweaver, or am I justed doomed? Thanks
climbrainer Guest
-
BKBK #6
Re: Remote Database Access
Could this be bypassed if I just learned how to script ColdFusion
You could of course try. Here is
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=6ef0253[/url] in the
Coldfusion Administrator. You will still a username and password for the
database!
BKBK Guest



Reply With Quote

