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