- Home
·
- Internet/HTML
·
- ADODB Sample File Maintenance, this very Usefull for the Begginers advanvce VB6
ADODB Sample File Maintenance, this very Usefull for the Begginers advanvce VB6
ADODB Sample File Maintenance, this very Usefull for the Begginers advanvce VB6
API Declarations
Dim rsCon as adodb.connection
Dim Dsave as string
Rate ADODB Sample File Maintenance, this very Usefull for the Begginers advanvce VB6
(3(3 Vote))
set RsSample = new adodb.recordser
set rscon = new adodb.connection
'just put the connection here in modules or frm load
with rsSample
.open"SELECT * FROM TableName,Con,opkeyset,openOptimistic
end with
' for save double click the command button and then
with rsSample
.open "SELECT FieldName * FROM Table1",con,openkeyset,optimistic
.addnew
.FieldName = TEXT ' Declaration
ADODB Sample File Maintenance, this very Usefull for the Begginers advanvce VB6 Comments
No comments yet — be the first to post one!
Post a Comment