|
-
Dec 27th, 2003, 09:01 AM
#1
Thread Starter
Registered User
error using adox
i followed pirates instructions from this post
in line 6, which is
ADOXcatalog.Create "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & "c:\newdata.mdb"
i get unhandled exception of type #System.runtime.InteropServices.COMException'
Additional Information: Could not find installable ISAM.
pirate or somebody else: any ideas what is going on and how to fix this?
-
Dec 27th, 2003, 09:19 AM
#2
Sleep mode
Umm , weird ! What's your OS ?
-
Dec 27th, 2003, 10:12 AM
#3
Sleep mode
Anyhow , download this update (MDAC 2.8) to update Access Components on Windows 2000, Windows 98, Windows ME, Windows NT, Windows XP
http://www.microsoft.com/downloads/d...DisplayLang=en
-
Dec 27th, 2003, 12:01 PM
#4
Thread Starter
Registered User
what if i want the app to run on a comp without the update or msaccess though?
btw, i use win xp.
-
Dec 27th, 2003, 12:02 PM
#5
Thread Starter
Registered User
pirate- are you going to write new code like you said in the tutorials section, or should i go somewhere else for the code?
-
Dec 27th, 2003, 12:05 PM
#6
Sleep mode
Yes , I'll start rewriting the code after couple of hours . It has little bugs besides its poor UI .
-
Dec 27th, 2003, 12:07 PM
#7
Sleep mode
Originally posted by marvinklein
what if i want the app to run on a comp without the update or msaccess though?
btw, i use win xp.
I use XP too and have no problems . Are you sure you have MCAD 2.7 at least installed on your machine ?
If you don't have it then you must include it in your deployment project ,just in case the client doesn't have it . Most of application bear in mind this seriously .
-
Dec 27th, 2003, 12:10 PM
#8
Sleep mode
oh
Goto Control Panel--->Administrative Tools------>Data Sources (ODBC)------>Drivers Tab-----> check how many mdb drivers are installed on your machine ?
-
Dec 27th, 2003, 12:16 PM
#9
Thread Starter
Registered User
Driver do Microsoft Access
Microsoft Access Driver
Microsoft Access-Treiber --- i live in germany. this is the german version i guess....
-
Dec 27th, 2003, 12:18 PM
#10
Thread Starter
Registered User
i now get an error in the activeconnection line:
arguments are of the wrong type, are out of acceptible range, or are in conflict with each other.
-
Dec 27th, 2003, 12:23 PM
#11
Sleep mode
Originally posted by marvinklein
i now get an error in the activeconnection line:
arguments are of the wrong type, are out of acceptible range, or are in conflict with each other.
That's the nasty line . It's easy to fix(already fixed ) though but give me sometime to code it again in graceful way . I'll post it here when I'm done .
So what did you do to solve the the ISAM problem ?
-
Dec 27th, 2003, 12:24 PM
#12
Thread Starter
Registered User
I turned "DataSource" into "Data Source"
sorry, but i can't cut and paste, remember. i have to type everything by hand.
-
Dec 27th, 2003, 02:35 PM
#13
-
Dec 27th, 2003, 02:41 PM
#14
Thread Starter
Registered User
ha. but the arguments are of the wrong type error is still there, and i'm really looking forward to see your revised code...
-
Dec 27th, 2003, 02:48 PM
#15
Sleep mode
Originally posted by marvinklein
ha. but the arguments are of the wrong type error is still there, and i'm really looking forward to see your revised code...
Don't be too hasty , I've just started . If you want a quick fix , just remove this :
VB Code:
ADOXcatalog.ActiveConnection
-
Dec 27th, 2003, 02:56 PM
#16
Thread Starter
Registered User
take your time pirate...
and thanks a million times for all the help..
-
Dec 27th, 2003, 06:56 PM
#17
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|