Search results for query: *

  • Users: x86
  • Content: Threads
  • Order by date
  1. X

    problem with refreshing the datagrid (vb.net 2003)

    Hello, I'm trying to refresh the datagrid after using the SQL UPDATE statement. The data changes physically in the database but the datagrid is not affected. The data is changed only after i restart the program. How can i get the datagrid to refresh or update? I have tried using, among other...
  2. X

    reading data from ascii text file

    Hello, i'm trying to read a ascii text file using the streamreader. For simplicity, let's say my .txt file contains the following data: a b c d e f g How would i read from, let's say character c to f? In pseudocode, i would be something like: for starting charcter = "c" to 3 It would read 3...
  3. X

    Array manipulation

    I'm not able to figure out this school work and i spent 2 hours on it. So ill seek help from you guys, before i go nuts. I'm trying to add some data into the array and display it in a column. That's it! I tried some code like this but it does not seem to work. dim dataArray(5,5) Dim askNum...
  4. X

    accessing data by id

    I'm trying to access the data stored using the id that i assigned when inputting the data here is some pseudocode: dim id = inputbox("Enter a id number") // let's say i entered 50 Dim firstName = InputBox("Enter first name:") // let's say i entered "Fred" Dim lastName = InputBox("Enter last...
Back
Top