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 - Sprawy organizacyjne - serwer weglokoksowy - 192.168.254.166 (admincoig/ginewr@951)(marekw/zaq12wsx)
- 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)
- Ciekawe strony:
- www.ajaxpro.info - przykładowa lekcja: http://www.ajaxpro.info/Examples/DataSets/default.aspx
- jsc.sourceforge.ne - przykłady appletów
- ajaxrain.com
- gliff - dla dzieci
- Usuń znaki "dziwne" w polach tekstowych
- Co z escape i innymi funkcjami w JS
- Quintura - ciekawa przeglądarka
- Zasoby publiczne - jarjawor
- Wykorzystanie możliwości InterOp Form
- Wybór frameworka dla AJAX - "AJAX: selecting a framework that fits" - http://www.drdobbs.com/dept/webservices/199203087
- Kursy ASP.NET dla JSP - http://www.learn2asp.net/jsp/Campaign.aspx?RefID=CMP001
- Jakis framework musi być dla JS
- Tigermouse - framework dla AJAX w PHP - http://tigermouse.epsi.pl/doku.php?id=otherframeworks
- 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 isSQL_C_BINARY
. Permissible conversions includeSQL_C_CHAR
,SQL_C_WCHAR
, andSQL_C_DBCHAR
. The default precision for XML columns is0
, 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 asjava.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 JDBCgetXXX
method, it's in a serialized string format. ThegetXXX
method will output the result in the format corresponding to the method name (for example,getAsciiStream
). In the case ofResultSet.getObject
, you can cast the object to theDB2Xml
type, assign it to aDB2Xmlobject
and use aDB2Xml.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
."
poniedziałek, czerwca 25, 2007
Lista plików związana z korektami:
Subskrybuj:
Komentarze do posta (Atom)
Brak komentarzy:
Prześlij komentarz