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 Chriss Miller 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. joejack0330

    VB.Net - Net.HttpWebResponse Hangs randomly

    Hi, this is running on windows mobile device compact framework. Can't seem to find any logic to it. Sometimes hangs on 3rd try and sometimes can be on 100th and hen it hangs, it doesn't timeout, just keeps going until have to reboot device. Have tried adding timeouts but no effect. Hope this...
  2. joejack0330

    Using shell to add mailbox for existing user.

    We just upgraded from 2003 to 2010 and looking for correct syntax to create a mailbox for an existing domain user who does not have any mailbox created yet. We have another issue with management console so trying to do it quick through shell. I tried various options but can't get it. Domain...
  3. joejack0330

    Help converting .asp page to .aspx.

    We currently load an .asp page with data from our sql server and have text box where users can enter qty next to each item them would like to order then hit submit button and sends that data to sql and loads our system. We are looking to convert this to .aspx page and not sure where to start...
  4. joejack0330

    Smart Device Application to Windows Application.

    Hi, we have vb.net program deisgned to run on ce.net platform and wondering if there is a way to change to a Windows application to run on regular windows pc? Thanks, Joe
  5. joejack0330

    SSRS - Create a report without using table.

    Hi, just getting into using sql reporting services and seeing if we can recreate some of our MS Access reports using ssrs. Got the basic setup going but having trouble if I don't use a table from ssrs toolbox to put my sql fields. If I use a table then drag fields from my dataset into it, it...
  6. joejack0330

    Socket Question - allDone.Set()

    We are using the standard example of vb socket program that's out on the web and works for the most part but lately, it hangs every once in awhile. Some examples I see have the allDone.Set() in the AcceptCallBack function and some don't. Can anyone tell me exactly what that statement does and...
  7. joejack0330

    Asynch Socket Listener.

    Hi, having an issue with our socket hanging every once in a while. This link http://www.tek-tips.com/viewthread.cfm?qid=1439326 is the closest that I found to our problem but not sure how implement the solution suggest about put code in new function and start a new thread? We basically use the...
  8. joejack0330

    Socket Timeout Question.

    We have a socket program running that is receiving and sending data to about 100 wireless devices and have an occasional issue where it just gets hung. It looks like maybe just one connection gets hung and everyone else just gets backed up behind them because if we stop and start program, they...
  9. joejack0330

    Some reports open really slow, sometimes.

    Having some issues with Access .adp and sql server 2005. A couple reports with stored procedures as data source open really slow or timeout somemtimes yet when run that sp direct in SQL, it always runs quick. It's alays a little slower to open in Access but when it's cached, it seems to run...
  10. joejack0330

    Need a switch?

    Hi, we run a grocery store and 5 xp workroup pc's that connect to windows 2003 server basically to share data on a mapped drive. We have a the server and all pc's going into as small netgear switch then that switch goes into our router so they have internet access. This works fine but we had a...
  11. joejack0330

    Windows XP Print Drivers.

    Hi, we have a bunch of Printronix T5204e printers and work fine on 2000 and xp but having issues with Vista. Printronix has discontinued so not going to be releasing new drivers. Seagul has a driver but not working too well and tey only support using their bartender software. Is there a way...
  12. joejack0330

    Insert Column In Huge Datbases.

    We keep our sales detail history in separate databases by year and each year has about 25 million records and each database is about 8-12 gig in size and we have about 9 years to do. We have union queries that just select * from each table. This works well but we need to add a field to these...
  13. joejack0330

    Login control to use sql server database.

    We are moving to aps.net and would like to use the bulit-in login control but have it go against our sql server 2005/2008 databases to verify login. We currently just use asp pages with form controls and a submit button that kicks off some vb script that executes an sql stored procedure then...
  14. joejack0330

    Using SSRS for our company's website.

    Just getting started with SSRS and would like to know if it can be used for our external website or is more designed to be an internal thing? We currently have a lot of .asp pages that basically create pages from our sql servers but was thinking of using ssrs for some of these to give us some...
  15. joejack0330

    Select OpenQuery with date comversion.

    Hi, trying to run an select with openquery in sql 2005 to select data from a linked oracle database. It works fine but trying to use convert on a date field and says missing expression. Is it possibly because of commas within the convert expression not correct? SELECT * FROM OPENQUERY(APP4...
  16. joejack0330

    Clustered index on a small work file.

    Hi, just need a little more understanding of using a clustered index on a table that we use basically as a work table then delete all records at end of process but not the table so we only load maybe a 1000 at most and only 6 fields. The key to file is 3 fields that get loaded so no identity...
  17. joejack0330

    Cursor alternative?

    We seem to be having problems all of a sudden with a cursor locking up other users and taking a lot longer than it use too. We are dealing with small amounts of data being paased back but every where I read, it says not to use cursors so wanted to see if someone could help us a little with a...
  18. joejack0330

    Excel Destination.

    Trying to export from sql 2005 to excel file and after finally getting all the transformations working because unicode and non-unicode issues, I've hit a problem that I can't seem to find any help on. When I run the following in Excel destination task, it changes the '#' in the File # column...
  19. joejack0330

    Totals on subform.

    Working on upgrading form Access 2000 to 2007 and coming across some issues with totals on some subforms. We have a main form which display Batch Header information then a Batch Detail subform which shows the details. That all works fine but on the form footer of the subform, we show detail...
  20. joejack0330

    Default Printer issues.

    We have a form that has some buttons to print invoices and when the user presses print button it changes the default printer then prints report. We have multiple printers in table so it goes back and forth to different printers so we need to change default rather than assigning specific in page...

Part and Inventory Search

Back
Top