Ask a Question related to Coldfusion Database Access, Design and Development.
-
disch #1
Access Error - Updated from 5 to MX 7
I recently upgraded from Coldfusion5 to MX7 and changed one of my datasources
from an Access db to a MySQL one. I'm using the same datasource name as in my
coding previosly with Access.
I'm getting " Error Executing Database Query". Here is my code for that line:
<cfquery name="list_persons" datasource="person_db" username="username"
password="password">
Any help appreciated
disch Guest
-
ASP does not provide updated data from access ?
Hi, For a couple of months now I have been working on a project developing a program to handle client fee data in a flash program. I have all my... -
Web Service + Anon Access, but getting 401 Access Denied Error
I have a simple webservice that just returns a string. The security for this is set to windows authentication in IIS (XP Professional) and anonymous... -
Datagrid not updated during delete, but updated during insert and update
Hello everyone. A test webform here, single datagrid bound to one table through dataset, and controls to delete, update and insert data. The code... -
Imported + updated symbols don't stay updated
Hi everybody. I apologize for posting a question that probably any newbie should know, but ... I'm a rank Fireworks newbie. My problem is that the... -
Error: "Field canot be updated"
I need some help with "overcoming" an error that is produced in the form/subform mode. Here are the details about the 3 tables that I'm working... -
disch #2
Re: Access Error - Updated from 5 to MX 7
ok, I figured part of it out... I added 'dbname="person_db"' and downloaded and
installed a jdbc driver because I'm using mysql 4.0.23.
Now i get the error " The system has attempted to use an undefined value,
which usually indicates a programming error, either in your code or some system
code."
My line is =>
<cfquery name="list_persons" datasource="person_db" dbname="person_db"
username="" password="">
disch Guest



Reply With Quote

