2009-06-24 60 views

回答

0

在您所選擇的語言

Open a SQL Connection 
Issue command (select) 
While not end_of_results 
    for each column 
    write column value 
    write ',' 
    write new line 
Clean up connection 
相關問題