Questions tagged as 'inserir'

2
answers

VBA Code Adapter to fetch photos from a folder

Good afternoon. I have a macro, which searches a worksheet for the name of the photo (eg IMG0102.JPG), searches the predefined folder for a related photo, and inserts it into the cell that is the name of the photo. However, I need to updat...
asked by 23.05.2017 / 18:34
1
answer

I am having trouble entering data into PDO

I have checked this code several times and I did not find the error, please help me find and correct ... echo"email = ".$email. "<br>" ; echo "ddd = ".$ddd ."<br>"; echo "telefone = ".$telefone . "<br>"; echo "cpf = ".$cpf ....
asked by 01.02.2017 / 12:11
1
answer

How to insert data (cadastre) in SQLite?

Hello, my connection to SQLite is as follows: Connection connection = null; try { // create a database connection connection = DriverManager.getConnection("jdbc:sqlite:database.db"); S...
asked by 30.05.2018 / 05:36
1
answer

Insert n points of a vector randomly into any array in java [closed]

I am a beginner in Java, I wanted to know if there is any function that would make my life easier: Having a vector of n positions filled with (pre-defined) numbers, distribute those numbers in randomly array positions. For example: havin...
asked by 28.08.2018 / 04:09
1
answer

Send 10 values using the POST method, values must be entered in a [closed]

The goal is to send 10 values using the POST method through the form, and insert them into a vector, which will be printed later. Anyone can help me thank you right away.     
asked by 08.09.2017 / 01:00