Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C# で vb6 コードを移行したかったのですが、私の質問は次のとおりです。DataSet C# に同等のものがあるRecordSet.bookmark場合
RecordSet.bookmark
同等の VB6 コード: pos = rsADO.Bookmark
pos = rsADO.Bookmark
rsADO は ADODB.Recordset タイプです
public class ListResult<T> { private boolean ok; private String message; private java.util.List<T> data; private Paging paging; }
When i w