User Profile

Collapse

Profile Sidebar

Collapse
damogets
damogets
Last Activity: Dec 8 '13, 03:17 PM
Joined: Feb 23 '12
Location: Bismarck, ND
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Alright, I found my mistake in that whole mess. Turns out I was accessing the ADO stuff correctly, I just wasn't familiar enough with VB to know that I had to ReDim the array that I was loading with the information. Whoops!
    See more | Go to post

    Leave a comment:


  • Sorry that it took me so long to get back to you. I ended up with a serious case of pneumonia that put me down for 4 weeks and I'm just now getting back to working on this project. Here is the whole code excerpt you requested, including the SQL. Please let me know if you need anything more, and thanks for your time taking a peek at this.

    Code:
            'now check to see if this is a duplicate record
            Dim strConn, query As
    ...
    See more | Go to post

    Leave a comment:


  • ADO.NET: How to tell if a DataSet or DataRow is empty

    After much convincing by other people, I have finally started trying to use ADO.NET instead of ADODB. Unfortunately, my lack of knowledge regarding these objects has left me broken in one area. I tried converting the area where I am checking for duplicate records to use ADO.NET by checking if a student filling out a form enters the same first name, last name, and program or major as another record in the database as per my instructions. Unfortunately,...
    See more | Go to post
No activity results to display
Show More
Working...