Search results for query: *

  • Users: snow1
  • Content: Threads
  • Order by date
  1. S

    Dispose connection?

    Hi! Sorry if i don't make sense here, but i am really puzzled. Can anyone explain this simple concept to me? When do i Dispose connection? is it necessary? and there's also this blablabla = Nothing. how do i use it? And how about the DataAdapter, do i dispose it also?
  2. S

    TimeOfDay always = 00:00:00 ?

    Can anyone help me on how to get the time from the local settings of my computer? DateTime.Today seems to work for me, it gives me the date today. But I'm having a problem with the DateTime.Today.TimeOfDay. it just gives me the default time, which is 00:00:00. The time in my settings is correct...
  3. S

    Problem with Updating record

    Hi, I have an update form where user can update any record in the database by filling in new values in textboxes. I have succeeded in updating ONE FIELD already, however, i want to be able to update many fields in just one update statement. I know the statement should be "UPDATE TABLENAME SET...
  4. S

    DataBind vs DataBindings?

    Hi. How can i bind data to datagrid? there are no DataBind available. An Error notification keeps on showing up once i type "DataBind". (It says: 'DataBind' is not a member of System.Windows.Forms.DataGrid) There is one close though, DataBindings. But I don't know how to use it. anyone help me...
  5. S

    stackOvelflowException ?

    stackOverflowException ? this error occurs as i run my .exe file: stackOvelflowException. i think its a run time error. Can anyone help me fix it? there are no errors during build, btw.:confused:
  6. S

    using function from another class

    using / calling function from another class how can i use a functions created in another class? do i have to inherit something? or declare something? how? because it says "Name 'GetData' is not declared." Basically, i am trying to call a function (let's say GetData())that is in Class1 from Class2.
  7. S

    Problem with opening and closing forms

    What does this error mean? [Reference to a non-shared member requires an object reference]. It keeps popping out when i try to open a form named "frmLogIn". And this is the syntax i used: frmLogIn.Show() Another error is this: ['Open' is not a member of 'WindowsApplication1.frmLogIn']. this...
  8. S

    HELP!! syntax error in INSERT INTO statement

    hi. please help me!! i am trying to insert a new record into an access database, and the following keeps popping up: syntax error in INSERT INTO statement. however, i cannot find any error with my insert into statement. can anyone please help me? im desperateeeeeeeee. im so stuck!!!! PrivateSub...
Back
Top