CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: LoganFenix

Search: Search took 0.03 seconds.

  1. I have a Problem with Insert in Lotus Notes from C #

    Good Morning:

    A few days ago I did a favor to help me with a C # to insert data into a Lotus Notes application. This application worked well, but the following problem arose in combobox Lotus...
  2. Re: Application c # to insert data into a bd nsf?

    Thank you very much, with your help I knew it was just a view, but as it had something to manage the content of the nsf databases did not know where he was going to add so I guess.
  3. Re: Application c # to insert data into a bd nsf?

    Able to find one of the names of the tables, this brings the same data exacerbated Contacts.

    But now I check this error:

    System.Data.Odbc.OdbcException detected
    Message = "ERROR [HY000]...
  4. Re: Application c # to insert data into a bd nsf?

    Hello:

    Research a while and you are right is a view
  5. Re: Application c # to insert data into a bd nsf?

    Make the same mistake in the following line:

    cmd.ExecuteNonQuery( );

    System.Data.Odbc.OdbcException
    Message="ERROR [HY000] [Lotus][ODBC Lotus Notes]No INSERT/UPDATE/ALTER/CREATE INDEX/CREATE...
  6. Re: Application c # to insert data into a bd nsf?

    Hello

    No, is the name of the table to insert the data.
  7. Application c # to insert data into a bd nsf?

    I have the following problem:
    I'm trying to create an application to insert data into lotus notes nsf bases by an application of C #. So far I have this:
    private void button2_Click(object sender,...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured