Rebol 3 MySQL driver
[1/6] from: francis:franfran at: 26-Oct-2010 12:21
Hi,
May I know is there any Rebol 3 MySQL driver?
I can see there is Rebol 2 MySQL driver, however, it doesn't work in Rebol
3.
And I need unicode support in my program, that's why.
Many thx.
franfran
[2/6] from: compkarori:gm:ail at: 26-Oct-2010 3:47
http://www.diefettenjahresindvorbei.de/odbc/odbc-docs.html
On Tue, Oct 26, 2010 at 5:21 PM, Francis Mak <francis-franfran.com> wrote:
Hi,
> May I know is there any Rebol 3 MySQL driver?
> I can see there is Rebol 2 MySQL driver, however, it doesn't work in Rebol
<<quoted lines omitted: 5>>
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
--
Graham Chiu
http://www.compkarori.co.nz:8090/
Synapse - the use from anywhere EMR.
[3/6] from: francis:franfran at: 26-Oct-2010 13:26
Hi Graham,
Thx for your reply.
However, I am currently working in linux and that ODBC is DLL package.
Or it still works inside Rebol nutshell? As long as I do "import odbc.dll"?
franfran
On Tue, Oct 26, 2010 at 12:46 PM, Graham Chiu <compkarori-gmail.com> wrote:
[4/6] from: christian:ensel:gmx at: 26-Oct-2010 7:39
Hi Francis,
The R3 ODBC extension is available as a DLL for the Windows platform only.
Christian
Am 26.10.2010 07:26, schrieb Francis Mak:
[5/6] from: tim-johnsons:web at: 26-Oct-2010 12:34
* Francis Mak <francis-franfran.com> [101025 21:37]:
> Hi Graham,
>
> Thx for your reply.
>
> However, I am currently working in linux and that ODBC is DLL package.
>
> Or it still works inside Rebol nutshell? As long as I do "import odbc.dll"?
As you have already heard, you can't use a .dll in linux. I was
justing looking at dockimbel's website. I saw no reference to
mysqlprotocol adapted for rebol 3, but I expect that would be
forthcoming with a stable release of R3.
--
Tim
tim at johnsons-web.com or akwebsoft.com
http://www.akwebsoft.com
[6/6] from: compkarori:gm:ail at: 26-Oct-2010 15:49
If one is desperate I have a working jdbc bridge protocol that might work.
A jdbc bridge server connects to the database using JDBC, and then R3
connects to the bridge ...
On Wed, Oct 27, 2010 at 9:34 AM, Tim Johnson <tim-johnsons-web.com> wrote:
> * Francis Mak <francis-franfran.com> [101025 21:37]:
> > Hi Graham,
<<quoted lines omitted: 16>>
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
--
Graham Chiu
http://www.compkarori.co.nz:8090/
Synapse - the use from anywhere EMR.
Notes
- Quoted lines have been omitted from some messages.
View the message alone to see the lines that have been omitted