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!

Search results for query: *

  1. thedman00

    Robotic Library Drive/LUN mapping

    I'm installing a Windows Server 2003 SAN connected Netbackup 6.0 MP4 server. The robotic library has a fco card in it for san connectivity. The host sees only one WWPN for the robotic library and then each drive shows up as a LUN. My question is I have setup persistent binding on the WWPN but do...
  2. thedman00

    Combo from two datasets

    As an fyi this is how i ended up doing it. I populated one dataview and bound the combo to it then i used: comboMan.FindString(DataSet11.Tables("tablename").Rows(CurrRow).Item("colname")).ToString()
  3. thedman00

    Combo from two datasets

    nobody?
  4. thedman00

    Combo from two datasets

    To be honest I'm real new to .net and am not sure what the displaymember and valuememeber represent. I tried doing the comboman.databindings.add("selectedvalue",otherdatasetnaem,"fieldname") but got the following error: An unhandled exception of type 'System.ArgumentException' occurred in...
  5. thedman00

    Combo from two datasets

    Here is how I'm populating the combo: Dim sqlStr2 As String = "SELECT Name FROM Man ORDER BY Name" Dim da2 As OleDbDataAdapter = New OleDbDataAdapter(sqlStr2, OleDbConnection2) da2.Fill(ds, "Man") Dim dv2 As DataView = ds.Tables("Man").DefaultView comboMan.DataSource = dv2...
  6. thedman00

    Combo from two datasets

    I am populating a combo box with data from a table in the database. That works fine. I then want to set the current value of the box using a value from a different dataset. I'm having some trouble with this. The dataset that I'm using to set the current value is only going to have one row in it.
  7. thedman00

    Drive mapping locking out windows 2k account

    What is probably happening is that the client is trying to map that drive to the server again but rather than using the proper credentials it's using the local account that the user is logged onto the client with.
  8. thedman00

    win 2000 Server network - now add in a 2003 Server

    I guess that depends on your need for redundancy. Make sure that you transfer the FSMO roles from the 2000 DC to the 2003 DC if you're going to get rid of the 2000 box
  9. thedman00

    nslookup

    Are you running a WINS server anywhere on the network?
  10. thedman00

    IIS 6 Connection Reset During Download

    Issue has been resolved. The connection speed was dipping below 240Kb/s which is the defaul minbytespersec in IIS6. Changed setting and now it's working
  11. thedman00

    IIS 6 Connection Reset During Download

    We have a site setup on Server 2000 where users are downloading a .enc file that is approximately 50MB through IIS. The site works perfectly. Recently I needed to setup the same site on SBS 2003. I have all the files in place, I added a MIMEType of Application/Octet-stream for the .enc files...
  12. thedman00

    Network/Cable Tester

    thanks
  13. thedman00

    Network/Cable Tester

    I'm looking for recommendations on a tester that I can get for $1500 or less. I have been looking at the Fluke nettool inline tester and would like to get the pro version but the extra $500 just isn't going to happen. Does anyone have any recommendations for a similar product by a different...
  14. thedman00

    Digita Script Digital Camera

    I wasn't sure where to post this question. I have a few Kodak DC290 cameras that support digita script which allows for you to basically write applications to run on your digital camera. I'm wondering if anyone out there is aware of any new cameras that support digita script? Thanks
  15. thedman00

    Automatically close Excel

    Is it possible to have an excel file automatically close after being open for a period of time? Or possible display a message after being opened for a period of time? Thanks
  16. thedman00

    Looking For Hardware

    I'm looking to pickup some 2500 series routers to add to my lab. If anyone has any they are looking to get rid of contact me at dustins@geekslap.com. By the way I'm aware that you can get these on ebay but I thought someone who is downsizing their lab may have a couple to get rid of cheaper...
  17. thedman00

    Bind Picturebox to database

    Thanks i'll try that out.
  18. thedman00

    Bind Picturebox to database

    I would like to bind a picturebox to a field in the database that is storing the name of an image file.
  19. thedman00

    Access PHP Session Variables

    Thanks. I'll probably end up having to make that work.
  20. thedman00

    Access PHP Session Variables

    Is it possible to access php session variables from javascript or asp without having to read or write the variables to a database?

Part and Inventory Search

Back
Top