Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~744 People Reached
Favorite Forums
Favorite Tags
Member Avatar for marluke

Dear Dani, i don't know how to link VB 6 into the data base MS Access would you please give me a simple procedure or just a simple instructions how to do that.. Thanks for Helping God Bless........

Member Avatar for anmisha
-3
310
Member Avatar for shweta102030

[CODE]Private Sub Command1_Click() Dim cn As ADODB.Connection Dim rs As ADODB.Recordset Set cn = New ADODB.Connection Set rs = New ADODB.Recordset On Error GoTo myerror cn.Provider = "Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\Main.mdb;Persist Security Info=true;Password=123456789" cn.CursorLocation = adUseClient cn.Open rs.Open "SELECT * FROM BA_Data", cn, adOpenKeyset, adLockOptimistic, 0 MsgBox "Total …

Member Avatar for vb5prgrmr
0
210
Member Avatar for shweta102030

i have developed simple system with ADODB connectivity n with some of components inserted like MS MaskedEdit control, or Crystal report control n then after installation of Windows 7 i tried to run some of my Program then my all other program run well with all components added but in …

Member Avatar for AndreRet
0
145
Member Avatar for shweta102030

Hello plz any 1 tell me how to use ListView Control n how to set/work it to user side (as its respective file also needed there at same location) n how it can reflect after making program setup exe file n to insert it in my program ?

Member Avatar for kinwang2009
0
79