Questions tagged [dbconnection]

230 questions
-2
votes
1 answer

Database connection failed badly Error

I am facing a problem with an application that i am testing. It is been hosted for a matter of test and the DB CRUD works fine in the comon part of the system, but when the user tries to be redirected to its dashboard, he receives the follows…
Luiz Wynne
  • 460
  • 3
  • 10
  • 28
-2
votes
1 answer

Form Not Posting To SQL Database

I have this form and I can’t get it to post to my sql database? https://xcanberracars.com/assets/booking/bookride_bu240118.php This is the code I believe I have everything right but obviously not. error_reporting(E_ALL &…
AJW1985
  • 1
  • 1
-2
votes
1 answer

dbcon = sqlite3.connect(sys.argv[1] + '.sqlite') . meaning?

I have a python program, I need to know what does the following block of code does. particularly the dbcon=sqlite3.connect command. What are the parameters in the parenthesis. dbcon = sqlite3.connect(sys.argv[1] + '.sqlite') dbcurs =…
-2
votes
1 answer

how to set classpath for java mssql connectivity

i am writing code for java mssql connectivity in notepad++ i am not using any ide. can anybody give me code. how to set classpath? jtde or jdbc driver i need code for both driver Thanks in advance
Aavik_Kumar
  • 41
  • 1
  • 1
  • 7
-3
votes
1 answer

Sqlite database returns nonexistant column name instead of exception due to bad query

Found the issue: SqlKata compiler was transforming the column names into string literals, so that was returned when a matching column was not located. Updating the queries to use brackets instead of quotes resolved the issue. Created github issue…
RFBomb
  • 51
  • 6
1 2 3
15
16