Click here to Skip to main content
15,896,726 members

Comments by Victor Rene (Top 10 by date)

Victor Rene 30-Jun-13 6:50am View    
I have done this many times. Check network as sjelen stated. If connection string and network are OK, then you might have a permission problem. What you should test is to allow anyone to access the database/table. Once it works you can reduce permission levels. Also check this: http://wiki.phpmyadmin.net/pma/user_management.
Victor Rene 30-Jun-13 6:43am View    
Hmm... Difficult question. It is the default constructor that is launched at design time. If inside the constructor (of the Activity?) you add your method call, then something will happen. Is that what you need? I don't know.
Victor Rene 26-Jun-13 7:15am View    
If you don't have a lot of experience with the design patterns, my advice would be to PRACTICE them. Then, you will understand the subtleties and will be able to make better design decisions. You need to fail to learn. Now if I were to do something like that I would try to not over-engineer and Keep It Simple Stupid! Use separation of concerns for data and visualization, you should be able to evolve the GUI if you need to later on.
Victor Rene 26-Jun-13 6:58am View    
What is the scripting language of your server ? pHp, Python, Ruby, Perl ? Anything can work but it's not really possible to paste code if we don't know.
Victor Rene 14-Feb-13 4:53am View    
I'm happy to know that was helpful.