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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 odbc60.dll missing

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
zimplant Posted - 07/12/2012 : 11:28:54 AM
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

1   L A T E S T    R E P L I E S    (Newest First)
Kathy_Wang Posted - 07/16/2012 : 12:16:22 AM
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

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000