前些日子有位提出了關於database lookup funcatoid設定資料連線字串的問題。預設情況第一個參數條件的值 value第二個參數連接字串dbconnectionstring(ado,oledb驅動)第三個參數資料表(table name)第四個參數條件欄位(field name)就相當於執行 select * from table name where field
Add a FileUpload control to your GridView Category: ASP.Net 2.0 In this post I’m going to show you how you can add the FileUpload control to a GridView control, and how to save the uploaded file, both on disc and to your data source.Note: In this
Enabling DTC and BizTalk Server 2004 I'm sure I've written about this; at the least, it's in my install documentation and also the Official Microsoft BizTalk Installation documentation.When firing BizTalk up pointing to a remote SQL Server, you
Published 21 July 06 08:24 AM | rseroter Just finishing up a two-week BizTalk Proof of Concept where I demonstrated an easier way to manage B2B interactions between a large insurance company and their vendors. This post is focused on one part of
SELECT EXECUTIONS , DISK_READS, BUFFER_GETS, ROUND((BUFFER_GETS-DISK_READS)/BUFFER_GETS,2) Hit_radio, ROUND(DISK_READS/EXECUTIONS,2) Reads_per_run, SQL_TEXT FROM V$SQLAREA WHERE EXECUTIONS>0 AND BUFFER_GETS > 0 AND (BUFFER_GETS-DISK_READS)
The XmlSerializerFactory is a new class in .NET 2.0 that provides a factory pattern over the XmlSerializer. It maintains the cache of generated assemblies so that you can avoid the XmlSerializer leaks. Usage doesn't impact your code much at
1. How are you doing?(你好嗎?) 2. I'm doing great.(我過得很好。) 3. What's up?(出什麼事了/你在忙些什麼/怎麼了?) 4. Nothing special.(沒什麼特別的。) 5. Hi. Long time no see.(嗨,好久不見了。) 6. So far so good.(到目前為止,一切都好。) 7. Things couldn't be better.(一切順利。) 8. How about
Microsoft BizTalk Server 2004Using XPaths in Message AssignmentYou can use the xpath function to assign an XPath value to a message part, or to assign a value to an XPath that refers to a message part. For more information on assigning to messages