Results 1 to 3 of 3

Thread: connect Visual Basic and Access 2003

Threaded View

  1. #2
    Senior Member
    Join Date
    Jul 2002
    Location
    Texas
    Posts
    168
    Try this

    dtRdr.Read()
    Dim strTest As String = dtRdr.GetString(0)

    Edit:
    You need to read in data before you can parse it out using GetString()
    Last edited by Darksnake; March 30th, 2008 at 06:05 AM.
    <chsh> I've read more interesting technical discussion on the wall of a public bathroom than I have at AO at times

Similar Threads

  1. Port List
    By ThePreacher in forum Miscellaneous Security Discussions
    Replies: 17
    Last Post: December 14th, 2006, 09:37 PM
  2. Basic Unix security tutorial
    By \/IP3R in forum AntiOnline's General Chit Chat
    Replies: 16
    Last Post: March 7th, 2005, 10:25 PM
  3. The history of the Mac line of Operating systems
    By gore in forum Operating Systems
    Replies: 3
    Last Post: March 7th, 2004, 08:02 AM
  4. Newbies, list of many words definitions.
    By -DaRK-RaiDeR- in forum Newbie Security Questions
    Replies: 9
    Last Post: December 14th, 2002, 08:38 PM
  5. The Worlds Longest Thread!
    By Noble Hamlet in forum AntiOnline's General Chit Chat
    Replies: 1100
    Last Post: March 17th, 2002, 09:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •