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: *

  1. jcash35010

    Question about parameters?

    Got it...figured it out....LOL..figures. Thanks anyway!
  2. jcash35010

    Question about parameters?

    I need to develop an application that at a certain of the year someone can type in a database name into a vb app, and then that database name to be passed into a stored proc to export certain data into a main database. Is this possible to use a database name as a parameter to select data from...
  3. jcash35010

    Error with an auto-postback drop down list.

    I am having a problem with my webcontrol. If I set the dropdown list to autopostback to true, then when it builds the page to display in the browser I am getting an error which shows in the bottom left corner of the browser. It says "Expected ';'" on line 178. I'm not sure what I need to do...
  4. jcash35010

    Help! Can't debug anymore....I get this error message..

    Error while trying to debug project. Unable to start debugging on the webserver. You do not have permissions to debug the server. Verify that you are a member of the 'Debugging users' group on the server." I have checked all my IIS settings that the enable debugging is checked on my default...
  5. jcash35010

    Sending email from DTS Package - Help!

    I need to be able to query the database and if there are orders that need to be approved I have to check to see who is responsible for approving these and then send an email to the person responsible. they want this job to run once a day. The easy part is that if I could send it to just one...
  6. jcash35010

    When running a webservice I'm having a problem with timeouts....

    I am builing a XML file with information to send to the user and it is timing out due to time taking to build the file with an extremely large dataset. The problem is that it is timing out with the firewall after about 10 minutes. I was looking into returning a smaller file in intervals and...
  7. jcash35010

    aspnet_wp.exe

    Anyone familiar with this? We have been experiencing problems with this program deadlocking and bringing the system to a halt. Please advise....Thanks!!!!!
  8. jcash35010

    aspnet_wp.exe

    Anyone familiar with this? We have been experiencing problems with this deadlocking and bringing the system to a halt until it releases. Please advise....Thanks!!!!!
  9. jcash35010

    aspnet_wp.exe

    Anyone familiar with this? We have been experiencing problems with this program deadlocking and bringing the system to a halt. Please advise....Thanks!!!!!
  10. jcash35010

    Combing Multiple datasets to one to bind to a datagrid

    Anyone with any ideas? I have several datasets that all have the same columns, but different data. I need to combine these all into one dataset to be able to bind them to one datagrid. I know I could query the database for just one datagrid, but I am not able to in this case. I have to query...
  11. jcash35010

    Converting SQL timestamp to DB2....anyone with any

    I found a way to convert it. In my vb code in the SQL statement to insert or update the DB2 table I use timestamp_format(SQLdatefield, 'YYYY-MM-DD HH24:MI:SS'). example: timestamp_format('2003-10-28 10:52:01','YYYY-MM-DD HH24:MI:SS')
  12. jcash35010

    Converting SQL timestamp to DB2....anyone with any

    Its datetime, and I am not sure as to how to convert it.
  13. jcash35010

    Converting SQL timestamp to DB2....anyone with any

    suggestions? I have the timestamp from SQL which I need to convert to enter into DB2 format timestamp. Does anyone know how to do this? I've tried several different things, and so far nothing works... any help is greatly appreciated!
  14. jcash35010

    Converting SQL timestamp to DB2,,,anyone with any

    suggestions? I have the timestamp from SQL which I need to convert to enter into DB2 format timestamp. Does anyone know how to do this? I've tried several different things, and so far nothing works... any help is greatly appreciated!
  15. jcash35010

    Need help with FTP

    Thanks...that helps a lot.
  16. jcash35010

    Renaming file with today's date as part of the name

    Ok, I need to copy a file or rename the file with the date as part of the name. What command can i use within my script to do this? Thanks!
  17. jcash35010

    Need help with FTP

    Ok, I am having a problem. Below is my code in my script. I have to check to see if the file is there before I try to ftp. The file may not always be there, however when I run this I am getting an object required " error on line 9. Any advice? Dim FSO, File, Folder, FolderContents...
  18. jcash35010

    Need help with FTP

    I am FTP a file from a NT to a unix. I need some help determining how to set this up, and I don't know how to do it. My setup is as below.... ftp workbrain address ftp to /wbx/home/dwn/tpmpay username tpmpay password tpmpay filename tpmpay.txt Thanks for any advice and help you can give me....
  19. jcash35010

    Creating a file help...with wordwrap

    I am creating a file in vb.net. It was been working fine until today where half of the text is advancing to the next line like it sees a carriage return or the text is too long. I haven't made any changes to the code, and I don't understand why its happening....Anyone with any suggestions...

Part and Inventory Search

Back
Top