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 Wanet Telecoms Ltd 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. slipfrase

    Data Bind SQL to Label Control

    ok I've kind of figured how to do this, but not the way I was hoping to. What I've done is to create a direct connection to the database through code to pull the value onto the label. Code looks like below: Dim connectionString As String = "Data...
  2. slipfrase

    good quality asp.net tutorials

    I've been learning asp.net over the last few weeks, and have found http://www.asp.net/learn/ to be very very good. I've watched the 14 videos on creating a quiz style application which slowly teaches you the basics. I've just finished going through the database tutorials, a little harder but...
  3. slipfrase

    Data Bind SQL to Label Control

    This is driving me crazy, apologies if this is simple, but I cant seem to find the answer to this. I'm learning asp.net 2.0 with visual web developer, and am developing a simple banking website for practice. Its uses windows authentication with AD, which is working great. I have 2 basic...
  4. slipfrase

    CCM 4.1 Software

    great - thanks whykap - I'll chase them up regarding the cd's.
  5. slipfrase

    CCM 4.1 Software

    Hey folks, We're currently running ccm 4.1 and unity messaging system with exchange 2003, which was all installed in our fancy new building from scratch by a telecommunications provider. The problem we have is that we are now trying to get to grips with the system, but as none of us really...
  6. slipfrase

    Transfer Licence Pack from one Network Server to another

    Many thanks for your replies. I suspected that I would have to contact legato for a new auth code. - Was just hoping I wouldn't need to as it was so long ago we purchased the licences, and I think we have lost details of them. Cheers anyway, Fraser
  7. slipfrase

    Transfer Licence Pack from one Network Server to another

    Hi, We are currently running two legato networker servers, both are version 6.1.2. We are in the process of moving to a new building and have a new backup solution, and only require to take one of the servers, however some of the clients need to transferred from the one we are decommissioning...
  8. slipfrase

    rebootwin 2000

    Try one or all of the following: Update to latest service pack (sp4 for win2k) Search Microsoft Knowledge Base Upgrade your motherboard bois
  9. slipfrase

    TCP/IP Problem: 10Mbps instead of 100Mbps; Why?

    If you are using a hub, the highest speed you can get is 10mb. You need to buy a 100mb switch to get 100mb connectivity for a network which has more than 2 pc's. (I am counting 3 pc's in your network)
  10. slipfrase

    Using Virtual PC 2004 with Ghost

    Why do you need to make a ghost image of the vpc? you can just copy the .vhd file for the hard disk and create a backup of this?
  11. slipfrase

    Call Stored Procedure and pass 1 parameter

    Folks, Figured it out myself, code below if anyone cares: 'sets the variable ccfid1 to the value of the text box Dim ccfid1 As Integer TxtID.SetFocus ccfid1 = TxtID.Text Dim rst As New ADODB.Recordset Dim cmd As New ADODB.Command 'Specify properties of the Command object. With cmd...
  12. slipfrase

    Call Stored Procedure and pass 1 parameter

    Hi Folks, I'm looking for an example of calling a stored procedure and pass 1 parameter via vba. I have searched all the forums and can't seem to find a simple example. My stored procedure is called deleteccf (which deletes a record in a table called ccf) The code is as follows: Alter...
  13. slipfrase

    VNC or Remote Desktop through squid proxy server

    Hi folks, I have been trying to get access to my personal pc from my company pc, either by connecting via vnc or by remote desktop (terminal services). The problem is, we are running a squid proxy internet server and all have private ip addresses. I have done a search on google for http...
  14. slipfrase

    Unable to read local eventlog (reason: 1130).

    I think the culprite is the virtual memory being set to only 750mb on the server, as from what I have read sql server grabs as much main memory as possible, so it doesn't need to wait from other applications releasing the memory if it needs it. This meaning that the page file would almost...
  15. slipfrase

    Unable to read local eventlog (reason: 1130).

    Hi Robert, Thanks for you quick reply, SQL server 2000 standard (SP3a) Windows NT SP6 Memory settings in SQL server are set to dynamic, couldn't see any settings for virtual memory in SQL server enterprise manager. Virtual memory is set to 750mb (Which I have just noticed, from experience...
  16. slipfrase

    Unable to read local eventlog (reason: 1130).

    Guys/Gals, I am wondering if anyone has come across this error in the application event log? We are running, a dual 1ghz p3 server with 1gb of ram, and on Saturday morning, it crashed with low virtual memory erorrs and had to be restarted. In the event log, there are loads of the these...

Part and Inventory Search

Back
Top