Posts by Erick Gustavo Ribeiro • 18 points
6 posts
-
0
votes0
answers28
viewsQ: Error connecting to SQL Server with ADO
I am trying to make a connection to a database in Sql Server, so it is giving this error Javascript Runtime error. [Microsoft][ODBC Driver Manager] Data source name not found and no default driver…
-
0
votes1
answer32
viewsA: Fill Select with Database data
//vou consider que você já efetuou o inicio do codigo php e inclui a conexão com o banco atravez do…
-
0
votes1
answer100
viewsA: Problems inserting data into a table in Mysql (PHP)
Look I’ve always preferred to use PDO to connect to the bank, I’ll give you an example of how you can use PDO instead of using mysqli. Your.php connected file would look like this <?php $dns =…
-
0
votes2
answers75
viewsA: Insert line break in an AJAX response
I managed to resolve by changing this part xhr.onload = function(){ var mensagem = document.querySelector("div.alert"); mensagem.classList.remove("invisible"); mensagem.textContent =…
-
0
votes2
answers75
viewsQ: Insert line break in an AJAX response
I’m developing a system for teaching purposes, but I can’t do a simple line break. The System is basically a filling of some inputs, where when clicking a button it reads these fields and assembles…
-
0
votes2
answers511
viewsQ: Could not Convert variant of type (Olestr) into type (Double)
I want to do a loop loop where every loop it arrow the person’s name plus the variable, but when I join the integer type variable with an error message text saying "Could not Convert Variant of type…
delphiasked Erick Gustavo Ribeiro 18