Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
![]() |
•
•
Join Date: Nov 2007
Location: � Jogja �
Posts: 2,602
Reputation:
Rep Power: 12
Solved Threads: 239
This following code to connect vb 6 with access
place this code in module :
place this code in module :
vb Syntax (Toggle Plain Text)
Global Conn As ADODB.Connection Global rs As ADODB.Recordset Sub Access_Connector() Set Conn = New ADODB.Connection Conn.Provider = "microsoft.jet.oledb.4.0" Conn.CursorLocation = adUseClient Conn.Open App.Path & "\SIS.mdb" End Sub
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
So, Please do something before post your thread.
* PM Asking will be ignored *
![]() |
Similar Threads
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Inserting,deleting,updating and editing records to a MS Access database (C#)
- Writing to an Access Database (Visual Basic 4 / 5 / 6)
- Connecting Access 2007 to VB 5.0 (Visual Basic 4 / 5 / 6)
- connecting and passing query in VB6 and CR (Visual Basic 4 / 5 / 6)
- Connecting password protected MS Access database from C# (C#)
- Connecting ASP to Ms Access (ASP)
- Error in Shared Microsoft Access (MS Access and FileMaker Pro)
- Lingering problems with Hotoffers, limited net access (Viruses, Spyware and other Nasties)
- New key word not recoginized in VB6 connecting to Access (Visual Basic 4 / 5 / 6)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Datagrid with checkboxes
- Next Thread: Error message while saving a project
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)






Linear Mode