Hi!
I am getting this error after entering a survey program when I try to update the database with the information from the web page. Here is the full error:
Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC driver for Oracle]Error in row 1
The error occurred in D:\web\prodroot\Gradschool\survey\doc\survey.cfm: line 17
Called from D:\web\prodroot\Gradschool\survey\doc\survey.cfm: line 14
Called from D:\web\prodroot\Gradschool\survey\doc\survey.cfm: line 4
Called from D:\web\prodroot\Gradschool\survey\doc\survey.cfm: line 1
Called from D:\web\prodroot\Gradschool\survey\doc\survey.cfm: line 17
Called from D:\web\prodroot\Gradschool\survey\doc\survey.cfm: line 14
Called from D:\web\prodroot\Gradschool\survey\doc\survey.cfm: line 4
Called from D:\web\prodroot\Gradschool\survey\doc\survey.cfm: line 1
15 : <cfset students_id = form.id>
16 : <cfquery datasource="GRADSCHOOL" name="temp_info">
17 : select * from survey.students where students_id = '#students_id#'
18 : </cfquery>
19 : <cfset info = temp_info>
--------------------------------------------------------------------------------
SQL select * from survey.students where students_id = '1620'
DATASOURCE GRADSCHOOL
SQLSTATE 01S01
We have CF6 standard version and the back end is Oracle 9i.
Thanks for any help you can provide!
Jeff Bridgham
Purdue University
Graduate School
Data Analyst
I am getting this error after entering a survey program when I try to update the database with the information from the web page. Here is the full error:
Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC driver for Oracle]Error in row 1
The error occurred in D:\web\prodroot\Gradschool\survey\doc\survey.cfm: line 17
Called from D:\web\prodroot\Gradschool\survey\doc\survey.cfm: line 14
Called from D:\web\prodroot\Gradschool\survey\doc\survey.cfm: line 4
Called from D:\web\prodroot\Gradschool\survey\doc\survey.cfm: line 1
Called from D:\web\prodroot\Gradschool\survey\doc\survey.cfm: line 17
Called from D:\web\prodroot\Gradschool\survey\doc\survey.cfm: line 14
Called from D:\web\prodroot\Gradschool\survey\doc\survey.cfm: line 4
Called from D:\web\prodroot\Gradschool\survey\doc\survey.cfm: line 1
15 : <cfset students_id = form.id>
16 : <cfquery datasource="GRADSCHOOL" name="temp_info">
17 : select * from survey.students where students_id = '#students_id#'
18 : </cfquery>
19 : <cfset info = temp_info>
--------------------------------------------------------------------------------
SQL select * from survey.students where students_id = '1620'
DATASOURCE GRADSCHOOL
SQLSTATE 01S01
We have CF6 standard version and the back end is Oracle 9i.
Thanks for any help you can provide!
Jeff Bridgham
Purdue University
Graduate School
Data Analyst