23
Views
5
Comments
[Validation Helper] SQL Error with Oracle2
validationhelper
Reactive icon
Forge asset by Hiroyuki Yamagami
Application Type
Reactive

We caught SQL Error in IsExistRecord.SQL1 with Oracle. I think the cause is difference of how to define Temporary Table with SQL Server and Oracle.


I'd really appreciate it if the error would be solved.

2021-01-01 04-34-20
Hiroyuki Yamagami

Thanks for the feedback.
I don't have an Oracle development environment, but I will try to solve the problem.

UserImage.jpg
keisuke shoji

I got it. I assumed the role of IsExistRecord.SQL1 is to implement following query.

```

SELECT COUNT(*) FROM @ReferenceTableName WHERE @ReferenceAttrName = @Value

```

So I replaced IsExistRecord.SQL1 to Extension that I made in our environment. The Extension is published in my Forge component as GeneralSelectQuery Extension.



2021-01-01 04-34-20
Hiroyuki Yamagami

Version 1.2.3, which fixes the issue, is now available.
Cool component. But I fixed it before I saw your comment.

UserImage.jpg
keisuke shoji

Thank you for updating. I'll check the new version.

UserImage.jpg
keisuke shoji

I checked it works completely in our (Oracle) environment. Thank you!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.