Search:

Type: Posts; User: Jangaroo

Search: Search took 0.03 seconds.

  1. Java Script Populating 2D array thought prompt

    Hey I need to make a simple program which consists of insert function which adds the data asked for to 2D array.. I think i did the array but I am not right sure
    (data to be entered in name, height,...
  2. On a press of button on Keyboard make the program do something.

    Hey I am making this little tool for this online game i play (league of legends some of you might know it) Basically I made a small program which consists of 4 buttons and when you click button it...
  3. Replies
    3
    Views
    1,780

    Re: .net connector mysql error

    how do you open references ? i know to install one :P add one to my program :P possibly uninstall one :P but not right sure how to open it and delete the entry :S where do i find it ? and how to open...
  4. Replies
    3
    Views
    1,780

    .net connector mysql error

    hello. I need help... last 3 days until i have to hand in my A2 computing coursework and cant get it working..
    The program is finished I am on testing part. But I cant run the program. What happened...
  5. Replies
    2
    Views
    603

    Re: Load Webpage in VB

    as in not a shortcut to IE / default web browser but literally in my program
  6. Replies
    2
    Views
    603

    [RESOLVED] Load Webpage in VB

    Hello, any idea how to load webpage in VB ? for example www.google.com as in some window or something.
  7. Replies
    2
    Views
    556

    Re: Ordering By date.

    ohh right! great :) thanks ill try it, if it works ill select this as solved +rep :)
  8. Replies
    2
    Views
    556

    [RESOLVED] Ordering By date.

    Heyy, i been coding my computing coursework... for about 6 days straight with like 4h sleep every night . brain melting D:
    I am having trouble sorting out a list of items pulled out of the databse,...
  9. Replies
    0
    Views
    356

    quick question reference COM modules

    heyy im trying to write some data into word file from database and then print it. thats not the problem i know how to do it, its just can not find which reference from COM modules to add :/ there is...
  10. Replies
    5
    Views
    797

    Re: array query inside For Loop

    Done it this way work perfect now. done it this way


    Connect_DB()
    Try
    data = New DataTable
    da = New MySqlDataAdapter("query", conn)
    da.Fill(data)...
  11. Replies
    5
    Views
    797

    Re: array query inside For Loop

    :( still confused ill just try it different way
  12. Replies
    5
    Views
    797

    Re: array query inside For Loop

    Thanks but its not the inserting data, the problem is in array list and the for loop, i have used this method to insert lots and lots of other data and it works fine. question really is how do i get...
  13. Replies
    5
    Views
    797

    [RESOLVED] array query inside For Loop

    hello again,

    I am having trouble using FOR loop with array in query...

    What I am trying to do is for all the data pulled out of database I convert it to an array list and then string (this...
  14. Replies
    7
    Views
    737

    Re: Formating date

    >.> how do I set thread as solved ?
  15. Replies
    7
    Views
    737

    Re: Formating date

    Thanks Pradeep1210 works fine now. and im just sending it through query, as in

    "INSERT INTO `school_system_db`.`homework` (`HW_ID`, `Class_ID`, `HW_name`, `HW_set`, `HW_due`, `HW_MaxMark`) VALUES...
  16. Replies
    7
    Views
    737

    [RESOLVED] Formating date

    Hey, I am having trouble converting for example "24 February 2011" (which is generated from the "datetimepicker") into "2011-02-24" any idea how to do it ? I need to have it in this form because that...
  17. Replies
    2
    Views
    1,464

    Re: #1066 - Not unique table/alias

    ahh got it to work thanks it was this
    "Select Message_ID, Firstname, Surname , Subject , Message FROM guardian_users INNER JOIN messages ON guardian_users.User_ID = messages.Sender_ID WHERE...
  18. Replies
    2
    Views
    1,464

    #1066 - Not unique table/alias

    Heyy, im trying to join two tables together, (this messaging system) and im having trouble with the query.


    Select Message_ID, Firstname, Surname , Subject , Message FROM messages, guardian_users...
  19. Replies
    8
    Views
    1,702

    Re: Log in system, SQL VB.net 2005

    Dude thanks a lot!!! Finally got it to work!! I was trying the .tostring before but I had no idea to put column name into the brackets! Many love rep++ and problem solved :)
  20. Replies
    8
    Views
    1,702

    Re: Log in system, SQL VB.net 2005

    what you just said went straight over my head... also what are parameters ? oh and is there a way to convert things pulled out of database into strings ?
  21. Replies
    8
    Views
    1,702

    Re: Log in system, SQL VB.net 2005

    thank you but im only beginner and dont really understand it :/ this is like first bigger project im doing in windows form i only started doing VB last year and that was only console applications.
  22. Re: NEED HELP!!! Creating an advanced login system in vb.net

    well to create an account you only need to write a query to write into database when the user click the button, and it will enter the username and password from the textbox

    example:
    textbox1.text...
  23. Re: NEED HELP!!! Creating an advanced login system in vb.net

    What i am trying to do is, that i made a query where i am asking for the username and password entered. if it finds them it will return a value. if it doesnt it wont return value. Then this is where...
  24. Re: NEED HELP!!! Creating an advanced login system in vb.net

    hey Vicky/Alex :') same problem here haha
  25. Replies
    8
    Views
    1,702

    [RESOLVED] Log in system, SQL VB.net 2005

    heyy, i am working on my A2 coursework and trying to get the log in system working. I wrote a query where i ask the databse if there is a username entered and password. if there is, it will return...
Results 1 to 25 of 26



Click Here to Expand Forum to Full Width