請教Delphi 與 C# 的語法問題 |
答題得分者是:shunchia63
|
leonli80
一般會員 發表:29 回覆:27 積分:11 註冊:2006-08-01 發送簡訊給我 |
|
shunchia63
高階會員 發表:26 回覆:141 積分:198 註冊:2007-05-22 發送簡訊給我 |
<textarea class="c#" rows="10" cols="60" name="code"> //get dataset from Datatable or....
//假設dt 是DataTable已有資料
DataSet ds = dt.DataSet; //Like delphi whlie loop
foreach(DataRow dataRow in dt.DefaultView.Table.Rows)
{
//to-do Field Optertion
dataRow[j];
} </textarea>
|
leonli80
一般會員 發表:29 回覆:27 積分:11 註冊:2006-08-01 發送簡訊給我 |
<textarea class="c#" rows="10" cols="60" name="code"> int i = this.stockBindingSource.Count;
int j = 0;
if (i != 0)
{
while (j != i)
{
this.mainSQLDataSet.Stock.Rows[j]["Quantity"]);
j ;
}
}
</textarea><br />
我是这样子写的,但是里面的数据我不知道怎么取出来。 就是 FieldByName('Field').AsString; 这种到底是怎么写,要取string, float等类型的 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |