Visual Basic 6.0 with MS Access Database

Guyz,, need help pwede ko ba maiconnect ang project ko sa MS database from the server computer client-server kc project q pero ms access database q.. asap.. tnx...
Submitted byAnonymous (not verified)on Sun, 02/07/2010 - 19:00

guys help how to connect vb sa access database.. enrollment system kc project qoh.. plz..
Submitted byLynesuson Sun, 02/07/2010 - 22:42

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..
Submitted byblowflyon Tue, 02/16/2010 - 11:13

what should i do with this error,.. if my MSaccess db has no field value is there any extra code to be written on my form to skip to next validation?? anyone here who can help.. thanks! i.e:
Submitted byLynesuson Tue, 02/16/2010 - 12:30

more explanation about your problem in database please..

i.e. I called data from access txtStudName.Text = rs!Student_name.. kung walng laman ung feild na Student_name "invalid use of null" shows up..
Submitted byAnonymous (not verified)on Sat, 03/13/2010 - 08:54

i have a problem using imagebox to search and retrive data from ms access. pls help
Submitted byAnonymous (not verified)on Tue, 04/06/2010 - 15:39

how to save the data boot idno w/ pictures & query
Submitted byAnonymous (not verified)on Thu, 06/03/2010 - 15:02

i need some help about VB .. is posible to make LIBRARY SYSTEM using VB and MS Access ?? w/out using ADODC

Yah,, you can make a Library System using VB and Access without using ADO Data Control or ADODC.. Much better to use ADODB or any hard coding..
Submitted byAnonymous (not verified)on Wed, 06/09/2010 - 15:08

hai.. I m doing a VB Project.I m designing a information request form. The details of the form that are entered should be submitted to the backend(MS Access). What is the code for that?
Submitted byAnonymous (not verified)on Sun, 09/26/2010 - 17:12

how can i add pictures to a database?
Submitted byAnonymous (not verified)on Fri, 10/29/2010 - 00:12

how to filter data records...
Submitted byAnonymous (not verified)on Wed, 05/25/2011 - 20:56

I NEED IT. the logic goes like this: i add data, then i update/save, then i will search a data in database. please any example? a little bit of code will help. or paste here a link in that source.
Submitted byAnonymous (not verified)on Sun, 10/02/2011 - 17:49

one text box given in db column field name and another text box given in db row value, then click the command button the particular db row and column value display in the label box in vb one model with coding for me please help with regards
Submitted byAnonymous (not verified)on Fri, 02/15/2013 - 14:39

how to set a forgien key in msaccess2003
Submitted byAnonymous (not verified)on Mon, 03/04/2013 - 11:21

ano po ba ang source code sa pag save ng data from visual basic to ms access?
Submitted byAnonymous (not verified)on Thu, 07/18/2013 - 20:40

what is the codes to link visual basic to database using ms access
Submitted byNipun (not verified)on Thu, 08/08/2013 - 15:14

I have a text box and a commandbox. i have done that to load the 1st value of the db. now, i want that i'll click on command botton and the next data of db will show to the textbox automatically. plz help me anyone. plz.... i'm so tensed about it, i need very much the solution.
Submitted bydata base problem (not verified)on Mon, 02/01/2016 - 21:32

gusto kong gumawa ng program sa visual basic na kayang gamitin ang si nave kong password at user name sa microsoft exell anong connection ang pwedi kong gamitin???? help

Add new comment