Forum: Pascal and Delphi Oct 1st, 2008 |
| Replies: 2 Views: 1,631 Hi All
I want to delete records from a table. I'm using the following query:
adqdelete.active := false;
adqdelete.sql.add('delete from stalls');
adqdelete.sql.add('where stall_name =');... |
Forum: Geeks' Lounge Feb 28th, 2008 |
| Replies: 1,362 Views: 143,387 jelly tots and energade:)
love the energy rush:P |
Forum: IT Professionals' Lounge Feb 28th, 2008 |
| Replies: 5 Views: 986 well it would obviously need to have the basic characteristics of an OOP language; abstraction, encapsulation. modularity, inheritance |
Forum: IT Professionals' Lounge Feb 28th, 2008 |
| Replies: 37 Views: 4,196 thanks for all the suggestions:)
well, it's just been 3 weeks and to be honest, I don't understand everything that's going on in the code...so as u say narue, debugging and docs will do me good:)... |
Forum: Java Feb 27th, 2008 |
| Replies: 10 Views: 2,886 u can still use the tokenizer class and the nextToken function if u like. Just read the values from nextToken into an array, then display the array from the back, by starting at array size and... |
Forum: IT Professionals' Lounge Feb 27th, 2008 |
| Replies: 37 Views: 4,196 oh yes she was...:)
aida augusta byron..
countess of lovelace...
I'm a female programmer. I have a BSc Computer Science degree and have now started my first job..
I was hired to be a java... |
Forum: C# Jun 17th, 2007 |
| Replies: 1 Views: 2,608 I'm writing a peer to peer network in c# with .net 3.
I'm using a tcp/ip architecture where each device acts as both a client and a server.
If one pc wants to download a file from another, how will... |
Forum: C# Mar 30th, 2007 |
| Replies: 0 Views: 1,485 I'm writing a wpf application in c# on .net framework 3 using visual studio 2005. I need to connect my VistaDB database to my c# code. This can be done with .net Framework 2 on a windows form but... |
Forum: Java Mar 21st, 2007 |
| Replies: 10 Views: 1,866 Thanks so much for all the help..
It's working now:) |
Forum: Java Mar 20th, 2007 |
| Replies: 10 Views: 1,866 My class implements ActionListener and then I have:
public void actionPerformed(ActionEvent event)
JButton button = (JButton)event.getSource();
I have tried Singleton. In C++ though.. |
Forum: Java Mar 20th, 2007 |
| Replies: 10 Views: 1,866 Now that I have one eventlistener, how do I know which button is pressed?
Is there something like an isClicked method? |
Forum: Java Mar 20th, 2007 |
| Replies: 10 Views: 1,866 I've put all my buttons into a 2D array and they use one listener. I'm gonna try the if statement and previous variable thing.
I'll only try Singleton if that doesn't work coz I personally find... |
Forum: Java Mar 20th, 2007 |
| Replies: 10 Views: 1,866 Hi
I'm coding a game of towers in java. I'm having trouble moving a stack from one button to another.
I have eventlisteners for buttons A and B. If Button A is clicked and then button B is... |
Forum: Community Introductions Feb 17th, 2007 |
| Replies: 5 Views: 979 Hey all :lol:
I'm a 3rd year computer science student who finds daniweb quite helpful. Although I'm a posting newbie, i often browse the forums for help.
About time I gave something back..... |
Forum: Computer Science Feb 17th, 2007 |
| Replies: 2 Views: 2,623 My design pattern knowledge is not too good, but try visiting www.dofactory.com (http://www.dofactory.com) .it summarises design patterns nicely |
Forum: C Oct 22nd, 2006 |
| Replies: 2 Views: 1,518 |
Forum: C Oct 22nd, 2006 |
| Replies: 2 Views: 1,518 I want to find the length of a string, But the strlen function seems only to work with chars. I can't use a char[] to store my text because the size must be known beforehand and I don't know it. So I... |