Ask a Question related to Coldfusion Database Access, Design and Development.
-
ryoh #1
VENDORERRORCODE 208 in CFMX 7
Hi all,
I recently migrated an application from CF5 to CFMX7 and a few pages in the
application are giving me a SQL error. The error message says:
================================================== ==============================
Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server
Driver][SQL Server]Invalid object name 'ProgramCodes'.
The error occurred in
D:\PPM_Website\pirs\shopp\admin\edit_pgm_advisor_l ist.cfm: line 5
3 : UPDATE ProgramCodes
4 : SET Advisor='#rtrim(ucase(Advisor))#',
Assistant='#rtrim(ucase(Assistant))#'
5 : WHERE (ProgramCodes.ProgCode='#FORM.ProgCode#')
6 : </cfquery>
7 :
--------------------------------------------------------------------------------
SQL UPDATE ProgramCodes SET Advisor='DJF', Assistant='LTN' WHERE
(ProgramCodes.ProgCode='201.010')
DATASOURCE tenyrshopp
VENDORERRORCODE 208
SQLSTATE 42S02
================================================== =============================
The SQL statement looks fine. I really don't know what the problem is. Has
anyone encountered simiilar database problem when migrating from CF5 to CFMX7?
Thank you very much in advance.
Roger
ryoh Guest
-
javascript differences CFMX 5 / CFMX 7 ??
same cfm-file on different servers called from same client / same browser (IE 6 SP 2) on CFMX 5 document.body.offsetHeight is 1232 on... -
CFMX 7 won't prompt for upgrade of CFMX 6.1
Hi all. I'm trying to upgrade our CFMX 6.1 Standard installation to CFMX 7 Standard. So to make life easier, I downloaded the trial of CFMX 7... -
CFEXECUTE working on CFMX 6.0 but not CFMX 6.1
Hi all, I'm using CFBB and want to sync-up the usernames and passwords stored in the cfbb database to the file called by .htaccess to require... -
CFMX Std standalone to CFMX Ent on JRUN
I have CFMX 6.1 Standard Edtion running as a stand alone server on my dev box. Now I want to test CFMX 6.1 Enterprise Edition running it as a Jrun... -
Upgrade Multiserver CFMX 6.1 to CFMX 7
Hi, We have a CFMX 6.1 (jrun 4 updater 5) multiserver installation + Apache. We'd like to upgrade to CFMX 7 multiserver installation. Our IT... -
ryoh #2
Re: VENDORERRORCODE 208 in CFMX 7
Nevermind. I got it to work by using MS SQL driver instead of using ODBC Socket.
ryoh Guest



Reply With Quote

