User Profile

Collapse

Profile Sidebar

Collapse
Tlholo
Tlholo
Last Activity: Jun 12 '07, 08:00 AM
Joined: May 15 '07
Location: South Africa
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Tlholo
    started a topic converting a report
    in .NET

    converting a report

    i have a problem converting a report into a normal text file. i have to do this by reading every character in a line.

    I have been struggling, pls help.
    See more | Go to post

  • Tlholo
    started a topic Compare tables
    in .NET

    Compare tables

    i have created another table in the database, i have an idea on how to compare them, the problem is adding the ones that are not in one table into the other table.pls help. my code looks like this:

    Dim dataset1 As System.Data.Ole Db.OleDbCommand = New System.Data.Ole Db.OleDbCommand (daPayroll.Sele ctCommand.Comma ndText = "SELECT * FROM PayrollTable")
    Dim dataset2 As System.Data.Ole Db.OleDbCommand = New System.Data.Ole Db.OleDbCommand (daPayroll.Sele ctCommand.Comma ndText...
    See more | Go to post

  • Tlholo
    replied to Importing an Excel file
    in .NET
    Success

    I have successfully managed to display the excel file in a datagrid. The problem that i have now is to create a table programmaticall y and add it to a database, set the primary key, then compare the data in the this new table with the data in the table that already exists in that database.

    Im glad i joined this forum.

    Thank you for your help
    See more | Go to post

    Leave a comment:


  • Tlholo
    replied to Importing an Excel file
    in .NET
    Done that already

    i have specified the primary key in the database. 2 problems that i have are that i don't know how to import the excel file into my application and how i am going to compare the fields in the database with the ones in the file. i am using the empID as the primary key.
    See more | Go to post

    Leave a comment:


  • Tlholo
    replied to Importing an Excel file
    in .NET
    Done that

    I have specified the primary key in the database. 2 problems that i have are that i don't know how to import the excel file into my application and how i am going to compare the fields in the database with the ones in the file. i am using the empID as the primary key.
    See more | Go to post

    Leave a comment:


  • Tlholo
    started a topic Importing an Excel file
    in .NET

    Importing an Excel file

    I have a problem comparing the fields in the excel file with the once in the database because i cannot specify the Primary Keys in the excel file.
    See more | Go to post

  • Tlholo
    started a topic Reading my replies
    in .NET

    Reading my replies

    I just joined yesterday. I posted my question and now i don't know where to find the replies.

    Pls help
    See more | Go to post

  • Tlholo
    started a topic Comparing an Excel upload file with a database
    in .NET

    Comparing an Excel upload file with a database

    Here are the requirements for the project. I have also included the other project that I am working on and is also giving me some problems. i need code examples.

    Project 1

    This program actually has 4 parts that I have to do.

    There is a master database and an excel file that has to be downloaded from the server once a week

    1.design a piece of code that will make this program run or download...
    See more | Go to post
No activity results to display
Show More
Working...