Back To Normal

Subscribe To Our E-Mail Newsletter

Thursday, February 11, 2010

DataBase with Silk test ?

    [ ]    STRING sDeptName
    [ ]    HDATABASE hdbc
    [ ]    HSQL hstmnt
    [ ]  LIST of ANYTYPE lATemp
    [ ]
    [-] do
        [ ]
        [ ]    // connect to SQL 2000 Server Test DB
        [ ]    hdbc = DB_Connect ("dsn=RPM611B1;PWD=Usrqa1234;UID=qausr")
        [ ] 
        [ ]    // retrieve info from Department table
        [ ]    hstmnt = DB_ExecuteSql (hdbc, "SELECT * FROM GROUP_MASTER")
        [ ] 
        [ ]    // process the information that came back
        [ ]    print ("Here's the info in the Department table:")
        [ ]    print (hstmnt)
        [+] //    while (DB_FetchNext (hstmnt, id, sDeptName, sDeptName))
            [ ] //   print ("Dept: {id}  Name: {sDeptName}  Head: {iheadID}")
        [-] while (DB_FetchNext (hstmnt, lATemp))
            [ ] resprintList("List",lATemp)
            [ ]
        [ ] 
        [ ]    // release resources (unneeded really
        [ ]    // because immediately followed by disconnect)
        [ ]    DB_FinishSQL (hstmnt)
        [ ] 
        [ ]    // disconnect
        [ ]    DB_Disconnect (hdbc)
    [+] except
        [ ] ExceptLog()
Read More


Wednesday, February 3, 2010

When Browser Content are not identified , Please Check the Tools Options?

Solution 1:
  1.  Navigate to Tools -> Options and Advanced tab.
  2. In browsers Check the options : Enable third- party browser extensions 
Solution 2:
  1.  Navigate to Tools -> Options and Programs -> Manage addons tab.
  2. In add on list enable the borland  "QAPHLprObj class" add on.
Read More


560 Free Online Courses

Top 200 universities launched 500 free online courses.  Please find the list here .