Hi,
I'm executing following SQL query (for SQL Server database) -
SELECT Id
FROM MyData
WHERE Id =
<sql:param type="xs:string" sql-type="varchar" select="/Instance/key/id"/>
"Id" column is of type "uniqueidentifier". As Orbeon 2.6 does not support conversion to this datatype, I used sql-type="varchar" but still get the error - "Error unexpected attribute "sql-type"(schema: http://orbeon.org/oxf/xml/sql)"
Could someone please tell me what's wrong I might be doing?
Thanks and Regards,
Rahul Agarwal
----------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose.
----------------------------------------------------------------------------------------
- Re: [orbeon-user] sql-type not supported ?? Rahul Agarwal
- Re: [orbeon-user] sql-type not supported ?? Erik Bruchez
