Search results for query: *

  1. S

    problem entering data to DB

    Hi I am trying to create a window service that will read files from a selected folder in the computer. It is to read this file and store the data into a database. I think i have the code for the service part of my program wrote correctly. There is an error somewhere and i have checked the code...
  2. S

    Displaying errors from window service

    Hi I am created a window service. My problem is there is a error in the code which i am unable to see. I was wondering if there is any way in which I can display the error message in the Application log in the computer manager, or any where on the computer so i can at least see what the...
  3. S

    language

    HI Would anyone be able to advise me on how to decide between two languages. I am creating a program in which the user is able to enter Arabic or french words into a text box (these words are then stored in a database). I need to know in which lanuage they have been entered to be stored in the...
  4. S

    Reading from many files

    Hi Would anyone be able to advise on a way that would allow a program to read from many files. I had this working for a single file but this is not acceptable for the progarm. I am trying to access the data which is stored in these files The code i was using was Dim FILE_NAME As String =...
  5. S

    inserting from file to database

    Hi I am new to Vb.net and need help. I have created a database in sql 2005. I am trying to insert data from log files on the computer into the database using a window service. My problem is how do i get the values from the log file into the database. Thanks in advance for any help
Back
Top