Results 1 to 5 of 5

Thread: Anyone Can help me with this mysql fetch form ?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    254

    Anyone Can help me with this mysql fetch form ?

    VB Code:
    1. If CNN.State <> 0 Then
    2. Set rsshow = CNN.Execute("select * from status")
    3.     Do While Not rsshow.EOF
    4.     txtChat = rsshow(1)
    5.     Loop
    6.         CNN.Close
    7.     End If

  2. #2
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Anyone Can help me with this mysql fetch form ?

    Yes, and?

  3. #3
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Anyone Can help me with this mysql fetch form ?

    Doncha just love it when people not only want to to answer their question, but also work out the what the question might possibly be?

    I'll make the answer (to what I assume the question is) a bit more obvious: You are missing a movenext.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Mar 2006
    Posts
    254

    Re: Anyone Can help me with this mysql fetch form ?

    i jus wana fetch the fields but it cant fetch with this script that i did

  5. #5
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Anyone Can help me with this mysql fetch form ?

    I have no idea what you know about coding databases (or what you have tried), so I can only suggest to try looking at some working code - the code from the "ADO Tutorial" link in my signature is a good example.

    If that doesn't help, please be more specific about what the problems are.

Posting Permissions

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



Click Here to Expand Forum to Full Width