Search:

Type: Posts; User: Dsnowdon

Search: Search took 0.02 seconds.

  1. Replies
    103
    Views
    244,253

    Re: Retrieving and Saving Data in Databases

    I think that worked but now i have another
    sorry about this its the first timei have used MySQl qith vb.net

    The error i have it

    You have an error in your SQL syntax; check the manual that...
  2. Replies
    103
    Views
    244,253

    Re: Retrieving and Saving Data in Databases

    It is connected becaue i have or the user has already loged in before this code is ran
  3. Replies
    103
    Views
    244,253

    Re: Retrieving and Saving Data in Databases

    OK i have changed that but when it runs it still get a error with




    The Error is

    System.InvalidOperationException was unhandled
    Message=Connection must be valid and open.
    ...
  4. Replies
    103
    Views
    244,253

    Re: Retrieving and Saving Data in Databases

    OK so what should i change SQLCommand to?
  5. Replies
    103
    Views
    244,253

    Re: Retrieving and Saving Data in Databases

    No i am uing MYSQL and im using
    Imports MySql.Data.MySqlClient
    Imports System.Data.SqlClient
    at the top of my code

    I need help with this statment i have changed my code and i get the error on...
  6. Replies
    103
    Views
    244,253

    Re: Retrieving and Saving Data in Databases

    I dont kn
  7. Replies
    103
    Views
    244,253

    Re: Retrieving and Saving Data in Databases

    Or Sorry MySQL idont know weather it makes it diffrent but its online MySQl.
    i am also only trying to recive One Please of data From the table users, i want "Online" Were username = TheUsersName and...
  8. Replies
    103
    Views
    244,253

    Re: Retrieving and Saving Data in Databases

    so i should delete the conection() Stetment
  9. Replies
    103
    Views
    244,253

    Re: Retrieving and Saving Data in Databases

    When i have enterd your code i have got a eroor on Connection() Saying "EXpression i not a method" any help on how to fix please

    this is the code
    Using connection As New...
  10. Replies
    1
    Views
    614

    Need help with MySql Update

    OK i need to updating myMysql database

    This is how i connected to the database

    MySQLConnection = New MySqlConnection
    MySQLConnection.ConnectionString =...
  11. Replies
    5
    Views
    5,164

    Re: Post to Wall on Facebook

    this is how you i did it whn i make a similar program to this and it show how to click etc

    WebBrowser1.Document.GetElementById("username").SetAttribute("value", TextBox1.Text)
    ...
  12. Replies
    3
    Views
    690

    Re: Needing some help with MySQL

    i dont know how to do that im sorry and yes im using a mysql connector
  13. Replies
    3
    Views
    690

    Needing some help with MySQL

    OK so basicly i am making a game which keeps the infomation on a MySQL database so players can talk and play the game with friends and i have done a mysql login before pn VB.net but i have tryed...
  14. Replies
    1
    Views
    546

    Need help with how to write some code

    hi i have 4 peices of code i need for one bit to run then when webbrowser1 document completed like wepage load i want to run anotehr peice of code. then when the webbrowser loads again run more cun...
  15. Poll: Re: Make a free online database + Make a VB.NET login form to connect to this databas

    doesnt matter fixed it i have the wrong table name silly me
  16. Poll: Re: Make a free online database + Make a VB.NET login form to connect to this databas

    followed the tut and when i click ok to login i get a error this is the error,can you please help me i need to get my login working as fast as i can

    thanks dale

    ...
  17. Replies
    6
    Views
    856

    Re: Need help me MYSQL login

    just tryed that but it doesnt work. i still get a error on this line

    myData = myCommand.ExecuteReader()

    This is the exeption details
    System.InvalidOperationException was unhandled
    ...
  18. Replies
    6
    Views
    856

    Need help me MYSQL login

    Need some help, i am making a login with the database stored in MYSQL and for some reson when i press login i get a error on this line


    myData = myCommand.ExecuteReader()

    this is the whole...
  19. Replies
    2
    Views
    636

    Re: Need help wit delay

    yer but i need to know how to do the webste is loaded do Code as well

    and i cant use WebBrowser1_DocumentCompleted because there is two code i need to run at diffrent times if you know what i...
  20. Replies
    2
    Views
    636

    Need help wit delay

    ok can some one help me please. I am quite new to visual basics so please try and make it simple if you can

    Right anyway

    I have 3 bits or so of code

    I to when the button 3 clicked


    Do...
  21. Replies
    2
    Views
    555

    need help Reading Certain lines

    Basicly i need help reading a line of a textbox

    I want to say

    read line 3 of textbox4.text

    then declare it like

    dim line as interger
Results 1 to 21 of 21



Click Here to Expand Forum to Full Width