r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[!REBOL2 Releases] Discuss 2.x releases

Carl
9-Apr-2010
[1369]
Can you create an account for me on your amazon sys?
Graham
9-Apr-2010
[1370x3]
I am going to try and start it ...
going to take 15 mins to generate the password for me
I didn't write it down since I didn't think I was going to use it 
again
Carl
9-Apr-2010
[1373x6]
ah.
Still, 15 mins seems like a long time.
An invalid pass crack should take ever-increasing authentication 
times... so a 15 min password gen time seems silly.
Does your app run in R3? If not, could it?
The ODBC port interface is only about 2 pages of C, so could probably 
be moved to R3 "easily enough" at the open host level.
Then, there's also the dialect part.
Graham
9-Apr-2010
[1379x2]
no good .. I've lost the password so can't access it anymore.  And 
it won't generate a new password for me.
It was just an experiment anyway.
Carl
9-Apr-2010
[1381x2]
Well, IMHO, I'd rather spend the time getting DB access generally 
working from R3.
Especially since I'd only need to write 10% of it.  (I've been told 
I should delegate.)
Graham
9-Apr-2010
[1383x3]
Well, my app uses odbc so without it, it won't run.
The gui is not important
And it uses SSL :(
Carl
9-Apr-2010
[1386x3]
If I had to guess, I'd say it's a version issue.
There are not any registry calls in the ODBC port.  But, it's always 
been a little-bit version sensitive.
The connection flags are likely specifying 32bit data modes, so the 
ODBC server is rejecting it.
Graham
9-Apr-2010
[1389]
Ok, assuming that is the case, what about reading the registry when 
it is required?s
BrianH
9-Apr-2010
[1390x4]
I run Windows 7 x64, so can test there.
Graham, is it possible that Firebird 64bit doesn't come with 32bit 
connection libraries? Unless there is some IPC or TCP layer between 
the client libs and the server, possible if the client and server 
are on the same system, then it is possible that the x64 version 
may not be connectable from 32bit apps.
I haven't tried in that situation, but it might be possible that 
32bit DSNs aren't the same as 64bit DSNs. Let me check.
I don't have any 64bit databases here, so I can't check. Have you 
tried connecting with MS Access?
Graham
10-Apr-2010
[1394x4]
Don't have Access.  I'm running this on a Windows 2008 virtual server 
on Ec2.
There is a 32bit library I think in a Firebird wow64 directory, and 
using this and a dsnless connection, I can connect to the database.
I'm not too concerned about this in view of this work round, but 
I would like a way rebol to access the 64 bit registry if it's just 
a flag setting ...
Just have to rewrite my installer to switch to creating a dsnless 
connection if it detects running on 64 bit windows
Pekr
10-Apr-2010
[1398]
Maybe reboltutorial guy solved our R2 installer problem faster then 
us :-) http://reboltutorial.com/blog/how-to-create-your-own-setup-package/
BrianH
10-Apr-2010
[1399]
Is it in a Firebird wow64 directory, or the Windows wow64 directory? 
It seems to me like the 32bit ODBC drivers aren't installed, registered 
with ODBC. Check the ODBC configurator, look at the drivers list 
and see if the 32bit drivers are listed there.
Graham
10-Apr-2010
[1400]
Firebird wow64 directory
BrianH
10-Apr-2010
[1401x3]
And is it listed in the ODBC drivers list?
Install the 32bit drivers here: http://www.firebirdsql.org/index.php?op=files&id=odbc

http://www.firebirdsql.org/download/prerelease/odbc/Firebird_ODBC_2.0.0.148_win32.exe
Even on 64bit Windows, 32bit programs need 32bit ODBC drivers.
Gregg
11-Apr-2010
[1404]
I have XP x64 here if someone wants me to test something.
Graham
11-Apr-2010
[1405]
I think you need the SDK if you want to test reading the registry.
Graham
12-Apr-2010
[1406]
Free OpenBSD sdk http://www.rebol.com/cgi-bin/blog.r
Gregg
12-Apr-2010
[1407]
Had to find an old version here with the *-reg funcs, which ended 
up being 2.5.6. Reading works fine. Didn't try writing. Of course 
XP x64 is basically Server 2003, which may behave very differently 
than Vista or 7, security wise.
Graham
14-Apr-2010
[1408x2]
Just wondering how much effort it would be for Carl to release 2.7.8 
on previously supported platforms ...
Given that he has released the openbsd version and who uses openbsd 
here??
BrianH
14-Apr-2010
[1410]
It would depend on the platform. For instance, the WinCE version 
was for a hardware platform that noone uses anymore.
Graham
14-Apr-2010
[1411x2]
I was thinking OpenSolaris x86
ZFS seems to be a useful thing to have .. given the number of times 
I need to recover things!
BrianH
14-Apr-2010
[1413]
I may be the only person in the REBOL community that still has the 
target hardware for the WinCE ARM build :(
Graham
14-Apr-2010
[1414x2]
I"m looking for an open source OS platform that doesn't have library 
hell ...
OpenSolaris seems to be suppported by Oracle and a large community
BrianH
14-Apr-2010
[1416]
It's a little soon to see if it will be supported by Oracle, but 
it's a cool platform.
Graham
14-Apr-2010
[1417]
latest view is 2.5.x or something like that
BrianH
14-Apr-2010
[1418]
I would guess 2.5.6, the last version before the 2.6 series. Other 
platforms were dropped after 2.5.0 (like WinCE).