Posts by meisterx7 • 439 points
18 posts
-
1
votes1
answer77
viewsA: Import error of csv with fopen
Problem solved. Error was on line. $arquivo = fopen ('teste.csv','r'); Correct form: $arquivo = fopen ("atendimento.csv","r");
-
0
votes1
answer77
viewsQ: Import error of csv with fopen
I am trying to make a csv import with PHP stop insert straight into Mysql database, I am using the fopen function, which returns me the following error. Parse error: syntax error, unexpected ' '…
-
2
votes2
answers1201
viewsQ: Identify USB stick
I need the application to copy a file when a flash drive is connected. It has how to identify when the removable disk is connected and the volume name, so that the system does not copy to the flash…
-
0
votes1
answer827
viewsQ: Timeout while Getting a Connection from pool
You’re making this mistake. I’m using postgres Erro ao buscar servidor por id: Timeout while getting a connection from pool. A first chance exception of type 'System.Exception' occurred in…
-
2
votes0
answers7250
viewsQ: Error: Unable to load file or Assembly
I am developing a desktop application with c#, and is giving the following error when I do some interaction with the Bank. An unhandled exception of type 'System.IO.FileNotFoundException' occurred…
-
3
votes2
answers3318
viewsQ: Take the directory route
I want to take a system directory, open a window and in that window I select a directory. I can select files with the OpenFileDialog but directories do not.
-
1
votes1
answer197
viewsQ: Using Gfix in a C#
I am developing an application in C# and I need to pass the Gfix in a Firebird database, I thought to run a prompt window and pass the commands of Gfix to her, but I am not succeeding. Also I need…
-
1
votes2
answers1433
viewsQ: Automatization of the execution of a file . exe
I need an application to run in the background, in the system tray, 3 times a day, at 08:00, 12:00 and 16:00 it runs a file. exe.
-
0
votes0
answers47
viewsQ: Digital TV with Stickers
I don’t know if I can post it here. but I think so. What is happening is the following I have to do my article, and my advisor gave me the theme Development of Apps for digital TV using stickers. I…
-
0
votes1
answer1550
viewsQ: Load server image in Imageview
I’m getting the bank information via WebService, and take the image path that’s on the server. This image I have to click on a ListView, for that I make a AssyncTask inside my Adapter, but he does…
-
5
votes4
answers860
viewsQ: Select with indefinite amount of conditions
The thing is, I have a field of research, and I want to search in different places than what’s registered, like this: tenis nike shox preto. I put in research: tenis preto. If I use a description…
-
0
votes1
answer586
viewsQ: How to add postgres library to eclipse/android
I’m making an android app, which I will connect directly to a postgres bank on a server. However, I don’t know how to add the postgres jar, if I add it in Java Build Path in the project’s properties…
-
1
votes1
answer1326
viewsQ: Using Postgres on Android with Asynctask
I want to connect my android app direct with the bank that is on a server. I made the connection in an Asynctask, follows the code. public class ConnectionTask extends AsyncTask<Object, Object,…
-
0
votes1
answer2756
viewsQ: Android connect on Postgres
I have an application, and I want to use the postgres database, that database is on a server, and I can access that server, as I do the connection. I don’t know if I explained it right, but I think…
-
14
votes2
answers3795
views -
0
votes2
answers9169
viewsQ: Error in such table. Sqlite
You’re making this mistake, I wonder if my DAO is right. Error: 08-06 14:19:53.304: E/SQLiteLog(16893): (1) no such table: proposta 08-06 14:19:53.334: E/SQLiteDatabase(16893): Error inserting…
-
1
votes1
answer1080
viewsQ: Get cell phone position. GPS
I have an application, where I need to get the coordinates of where the phone is time I open the registration form and then when I register, to store the 2 locations. How do I get the location of…
-
0
votes1
answer2120
viewsQ: Recover data from Fragment
I have an Activity with 4 tabs, in each tab I carry a different Fragment, in each Ragment I have a flumulario, and in the last I have the Register button, when I click Register I want to get the…