Posts by wilian • 57 points
4 posts
-
3
votes2
answers475
viewsQ: Connection error with SQL Server 2012 with Python
I am trying to connect to SQL Server 2012 using Python 3.7 and Ubuntu 20.04.1 LTS as follows: import pyodbc server = 'tcp:192.168.0.7, 1433' database = 'teste' username = 'teste' password = 'teste'…
-
0
votes2
answers1751
viewsQ: Send input value to modal
I need to take the value of an input and send it to a bootstrap modal. I did a test but I don’t know what I’m missing. <!DOCTYPE html> <html lang="en"> <head> <meta…
-
0
votes1
answer1083
viewsQ: Error while running Composer install
I’m cloning a Github repository Gitscrum and when I will execute the command Composer Install, it returns me the following error: C: www Gitscrum>Composer install [32mLoading Composer…
-
1
votes0
answers162
viewsQ: INNER JOIN returning error
I’m trying an INNER JOIN between 3 more tables returns error, I don’t know what’s wrong. Query: SELECT aa.arq_arqid, aa.arq_nome, aa.arq_nomecrip, aa.arq_datetime, u_usuarios_u_userid…