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 Mike Lewis 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.

    Thanks, I actually think the log files for the 2 databases on drive with less space might be on another drive so might not be a problem because should have enough space for the the database growth if that is true. Our older history databases from previous years might have trans logs on same...
  13. joejack0330

    Insert Column In Huge Datbases.

    Thanks, I know and believe me, I tried to explain this to my boss but he has a real obsession with keeping things in order. I try to explain it to him and even though it will probably mean a whole Saturday of work for me, he wants it this way!
  14. 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...
  15. joejack0330

    Login control to use sql server database.

    Thanks for the help!
  16. joejack0330

    Login control to use sql server database.

    I think I found an example how to use an existing sql server database and seems to work correctly when still use asp.net to administer site to create and manage users and roles. I had to run the aspnet_regsql.exe and add some information to web.config. Since it is just storing all the users...
  17. 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...
  18. joejack0330

    Using SSRS for our company's website.

    Thanks for the information, I didn't even think of possible license issues.

Part and Inventory Search

Back
Top