Tuesday, October 04, 2022

trying to run oracle driver with h2

getting error below,

 Driver oracle.jdbc.OracleDriver claims to not accept jdbcUrl, jdbc:h2:mem:testdb;Mode=Oracle

No comments:

C# scan cs file and find variables values and names

using Microsoft . CodeAnalysis ; using Microsoft . CodeAnalysis . CSharp ; using Microsoft . CodeAnalysis . CSharp . Syntax ; using Xunit . ...