VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



To Search For Records in A DataBase Using SQL

by Yusuph Ola White (Prince of LCCC) (1 Submission)
Category: Databases/Data Access/DAO/ADO
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 25th April 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

To Search For Records in A DataBase Using SQL

Rate To Search For Records in A DataBase Using SQL




Dim ssql as string 
Dim rsfind as new adodb.recordset
ssql = " select * from stud_info where idnumber = ' " & txtid.text &" ' "
set rsfind = adocn.execute (ssql)



Download this snippet    Add to My Saved Code

To Search For Records in A DataBase Using SQL Comments

No comments have been posted about To Search For Records in A DataBase Using SQL. Why not be the first to post a comment about To Search For Records in A DataBase Using SQL.

Post your comment

Subject:
Message:
0/1000 characters