Questions tagged [isam]

ISAM stands for Indexed Sequential Access Method, a method for indexing data for fast retrieval, originally developed by IBM.

69 questions
0
votes
0 answers

Calling MS Ace Database Engine V12 or V14 to open an Excel XLSX or XLS file From VB6

I am aware of one thread on this forum about opening ACE database engine 12 for XLSX - But it is not clear whether that is called from VB6, so I am still posting my issue which I believe to be different. As part of my app that I am writing, one…
0
votes
0 answers

Allow Zero Length on Connection String returns 'Cannot Find Installable ISAM'

I keep getting Cannot Find installable ISAM While trying to connect to my database on DELPHI. I Use access 97 for my database. This is the connection string i'm using Provider=Microsoft.Jet.OLEDB.4.0;Data Source='C:\Program Files\Koinonia…
0
votes
0 answers

How to connect a DAO database with an ODBC in vb6

I need make a connection using DAO 3.6 in Visual basic clasic I have this: Dim worksp As Workspace Dim conexString As String Set worksp = DBEngine.Workspaces(0) Let conexString = "OBDC;DSN=daclidb;UID=;PWD=" Set Base = worksp.OpenDatabase("", False,…
davdomin
  • 1,219
  • 6
  • 18
  • 38
0
votes
1 answer

Getting "Cannot find installable ISAM" error

I'm facing a problem with my console application. I want to read info from Microsoft Access database and display it on console. Here's the code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using…
Kalvis
  • 595
  • 2
  • 7
  • 13
0
votes
0 answers

Cannot find installable ISAM in c# code of ASP.NET

My code is as follows Provider=Microsoft.ACE.OLEDB.12.0;Data Source=D:\FORUM\Admin\Acessdatabase\ATT2000.mdb; Persist Security Info=False;Jet OLEDB:Database Password=; providerName=System.Data.OleDb But still it is giving me an error as cannot find…
user1923200
  • 59
  • 1
  • 4
  • 10
0
votes
1 answer

The ConnectionString property has not been initialized help databases

I have been trying to work this out for the last 4 weeks and cannot find the answer I've just been going around in circles. I have had multiple errors with con As New OleDb.OleDbConnection and connection string and ISAM's Private Sub…
Edward
  • 1
  • 1
0
votes
1 answer

"Could Not find Installable ISAM" C# Exception after reading xls file

We are reading xls file which is getting updated regularly from external links. We have loop which read the same file after some interval of 200ms. After reading file for 1000+ time, we are getting Error "The Microsoft Jet database engine cannot…
rajeshemailto
  • 11
  • 1
  • 1
-1
votes
1 answer

Connectionstring not connecting in Visual Studios

I recently started working with Visual Studios and to get some practice with its conventions, I'm trying to design a simple application that connects to a database file - in this case, just the Northwind.accdb sample that came along Microsoft Access…
-2
votes
1 answer

IBM Security Access Manager Integration with MobileFirst 6.3

i am working on a MobileFirst application. It needs to be integrated with IBM security access manager. i have configured the login modules, realms and authentication configurations. On the code side, what should be done?.
1 2 3 4
5