sthakuri / ASP.NET-Membership-Management-tool

ASP.NET Membership Management Tool
3 stars 1 forks source link

SQL statements are in Oracle syntax #1

Open patrickyong opened 3 years ago

patrickyong commented 3 years ago

While this project is meant to support both SQL Server and Oracle DB, I notice the SQL you wrote uses Oracle only UDFs and the table names are prefixed with ora_, making is unusable for SQL Server.

nickbird commented 3 years ago

Do you have SQL equivalents for this project (I presume they are the classes inside BUSINESS LAYER folder)? This is potentially an incredibly useful tool but if we are using SQL Server it can't be used at PatrickYong commented.