I use an ADO recordset:
Code:Set myRst = conn.Execute ("Select * From NOTES Where noteId = 1") If Not myRst.Eof Then richtextNote.text = "" & myRst!NOTE End If
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 9 of 9
Threaded View
|
Click Here to Expand Forum to Full Width |