Forum: VB.NET May 18th, 2005 |
| Replies: 1 Views: 2,398 Check out these links:
http://www.microsoft.com/downloads/details.aspx?FamilyId=F663BF48-31EE-4CBE-AAC5-0AFFD5FB27DD&displaylang=en
http://www.pocketpcdn.com/sections/evb.html |
Forum: VB.NET May 18th, 2005 |
| Replies: 8 Views: 22,270 Also might do well to ensure the object itself is not Nothing.
If a SQL call fails, the dataset/table object can remain uninitialized, in which case myReader.Rows will throw an error. |
Forum: Community Introductions May 16th, 2005 |
| Replies: 3 Views: 1,627 Zeroth-
trust me, no one here wants to hear about my problems. My computer-related questions, maybe.... ;) |
Forum: VB.NET May 16th, 2005 |
| Replies: 4 Views: 7,184 Don't know if this is resolved but...
Can you indicate the declaration code (from " Windows Form Designer generated code ") for the chkdrugnegative?
MY checkboxes don't have the property... |
Forum: VB.NET May 16th, 2005 |
| Replies: 2 Views: 4,683 Just make sure to close the reader before opening any others on the same connection. |
Forum: Community Introductions May 16th, 2005 |
| Replies: 3 Views: 1,627 Hi Folks. My name is Elie S. Hirschman, though I usually go by my initials ESH (especially online). I have an educational background in C++, then learned Java, VB and VB.Net on the job, and taught... |