Hello.
If ADO.NET is better choice for modern programming,
so I shall use it.
There is also application-box - is it related to ADO.NET.
What classic thing to do is :
using adodb.connectio n, and open it with a connectionStrin g.
set a recordset by some pure sql : ado.recordSet rs =
connection.Exec uteQuery( sql ...)
do some rs.getNext until rs.eof.
close rs and connection.
What may be difference between ADO.NET & ADO ?
What are the stages of ADO.NET ?
No need much answer,
because I just got confused from VS 2008, and need some practice on it.
Problem has been solved since I add reference to ADO.
Thanks :)
If ADO.NET is better choice for modern programming,
so I shall use it.
There is also application-box - is it related to ADO.NET.
What classic thing to do is :
using adodb.connectio n, and open it with a connectionStrin g.
set a recordset by some pure sql : ado.recordSet rs =
connection.Exec uteQuery( sql ...)
do some rs.getNext until rs.eof.
close rs and connection.
What may be difference between ADO.NET & ADO ?
What are the stages of ADO.NET ?
No need much answer,
because I just got confused from VS 2008, and need some practice on it.
Problem has been solved since I add reference to ADO.
Thanks :)
Comment