Search results for query: *

  1. S

    problem entering data to DB

    I am not getting any error the information is just not being added to the database. I have not way of knowing where the problem is in the code and i looked at it several times
  2. 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...
  3. 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...
  4. S

    language

    Thanks for the help that would be the easy solution however this does not match in with the design of the program which the customer has requested. Is there another way to carry out this check. They want it preformed automatically. Thanks again
  5. 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...
  6. S

    Reading from many files

    Sorry The files are all of the .log type and are all stored in the folder Queue which has been set as the File_Name "C:\Queue\" + "*.log When the files are read they are to be deleted from the folder. All this acts are to happen when a file arrives at the folder and a service is running...
  7. 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 =...
  8. 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