Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,148,026 members, 7,799,500 topics. Date: Tuesday, 16 April 2024 at 10:48 PM

Vb6.0 Code - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Vb6.0 Code (3023 Views)

Login Code In Vb6.0 / Install Vb6 Application On Android / Help me convert this Vb6.0 code To Vb.net (2) (3) (4)

(1) (Reply) (Go Down)

Vb6.0 Code by georgem(m): 1:34pm On Jul 14, 2009
any vb programmer in the house? need help got stuck somewher while codiing need code to do search/find from database when search buton is clicked. i'd used the 'recordset.additem' "recordset.delete" to add and delete records from the database(access) please help out.
Re: Vb6.0 Code by bigafees: 6:37pm On Jul 20, 2009
Private CmdSearch ()
Dim ask As String
ask = InputBox("Enter Client ID")
With rs
.FindFirst "REG_NO='" & ask & "'"
If .NoMatch = True Then
MsgBox "Record Not Found", vbInformation, Me.Caption
Else
txtreg = !reg_no
txtname = !Name
txtic = !iCOM
txtword = !ms_word
txtpp = !power_point
txtexcel = !ms_excel
txtaccess = !ACESS
txtpm = !pmaker
txtinternet = !internet
lblgp = !GPA
lblresult = !grade
lbl1 = !ic
lbl2 = !wd
lbl3 = !pp
lbl4 = !ex
lbl5 = !ac
lbl7 = !In
lbl6 = !PM
End If
End With
Re: Vb6.0 Code by BigStar1(m): 2:47pm On Jul 21, 2009
Good!
Re: Vb6.0 Code by BigStar1(m): 9:45am On Jul 29, 2009
@Georgem.
You should at least let's know if this solve your problem
Re: Vb6.0 Code by tolubonnke: 11:17am On Jul 29, 2009
can someone help me with linking vb6.0 and mssql server 2000 and mysql too. i've been having lots of problem creating a database tht works fine with vb on both.
Re: Vb6.0 Code by beknown(m): 1:24pm On Jul 29, 2009
tolubonnke,

I have attached a document for you to guide you to create an ODBC through the Windows Control Panel. And subsequently, System DSN to link your database and use the name when writing your VB code.

When you create a System DSN for your database, any name you gave it is available for you to use in your Visual Basic code.

(1) (Reply)

Intern As Front End Developer Without Pay!! / Asp.net And Php/mysql Special Training For Programmers / How Profitable Is Android App Development In Nigeria?

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 9
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.