python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
'No suitable driver found..' on AWS, works locally
I made a ktor application using exposed for db stuff and it works perfectly fine on my desktop, however when I deploy it on an AWS EC2 instance I get following error
Exposed - Transaction attempt #0 ...
000
Votes: 0
Answers: 1
ASP.NET MVC SqlException: The conversion of a datetime2 data type to a datetime data type resulted in an out-of-range value
The Job model class has a column:
public DateTime JobDate { get; set; }
When I am trying to add a new Job, the input of JobDate is from
<input type="dateTime" name="JobDate" /&...
Qianying Huang
Votes: 0
Answers: 1
Why is the SqlException not being thrown/caught?
I have the following code in a library to perform a delete operation on database records. My code uses the Dapper library. The error is happening when I call the Dapper Execute() method.
Some of the...
Some Girl
Votes: 0
Answers: 2
Failed to validate newly established connection - Grails 4
We are using Grails 4 framework for our web application with oracle database. Everything work fine when we host the application locally. However, when we migrated the application to production environ...
Prashant Parashar
Votes: 0
Answers: 0