Do you want a customized system? Do you want to setup your own website to do business? Then we are here to help you in your programming needs.
In this tutorial you will learn how to program with Java. It has a rich of information to be educated well with Java.
Point of Sale is very useful especially for supermarkets or restaurants. I have included a barcode scanner in this program. Please check it out.
hi there!
First, you need to make connection string of your data base from your vb project,,like this
Public cn As ADODB.Connection
Public rs As New ADODB.Recordset
Public Sub myCon()
Dim mDataSource As String
mDataSource = "database/kiosk.mdb"
Set cn = New ADODB.Connection
cn.CursorLocation = adUseClient
cn.CommandTimeout = 0
cn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & mDataSource & ";Persist Security Info=False"
Set rs = New ADODB.Recordset
End Sub
hope makatulong ito sa problema mo..
=>> Lynesus <<==