The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 odbc60.dll missing
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

zimplant

7 Posts

Posted - 07/12/2012 :  11:28:54 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. and Service Release (Select Help-->About Origin): 8.6 SR3
Operating System: WIN 7 prof. (64bit)

Hi,
i run a database import script on Origin 8.5, which looks like:
dll -a db odbc60;
db.wksname$ = predata;
db.dbsource$ = dbSN$;
db.dbtable$ = table;
db.open();
db.autosetcol=1;
db.read.autoaddcol=1;
db.dbsql$= SELECT * from db ORDER BY DATE_TIME ASC;
db.read(0);
db.close();
Everything works fine till I try to run it in Origin 8.6. I always get an error no matter what i try. A couple of hours later i tried to find the "odbc60.dll" and for some reason i couldn't find it. Nothing in the help files either. I could solve the problem by copying the missing dlls from my origin 8.5 installation, but I’m not sure if it is meant that way. Was it your intention to remove the dll and the help files aren’t up to date or is it a bug? Furthermore do you see any problem if I use the dlls from my Origin 8.5?
Thanks in advance
Wilhelm

Kathy_Wang

China
159 Posts

Posted - 07/16/2012 :  12:16:22 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

This is a bug, thank you for reporting it. We've now added it to our bug-tracking database and will fix it.

Currently copying this odbc60.dll from 8.5 will be a workaround, which is what you have done already.

Kathy
Originlab

Edited by - Kathy_Wang on 07/16/2012 12:22:19 AM
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000