Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: edwinj
  • Order by date
  1. edwinj

    I can't update a table

    Could you try table1.Applyupdates; instead of Database1.ApplyUpdates([Table1]); Even your above code should work.
  2. edwinj

    I can't update a table

    is your CachedUpdates property of ur dataset is true?
  3. edwinj

    pcANYWHERE OLE code for VB

    Millon Thanks to sibasis How would i forcefully disconnect if the connection is for more than a specified time (Say an hour). Coz when i was testing over night, i found that the program got stuck and the connection was still active when i came in the morning to check. Rest seems to working...
  4. edwinj

    how to choose between Delphi and VB

    I used to develop application in VB 4.0, then i saw delphi and from then i havnt looked back at VB. Its not abt microsoft or borland. Its just abt the product, i cant stand interbase, where as i like MS SQL 7 & Above. As far is jobs are concerned especially in India, please dont (Try...
  5. edwinj

    Modem to modem data tranfer

    When u Install AsyncPro, It installs usefull examples which explains most of the job for modem-2-modem file transfer. I took some of the codes from there to build my file transfer application.
  6. edwinj

    Modem to modem data tranfer

    You have to bring the files using your file transfer application and the write a program to update to your MS SQL Server. ASYNC Pro is a good software with some good examples to connect and transfer files. We had modified the one of the samples programs to tranfer and receive files...
  7. edwinj

    pcAnywhere and OLE problems

    Hi Dankelt It Doesnt Work. Does your VB application running smoothly? My Goal is sending N receiving files automatically from around 10 locations. Once the file transfer is done sucessfully, the files has to be moved to a backup folder. I wish to keep a log of files being sent and received...
  8. edwinj

    Logon script to copy font files to a user machine

    Thank OzDog !!! It works fine, except if i have to revert back to old EXE file while using \d switch. if the Modified date is not equal (Doesnt Matter if the Server EXE is older than the One the client pc), it should copy else nothing. Thanks again !!
  9. edwinj

    Logon script to copy font files to a user machine

    Is there any Script to Copy a Application File to the Client at the Time of Logon. Only if the Client Application File's Date is Different from the File Available on Server. Plz Help !!!
  10. edwinj

    pcANYWHERE OLE code for VB

    Using FileXferFromHost Can i Send Multiple Files??? Like V.FileXferFromHost('C:\TMP\*.*','C:\DLOAD\')
  11. edwinj

    pcAnywhere and OLE problems

    Hi, Dankelt, FileXferFromHost Can only Transfer File By File. In Earlier version of PCAnywhere 8.02, Scripts used to work fine except for the AWREM32 not getting unloaded (destroyed) from the memory. AutoTransfer Option Does not allow any other commands after the File transfer is done...
  12. edwinj

    pcAnywhere and OLE problems

    Hi, Dankelt, Thanks a lot Again !!. I just wish I could not rely on batch files. Thanks for you help.
  13. edwinj

    pcAnywhere and OLE problems

    When i am trying to run command on host, The result returns True but actually the Command is not executed. I am trying to Move the Files to be transfered from host to a Temporary Folder & using FileXferFromHost Transfering files to remote and Deleting the files in the Temporary Folder after...
  14. edwinj

    pcAnywhere and OLE problems

    Million Thanks Dankelt, I am using 10.5 now with Delphi. Trying out File Transfers and maintaining the Log. AwConnect returns True even if it didnt connect. ConnectionStatus Property is more safe i guess.
  15. edwinj

    Delphi to SQL Server

    if u r going for BDE (I wanted to Go for ADO but Delphi 6 doesnt have it for SQL Server .. Wat a Shame) Make Sure you Change your TTable Components to TQuery (or else is acts strange and your program will hang) I Guess you have to almost rewrite da whole application like i did. Best of Luck
  16. edwinj

    pcAnywhere and OLE problems

    I am not able to create AWREM32.APPLICATION object in DELPHI 3.0. I Have installed PCAnywhere 8.02. Plz Help

Part and Inventory Search

Back
Top