Home > Software engineering >  A data in VB6.0 by use access to SQL Server 2008 and displayed in the TEXT, how to write code
A data in VB6.0 by use access to SQL Server 2008 and displayed in the TEXT, how to write code

Time:09-25

A data in VB6.0 by use access to SQL Server 2008 and displayed in the TEXT, how to write code? , an error, saying is no object
SQL="select * from curriculum courses where='" + Trim (Text1. Text) +"' "
Call DBExist (SQL)
Text2. Text=Trim (RST) Fields (" course name "))
Text3. Text=Trim (RST) Fields (" teacher number "))
Text4. Text=Trim (RST) Fields (" teacher "))
End Sub
  • Related