Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~19.3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

11 Posted Topics

Member Avatar for Duki
Member Avatar for someone030

My design pattern knowledge is not too good, but try visiting [URL="http://www.dofactory.com"]www.dofactory.com[/URL] .it summarises design patterns nicely

Member Avatar for dronkin
0
160
Member Avatar for taineechan

Hi All I want to delete records from a table. I'm using the following query: [code] adqdelete.active := false; adqdelete.sql.add('delete from stalls'); adqdelete.sql.add('where stall_name ='); adqdelete.sql.add(edtDeleteStalls.Text); adqdelete.active:=True; [/code] This gives a syntax error. does anyone know what I'm doing wrong? Thanks for your time Tai

Member Avatar for ennis
0
385
Member Avatar for shinoske

well it would obviously need to have the basic characteristics of an OOP language; abstraction, encapsulation. modularity, inheritance

Member Avatar for Jx_Man
0
132
Member Avatar for piers

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 developer and i'm the only female developer on the team, but no1 wants to give …

Member Avatar for neocoder
0
361
Member Avatar for spywx2003

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 iterating down to zero

Member Avatar for taineechan
0
191
Member Avatar for taineechan

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 it know what port the server on the other pc …

Member Avatar for Killer_Typo
0
114
Member Avatar for taineechan

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 does anyone know how to do it with a wpf application …

0
103
Member Avatar for taineechan

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 clicked, the value at button A must be added to the value …

Member Avatar for taineechan
0
160
Member Avatar for taineechan

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.. Hoping to be of help and to receive help... Lotsa love Taineechan

Member Avatar for jbennet
0
64
Member Avatar for taineechan

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 read everything into a string, then tried to …

Member Avatar for taineechan
0
146

The End.