Posts by Anderson felipe • 23 points
4 posts
-
0
votes0
answers47
viewsQ: Restrict way to insert into SQL tables
Hello, I have a database in which I save some information of the establishment in a table and then the information of the same address, in another table. I wonder if there’s any way I can narrow it…
-
0
votes1
answer56
viewsA: file not found Exception web service
I think it solved when I added these codes in pom.xml </dependency> <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-server</artifactId>…
-
0
votes1
answer56
viewsQ: file not found Exception web service
i have a web and mobile application that are powered by web service the problem that every time I am trying to recover a user I get the following message "java.io.filenotfoundexception" (followed by…
-
2
votes4
answers5462
viewsQ: how to insert picture into database
What type of variable do I use to store an image in the database? And is there a specific command for this? or just enter as any record? i have a project in the moon language ( mobile by Corona sdk…