Forum Replies Created

Viewing 15 posts - 16 through 30 (of 46 total)

  • RE: Data trucated after Insert in a TExt type field

    Actually this is being done from ACCESS2000. The variable just before the table update from ACCESS shows me the right text with all the characters.

    I also just copied and pasted  the...

  • RE: Timeout expired

    noeld, I just got new data and tested with the changed registry values. The process did not timeout, and ran successfully. Thanku very much for your suggestion.

  • RE: Timeout expired

    noeld, thanku very much for your suggestion. I have made the registry changes and the data will be coming in next week for me to test it on. It will...

  • RE: inconsistent result from select

    That was very careless of me. Thanku, that worked.

  • RE: inconsistent result from select

    1. There is only one record inserted at any time.  It is a small table updated once with one record in a month or so.

    2. fld2 cannot have null values.

    3....

  • RE: Timeout expired

    jhouston, thanku for your time and patience in explaining this to me. I will try this and post my results.

  • RE: Timeout expired

    Actually I am not sure if it is ADO or DAO. I have taken over this code and am relatively new to access.  The problem code is as follows

    Call DoCmd.TransferDatabase(acExport,...

  • RE: DTS pkg as a job step

    Thanku, that worked very well and it is  more easy to read the job step too !

  • RE: DTS pkg as a job step

    Do you have any suggestion of how i can implement this package as a job step without using GUID, and the package being a local package  ?? Any thoughts would...

  • RE: DTS pkg as a job step

    Just made it work ! The reason for the error was because my file pointed to a location in my hard drive and the server was looking at its own hard...

  • RE: DTS pkg as a job step

    Well, I am running this job as administrator, so I might have the permission. While viewing the job history, it tell me that it failed since it did not find the...

  • RE: DTS pkg as a job step

    Probably what Greg Charles and diogenes0412 have suggested will generate the same kind of code.  I did try  one method - to paste the code as suggested from the scheduled...

  • RE: DTS pkg as a job step

    Acually I do not want to run it from windows or dos prompt.

    is there anyway i can do it as a SQL server agent job-job step, since this has to...

  • RE: ESCAPE quote

    I am using dynamic SQL, that is why I cannot change the variable as you have  done for @DATA.

    But QUOTENAME worked great ! Thanku.

  • RE: ESCAPE quote

    This works fine from Query Analyzer but in my Stored procedure it still gives the same error as before. I think the EXEC does not recognize the  "set quoted_identifier off"...

Viewing 15 posts - 16 through 30 (of 46 total)