Data Mining

Download Free Data Mining Source Code In C/C++, C#, Visual Basic, Visual Basic.NET, Java,
and other programming languages
Welcome to Data Mining Sign in | Join | Help
in Search

Data Mining Source Code Newsletter

Business Analyst Training
Live, Online, Video Courses
Instructor-Led + Hands-On
BusinessAnalystBootCamp.Com

SQL + Database Training
Live, Online, Video Classes
Instructor-Led + Hands-On
SQLBootCamp.Com

Software Developer Training
Live, Online, Video Courses
Instructor-Led + Hands-On
SoftwareDevelperBootCamp.Com

IT CAREER COACH
Hands-On Experience Coaching
IT Skills Training
IT-Career-Coach.NET

IT Professional Newsletter
"Free" IT Career Success Tips
How To Accelerate Your Career
IT Career Newsletter

Ask IT Career Questions
"ASK" A Burning IT Career
Question Or Get Answers
Ask A Burning IT Question Now!

Announcing The Data Mining Source Code Newsletter!

Subscribe By Email | Subscribe By RSS Feed

connecting VB6 with Ms Access,

Last post 09-01-2008, 4:36 by yogesh_sharma321. 1 replies.
Sort Posts: Previous Next
  •  08-28-2008, 23:16 8244

    connecting VB6 with Ms Access,

    Hi

    In my project i want to show particular field records in flex grid on form.

    how these records can be fetched from Ms access database.

    can anybody tell me, that how should i connect to to my  Ms Access database with Vb6

    Filed under:
  •  09-01-2008, 4:36 8249 in reply to 8244

    Re: connecting VB6 with Ms Access,

    step 1 create ADODB.Connection object;

    step 2 Ceate ADODB.Command Object;

    step 3 Pass Query to command objet

    step 4 Create ADODB.Recordset Object

    step 5 Fetch the Record in Recordset object

    Note : To get the connection string for Connection Object is as following:

    "Provider = Microsoft.Jet.Oledb.4.0;Data Source = [fullpath of .mdb file]"

Announcing The Data Mining Source Code Newsletter!

Subscribe By Email | Subscribe By RSS Feed