Vincent Teachout wrote on 2012-09-20: 
>  Tracy Pearson wrote:
>  
>> Vincent,
>> 
>> LOCAL adox as ADOX.Catalog, tble as ADOX.Table
>> adox = CREATEOBJECT("adox.catalog")
>> tble = CREATEOBJECT("adox.table")
>> * Create the container
>> adox.create("Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:Engine
Type=5;Data
>> Source=c:\temp\test.mdb;")
>> 
>  It's gets as far as the last line and throws this error:
>  
>  OLE IDispatch exception code 0 from Microsoft JET Database Engine: Could
>  not find installable ISAM...
>  
>  So clearly that's on the right track.  Thanks, Tracy, I'll play with it.
>    Like I said, it's more of a wish list thing...

Vincent,

That suggests you do not have the JET driver installed. 

You could create a blank mdb and add it to the project to be compiled.
Then StrToFile(FileToStr("blank.mdb"),"new.mdb", 0) in your code.

Tracy Pearson
PowerChurch Software


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to