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

  • Users: jimbledon
  • Content: Threads
  • Order by date
  1. jimbledon

    9509 Half duplex

    Hi, I have a Fabric switch which is operating fine but i keep getting messages from the network team that the switch is running half duplex. The switch is running SAN OS 2.0(1b) Is there a way to set the management port to full duplex? I have run the following commands TV1# show interface...
  2. jimbledon

    When Two Vales are the Same

    Hi, I have a spreadsheet that varies often. The first tab as the changing list ("Lun Masking") whilst the second is the definitive list ("Un Assigned Volumes"). The numbers i'm trying to compare have been converted to strings and range from 0000 to 0439 in hex. I'm trying to create some code...
  3. jimbledon

    9509 Director Export/Import Configuration

    Hi all, I have a Cisco MDS 9509 Multilayer Director being used as the mainstay of a fabric. The management software is Fabric Manager 2.0(3) Device Manager 2.0(3) The configuration is split into 6 VSAN's. The 2 VSAN's i'm interested in have over 400 Zones in each and i'm required to rename...
  4. jimbledon

    Binding from a dataset to a textbox

    Hi All, I'm in the process of build a small mobile application (applogies if this post is the wrong area) When binding a textbox to a table in the dataset i get a "System Argument Exception: Argument Exception" This is strange as i can bind the dataset to a datagrid or a combobox with no...
  5. jimbledon

    Passing Value from Combobox to new form problem

    Hello, I have built a form with 2 datagrids bound to a underlaying table; there are 3 tables in a dataset with the relations set up. There is a combo box with some values extracted from one of the datagrids. What i would like to do is pass the value from the combobox and open a new form. I...
  6. jimbledon

    SQL Exception

    Hi All, Over the past couple of days i have been having a problem when trying to connect my Mobile Application to my database. The error i receive is SQL Exception. Which is strange as i have transferred the code to a Windows Project and it works fine. System is SQL-Server 2000 WIndows XP Pro...
  7. jimbledon

    Stored Procedure Returns No Rows

    Hi All, I have created a simple query that returns some stock items. The next step is to put some input parameters in there to make my page more dynamic. At the moment i'm testing the stored procedure to return some hard-coded values. SELECT TblStock.StockNo, TblRange.RangeTitle...
  8. jimbledon

    SqlDataReader Exception

    Hi all, I'm trying to build a small mobile app that populates a combo box from a sql server located on a server. The error returned is a 'SQL Exception' and the code bombs out on the connection.open() statement. Imports System Imports System.Data.SqlClient Imports System.Data Imports...
  9. jimbledon

    String Concatenation

    Hi All, Being Fairly new to SQL-Server, I have come up a couple of probems when binding a combobox to a table. The first thing is the connection string being used concatentates the firstname and surname into a new string called CustName. It works okay but because the fields are varchar(22) and...
  10. jimbledon

    Install Problem Internal Error 2349

    Hi All, For the last week i have been trying to install Visual studio .net 2003 on a XP pro machine running a 1.8 GHz processor and 80 Gig drive. Prior to attempting the .net install i installed SQL-Server 2000. Part way through the install the following error is displayed "Internal Error...
  11. jimbledon

    General Setup Information

    Hi All, I recently install Visual Studio .Net and the SQL Server 2000 onto XP Pro. The SQL Server installation gave my PC some strange errors and to overcome this rebuild was necessary. From a friend I was told to Install SQL Server first which I have done... My concern is being completely new...
  12. jimbledon

    JVM on IPAQ? Or another way?

    Hi All, I have been working with java on and off for the previous 2 years and I currently working on a program that requires information to be taken off of an IPAQ (4155). The rest of the system is being written in Java. J2ME has been set up okay but I have no idea how to get it running on my...

Part and Inventory Search

Back
Top