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
~2K People Reached
Member Avatar for rumpleteaser33

Hi I have a problem with my first program using JSP and am hoping that someone could help me? In my servlet I am using a vector to create my JavaBeans and insert the values from my database: [CODE] rs = stmt.executeQuery(); Vector collection = new Vector(); while (rs.next()) { …

0
69
Member Avatar for rumpleteaser33

Hi, I have a bit of a problem with my latest C# program I am working on and was hoping someone could help me. I have an object moving along the screen, and when it gets to a certain point, I need to use radio buttons to determine which way …

0
49
Member Avatar for rumpleteaser33

Hi, I'm trying my first program using servlets and JSP and would appreciate any help or advice about a problem I'm having. In my servlet I'm connecting to the database and displaying all the records in there. I'm then trying to add data to a JavaBean so that I can …

Member Avatar for peter_budo
0
161
Member Avatar for rumpleteaser33

Hi, I am writing a program that has a listbox which is bound to a dataset. When I click a button (e.g. delete) the item is deleted from the database ok using an SQL query but is still shown in the listbox. How do I get the listbox to refresh/update …

Member Avatar for rumpleteaser33
0
1K
Member Avatar for rumpleteaser33

Hi, I'm writing my first application in VB and need some help with my Access database. I have 2 problems; the first one is the most important, the second I would just be very grateful for any help/advice. Firstly, I need help updating a record from my database. I have …

Member Avatar for kevinnrobert
0
154
Member Avatar for rumpleteaser33

Hi I'm doing a project where I need to have people register by entering a username and password. When they click register I want them to be added to the database, but I'm having trouble doing this. Can anyone help? This is my first time using VB. This is the …

Member Avatar for rumpleteaser33
0
235