Hi,
Amazon simpleDB allows to have 255 attributes. But I can insert only
11 attributes using cfquery insert statement. Even trying to insert 12
attributes if gives me error message as follows:
Type Database
Detail Unrecognized error code: AmazonError: Forbidden
I have done just basic insert statement as follows:
<cfquery dbtype="amazon" datasource="dsSimpleDB" name="qryNewMember">
insert into someDomain
("ItemName","firstName","lastName","ppid","email","verification","lastEmail","address1","address2","state","country","AnyAtt")
values
("20090528173246","SomeName","SomeOtherName","na","[email protected]","false","na","798
XXX St.","na","Test","Test2","testAny")
</cfquery>
Is there any limitation with Open BlueDragon cfquery? Or is it only me
getting this problem?Can some one clerify this? If you even take out
one attribute from the above query it works fine. Please be noted that
there is no access credential issue here. I have checked it
carefully.
Thank you in advance.
Br,
Alim.
--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
http://groups.google.com/group/openbd?hl=en
official site @ http://www.openbluedragon.org/
!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---