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 SkipVought 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: estech25
  • Order by date
  1. estech25

    Use Crystal Reports in Client/Server program

    I am developing a client/Server sales program. My server is a simple program that simply lets the client access the DB by use of .NET remoting technology. I am wondering how to use crystal reports in this setting. I want my server to be able to produce Crystal Reports for the client. I don't...
  2. estech25

    Best Way to implement client/server app

    I am about to start developping a client/server sales and inventory application. I was wondering if Remoting happens to be the best way to implement a client/server application where many clients would try to connect to a server. Would Remoting be OK? Are there alternative solutions in VB 2005?
  3. estech25

    Wait until another Sub Finishes

    I am having a rather lengthy block of code which takes long to run inside a library. I want to call this sub and then display a wait signal to the user to wait until it finishes. I use Threading to run the sub in a different thread. I call Thread.start, but as soon as I call Thread.join...
  4. estech25

    Deploying application with SQL DB

    I have developped a VB 2005 app for which I want to make an installation package. Is it possible to include installation of SQL Server 2005 and my own DB in the installation package so that my DB and the relevant Stored Procedures are installed along with the application?
  5. estech25

    Datagridview not updating

    John, You fill a dataset using the adapter's fill command and then set it as the grid's datasource to display the data, right? well, in order to make changes to the Database, dataGridView wont do this automatically for you. You have to use the dataset's Update command for this.
  6. estech25

    passing a remote object

    I have two remote objects names Product and ProductDALC. ProductDALC is responsible for creating, updating and deleting products in DB. Both are marshalbyref and I am using remoting to work with them from the client side. I have a small server which is reponsible for taking care of these remote...
  7. estech25

    Form Resize in VS 2005

    I have a form with a few panels and a TabControl on it. I am wondering if there is any way to have these controls automatically grow to fill the entire form area once the main form in resized at run time. The panels and the TabControl would just stay their original size and the extra area on the...
  8. estech25

    Windows support of tape library

    I am wondering if Windows supports backup to a tape library and robot management features. If so, what is the real reason behind using softwares like BackupExec for simple environments?
  9. estech25

    Shared Storage option (SSO)

    I have been using the SSO extensively for the past few years. I have to give you some general precautions first: 1. The NDMP and other drives are absolutely separable and your NDMP host will not be able to use a non-NDMP drive and vice versa. Note that the SSO does not mean you can use drives...
  10. estech25

    FC SAN for longer distances

    Hi, As far as I know single-mode fiber can cover distances of up to 10km. Single-Mode SFPs can also be used on the FC switch (right?). But can HBA's provide for single-mode fiber? or do HBA's only support multi-mode? Is there any simple way to make FC span distances of less than 10km without...
  11. estech25

    Clustering Vs. Multipathing

    We have a startup FC SAN and are wondering whether to implement clustering or multipathing for high availability. Although we understand that they are different concepts and are aimed at achieving high availability in different areas, it seems that implementing both would simply be too much for...
  12. estech25

    iSCSI Array with VSS Capabilities

    I am wondering whether HP MSA1510i implements a hardware provider for Windows VSS 1.0. Would you happen any well-known iSCSI RAID Array that does?
  13. estech25

    Shares no longer accessible after installation of Server Agent

    After I push installed the remote server agent on Windows 2003 servers, users can no longer gain access to shares on those servers. Anyone encountered same problem before?
  14. estech25

    Support for Windows Storage Server

    Does anyone know if BE supports backup of Windows Storage Server (ie NAS devices that have the WSS Operating system) and if so, what the backup procedure is? Is it just like a normal Windows Server machine backup?
  15. estech25

    Laserjet 1020, printing stops in the middle of job

    I have a wired problem with a 1020 printer I just bought. Am using Windows XP Professional SP2 and the printer stops printing in the middle of a print job. Job stays in queue with a "PRINTING" status, and everything is normal. The amber light on printer does not flash either and it's just as if...
  16. estech25

    installing BE on clusters

    Can BE be readily installed on Windows Clusters?
  17. estech25

    catalogs and Database

    I am wondering what the exact relationship between catalogs and the database is? Does database also contain the catalogs? If I dump the database and back it up, am I also protecting the catalogs?
  18. estech25

    SAN Design Question

    Thanks for your response. Using two 128-port switches is fine, now is there any reason to go for the Core-Edge design using many switches? Why is that approach even mentioned in design books? (eg by Brocade)
  19. estech25

    SAN Design Question

    I have found myself between two design alternatives and am wondering which is the safer/ technically correct path to take. I need a SAN starting with 75 host ports which must be expandable to a maximum of 200 host ports. I am wondering whether to use one large director switch (FOr example one...
  20. estech25

    NDMP using simultaneous tape drives?

    Well, it depends on a lot of things. 1. How have you defined your NDMP Storage Unit? Does it allow for use of two concurrent drives? You may wanna double check the property Maximum Concurrent Drives. 2. How have you defined your NDMP backup policies? If there is only one policy with one NDMP...

Part and Inventory Search

Back
Top