Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Could some body know about ISAM

Could some body know about ISAM

Scheduled Pinned Locked Moved Visual Basic
helptutorialquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Swiss Mantoro
    wrote on last edited by
    #1

    Hi guys is there some body could help me with ISAM problem ? I have one form which is contains a crystal report viewer but when I run this form I always get error message " Could not find Installable ISAM ", Here is I show you my listing code : Dim dasuminv As OleDb.OleDbDataAdapter Dim con As New OleDb.OleDbConnection(Koneksi("E:\Data\BTH.mdb")) Dim dtsuminv As New DataTable() Function Koneksi(ByVal strdatabase As String) As String Dim Kalimat As String Kalimat = "Provider=Microsoft.Jet.OLEDB.4.0;" Kalimat &= "Datasource = " & strdatabase & "" Return Kalimat End Function Private Sub Form3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load range1.CustomFormat = "dd-MMMM-yyyy" range2.CustomFormat = "dd-MMMM-yyyy" Try dasuminv = New OleDb.OleDbDataAdapter("select* from suminv", con) dasuminv.Fill(dtsuminv) Catch ex As Exception MsgBox(ex.Message) End Try End Sub I don't know how to fixed this matter, could you please to help me ASAP thank you for your assist Best regards I C E

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups