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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Dude81

  1. Dude81

    Upgrading to SQL Server Express

    Hello all, I am trying to upgrade my MSDE to SQL Server Express. I can afford an offline upgrade, so I installed SQL Server Express. Now from what I know I am just supposed to reattach the existing database files to SQL Express. However everytime I copy the files onto my local drive from the...
  2. Dude81

    URGENT: COnnection time out in ADO.Net

    Hi, Thanks for your suggestion BUT, this is a multiple client single server environment. And we cant overload the server by trying to Ping it everytime we try to make the connection. Basically this is the code that has been ported from VB to VB.Net and the argument is that ADO used to return a...
  3. Dude81

    URGENT: COnnection time out in ADO.Net

    I use the connection timeout property for creating the SQLConnection. I am basically trying to open the connection to my remote database and if that fails I need to switch to my local database. However ADO.net is taking around 40 seconds to figure out that it cannot open the connection. i have...
  4. Dude81

    ADODB TO ADO.NET

    Hi, I need some help to get the equivalent behaviour in ADO.NET for using the adLockOptimistic and the ADODB.DataTypeEnum from ADODB Thanks in Advance
  5. Dude81

    Two Way Data Binding

    Hey ! so the textBox.Text property is bound to the 'name' Property of my propertyBean object. TextBox1.databindings.add("Text",myProperrtyBean,"name") -Thanks!
  6. Dude81

    Two Way Data Binding

    I have windows form TextBox control bound to a business object. Upon initialization it displays the data from the business object in the text box as its bound. But when I update the vale in the text box the respective data member of my business object doesnt get updated. Any suggestions please...
  7. Dude81

    Profiling!!

    Hey, I am looking into starting to use a profiler. If anyone has any experience into using profilers...any suggestions as to which ones are better? I was thinking about the ANTS profiler Thanks in Advance Himanshu

Part and Inventory Search

Back
Top