Categoria: Uncategorized
-
XPathDocument vs XMLDocument
More Information on the XPathDocument/XmlDocument Change in Whidbey beta 2 XmlDocument and XPathDocument Use XPathDocument instead of XMLDocument when doing XSLT to significantly boost peformance.
-
notas soltas rfid
http://www.rfidexchange.com/forum/topic.asp?TOPIC_ID=10&SearchTerms=range,frequency frequ?ncias t?picas – 125Khz (magnetic) — This frequency range was the RFID industry’s first, since the early 1980’s. Read ranges are typically inches to several feet. – 13.56 MHz (magnetic) => 60-80cm — “you get natural noise from all around (mainly the sun) that gives you a read range of about 2-3 feet max,…
-
Progress ODBC + triggers
Fiquei sem perceber. Por um lado h? 2 tipos de triggers: (open edge data management: dataserver for odbc 2-15) ?The DataServer allows an application to execute triggers for both Progress databases (including the schema holder) and ODBC data sources (if the data source supports triggers).? Por outro: Distributed Databases, Array Fields, Database Triggers Our ODBC…
-
Writing Modern Progress
C1350-LV Its Not Your Father?s 4GL apresenta??o sobre como aplicar novos m?todos de programa??o no ambiente progress. gostei principalmente deste bocado de c?digo Def input parameter tablename as char no-undo. Def input parameter wherestring as char no-undo. Def input parameter sortby as char no-undo. Def var qrystring as char no-undo. ? Create buffer hbuf for…
-
ferramentas progress modernaças
An XML Toolkit http://www.innov8cs.com/downloads/AnXMLToolKit.pdf XML Toolkit for simplifying XML Documents. prounit ProUnit is an Open source framework for unit test on Progress 4GL components, just like JUnit, NUnit and others Progress? Compilation Tools PCT (Progress Compilation Tools) is a set of ANT tasks, designed to compile Progress? procedures and dump/load databases. Progress Developer’s Webring
-
ui
para ler quando tiver tempo UI Articles UI Patterns
-
propath
mais umas horas perdidas estupidamente… na minha senda de testar liga??es entre progress e .net segui o procedimento habitual de criar a procedure (.p), compilar (.r), definir broker (Progress Explorer Tool), criar dll (proxy generator), fazer programa (.net) e correr. tudo bem n?o fosse o caso do progress procurar o .r numa path especifica que…
-
notas progress+.net
oe appserver: developing appserver applications (2-36) Programming for Open Client applications In general, programming AppServer procedures for Open Client (Java, .NET, and Web service client) applications is not much different than programming for Progress 4GL clients. However, for each AppServer persistent procedure that you expect to be instantiated as an Open Client object, you must…
-
prova de contacto 2
-
mysql 5.0.3 beta
finalmente suporte para stored procedures, triggers, e views. (http://www.infoworld.com/article/05/03/30/HNmysqlupgrade_1.html?source=NLC-TB2005-03-30) depois da integridade referencial finalmente olho para o mysql como A base de dados. MySQL Gotchas Referential Integrity in MySQL Mental Note ALTER TABLE udphdr TYPE=InnoDB;