VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



ADODB Sample File Maintenance, this very Usefull for the Begginers advanvce VB6

by Anonymous (267 Submissions)
Category: Internet/HTML
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 8th November 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



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

     


     

 
   


Download this snippet    Add to My Saved Code

ADODB Sample File Maintenance, this very Usefull for the Begginers advanvce VB6 Comments

No comments have been posted about ADODB Sample File Maintenance, this very Usefull for the Begginers advanvce VB6. Why not be the first to post a comment about ADODB Sample File Maintenance, this very Usefull for the Begginers advanvce VB6.

Post your comment

Subject:
Message:
0/1000 characters