|
Can someone see this , I will appreciate any help .
Thanks .
I create table
CREATE TABLE PROFILES (
ID INTEGER ,
PROFILE LONG )
Table created and populated ..
When trying to make a search procedure to search
within text of profiles , if
condition is PROFILE LIKE...something >>
ERROR >>
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[SAP AG][SQLOD32 DLL][SAP DB]General error;-7032 POS(49) SQL statement not allowed for column of data type LONG.
Next Situation . I tried to Search for
specific profile regarding it;s ID , and
to show it on the ASP , ( Web Page ) ..
"SELECT PROFILE WHERE ID = something "
Recordset returns Name of the Field , and all
properties which you can
get with ADO , but value of the PROFILE , text for
DB field NONE !!!!!
Page stay empty !
ADO 2.6. on ASP , running on IIS on WIN 2k , ODBC
Driver .
Srdjan
|
- RE: Problem with Selecting value of LONG da... Srdjan Josipovic
- RE: Problem with Selecting value of LO... Koetter, Thomas Theodor
- RE: Problem with Selecting value o... Markus Gieppner
- RE: Problem with Selecting value of LO... Zabach, Elke
- RE: Problem with Selecting value o... Carl Olivier
- RES: Problem with Selecting va... Edson Carlos Ericksson Richter
- RE: Problem with Selecting value of LO... Zabach, Elke
- RE: Problem with Selecting value o... Carl Olivier
- RE: Problem with Selecting value o... Markus Gieppner
- RE: Problem with Selecting value of LO... Schaefer, Peter
- RE: Problem with Selecting value of LO... Dan Fitzpatrick
