Viewing 5 posts - 1 through 5 (of 5 total)
Thanks again Neal, my first concern would be that all of the get/set methods exists in classes, and not the form, and some of the classes remain instatiated in the...
November 19, 2009 at 9:35 am
I am not sure if this will work for you, but I once did somethign similar for someone, I dumped all the field names for a table into a temp...
November 19, 2009 at 9:31 am
Hi Neal
Are you for or against closing between each query?
Currently, it creates a SQL connection, opens it, and does not explicitly dispose of the connection, rather relies on the garbage...
November 19, 2009 at 9:21 am
Hello all,
just posting back in case anyone looks into this thread again:
I added a primary key integer field, VoterId to the table in question, and formed an index on this...
November 18, 2009 at 8:39 am
Try SQLCourse.com.
The advantage is it has an online SQL editor you can try your syntax on that syncs well with the lessons.
April 2, 2009 at 8:01 am
Viewing 5 posts - 1 through 5 (of 5 total)