• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by wam2004

  1. W

    FS: PIII computer, games, and other stuff

    could throw a usb nic adapter on it.
  2. W

    SQL ADO and VBA

    Dim cn As New ADODB.Connection Dim strCS As String strCS = "DRIVER={SQL Server};SERVER=PW-TEST;DATABASE=Inventory;UID=****;PWD=****" cn.ConnectionString = strCS cn.Open Dim cmdCommand As New ADODB.Command Dim rstRecordSet As New ADODB.Recordset With cmdCommand .ActiveConnection = cn...
  3. W

    SQL ADO and VBA

    Is it possible to connect to an SQL database through ADO while in a Microsoft Access VBA enviornment? I cant quite seem to get this working. A sample connect string etc would be appreciated.
  4. W

    Output binairy from computer

    I had to write a small program for work that would send out binary values to a controller from a serial port using c++ all you have to do is name the port and use the writefile() function, also you have to configure your port setting through the dcb block. Now about sending out the different...
  5. W

    ATI 9600 pro overclock help

    ATI 9600Pro @ 547/351 stock cooling runnin on a nforce2 XP cpu @ 1.92ghz = 15,734 3dMark2001.
Back
Top