poniedziałek, czerwca 25, 2007

Lista plików związana z korektami:
  1. mLib_kor.js
    Biblioteka funkcji JS
    testarr.php
    Tworzenie tablicy do edycji korekt
    kor_zapisz.php
    Zapisz korektę do tablicy tymczasowej
    dok_zapisz.php
    Zapisz dokument o korekcie
    korektaZam.php
    Wejście do korekt zamówień
    dok_weryf.php

    pokazKor.php

    style_kor.css

    syle.css

    editKor.php

    kor_pobierz.php

    jestKorekta.php
    Czy jest podobna korketa w toku
    pobierzKlucz.php
    kor_form
    proc wbudowana do korekt
    dod_form
    proc wbudowana do planu










  2. Sprawy organizacyjne - serwer weglokoksowy - 192.168.254.166 (admincoig/ginewr@951)(marekw/zaq12wsx)
  3. VFP gdy wysyła znaki do internetu poprzez XMLHTTP zawsze przekodowuje je na UTF-8 (automatycznie), dlatego skrypt po stronie serwera powinien przekodować je na ISO Latin 2 (bo taki jest standard przechowania danych w polach tekstowych)
  4. Ciekawe strony:
    1. www.ajaxpro.info - przykładowa lekcja: http://www.ajaxpro.info/Examples/DataSets/default.aspx
    2. jsc.sourceforge.ne - przykłady appletów
    3. ajaxrain.com
    4. gliff - dla dzieci
  5. Usuń znaki "dziwne" w polach tekstowych
  6. Co z escape i innymi funkcjami w JS
  7. Quintura - ciekawa przeglądarka
  8. Zasoby publiczne - jarjawor
  9. Wykorzystanie możliwości InterOp Form
  10. Wybór frameworka dla AJAX - "AJAX: selecting a framework that fits" - http://www.drdobbs.com/dept/webservices/199203087
  11. Kursy ASP.NET dla JSP - http://www.learn2asp.net/jsp/Campaign.aspx?RefID=CMP001
  12. Jakis framework musi być dla JS
  13. Tigermouse - framework dla AJAX w PHP - http://tigermouse.epsi.pl/doku.php?id=otherframeworks
  14. IBM DB2 przechowuje XML natywnie - http://www.db2mag.com/story/showArticle.jhtml?articleID=191502768, uwaga na dostęp do nowych typów danych: "C/C++ and scripting solutions such as PHP and Perl often use an ODBC interface to SQL data. The DB2 CLI extends the ODBC 3.51 API with support for additional types, including the new XML type.

    When writing CLI programs, the symbolic SQL data type for XML columns is SQL_XML and the default symbolic C data type is SQL_C_BINARY. Permissible conversions include SQL_C_CHAR, SQL_C_WCHAR, and SQL_C_DBCHAR. The default precision for XML columns is 0, but it's a defined length for external routines.

    IBM is deprecating the type 2 JDBC driver for DB2 9. It suggests moving to the IBM DB2 Driver for JDBC and SQLJ, a single driver that combines type 2 and type 4 features. It supports the Java Transaction Service (JTS), Java Transaction API (JTA), JDBC 3.0 API, and SQLJ capabilities that have JDBC counterparts.

    To access DB2 from Java, developers can use static SQL with SQLJ and dynamic SQL with JDBC. Java does not have an XML type, so invoking the JDBC GetTypeInfo metadata method will report the type of an XML column as java.sql.Types.OTHER.

    Using JDBC ResultSet.getXXX methods, you can retrieve an entire XML column or a sequence from the column. When you retrieve XML data using a JDBC getXXX method, it's in a serialized string format. The getXXX method will output the result in the format corresponding to the method name (for example, getAsciiStream). In the case of ResultSet.getObject, you can cast the object to the DB2Xml type, assign it to a DB2Xmlobject and use a DB2Xml.getDB2XXX method to output the data to the desired type.

    An enhanced set of add-ins for Microsoft Visual Studio 2005 include support for building and testing .Net applications using XML data stored in DB2 9. DB2 includes providers for OLE DB and ADO.Net, including the DB2 .Net Data Provider, the OLE DB .Net Data Provider and the DB2 Data Provider for .Net Framework 2.0. The OLE DB Provider and OLE DB .Net Data Provider don't support the new XML type. To access an XML column with use the ODBC .Net Data Provider, you map it to SQL_LONGVARCHAR."


Brak komentarzy: