Ask a Question related to Coldfusion Database Access, Design and Development.
-
KevCB #1
Problem connecting to Data Source
Hi,
I seem to be having a problem connecting to a data source, now that I have
changed the cfform to flash format. This is the error I am getting:
There are no columns found for the given table name "dbo.vacancy".
The error occurred in C:\Inetpub\wwwroot\HR\eom_vacancyeditaction.cfm: line 17
15 : <!--- Update the database --->
16 : <cfif IsDefined("Form.vacancyRef")>
17 : <cfupdate datasource="HR" tablename="dbo.vacancy">
18 : <cflocation url="eom_vacancydetail.cfm?ID=#Form.vacancyRef#">
19 : <cfelse>
Can anyone help?
Thanks
KevCB Guest
-
Connecting withOUT Data Source
Is anyone aware of a way to provide JDBC connection strings to CF at runtime? We have an application that connects to a number of databases... -
connecting to data source
After accessing the Coldfusion administrator \ Data sources. Eventhough many datasources were set up, none of them could be accessed. The following... -
Error Connecting SQL 2000 Data Source to CF
I am trying to setup SQL 2000 in conjunction with CF MX 7. CF is serving pages fine and I created a new account in SQL and that is working fine. I... -
Problem connecting to ODBC data source from CFAdministrator
I've set up the data source called vs28718_1 for Windows Authentication but I get the following error in CF Administrator when submitting the data... -
Problem connecting site to data source
:light; Thanks for guiding. I had the same problem and just found what I missed it. Thanks again -
Umesh-12021976 #2
Re: Problem connecting to Data Source
By the error u provided it seems that there is other reason for error. can u provide some details
Umesh-12021976 Guest
-
KevCB #3
Re: Problem connecting to Data Source
Thanks for the reply, but I think I may have fixed this (well the error doesn't come up anymore).
I am now using SQL update in a cfquery tag instead of the cfupdate tag.
KevCB Guest



Reply With Quote

