Re: [Factor-talk] Firebird Bindings

2016-10-31 Thread John Benediktsson
Very cool!!

> On Oct 31, 2016, at 8:38 AM, Alexander Ilin  wrote:
> 
> Hello!
>  
> I have installed the Firebird with its ODBC drivers.
> Using FlameRobin GUI tool I have created a test DB.
> Using the latest `odbc` vocab I have successfully connected to that DB and 
> queried the data correctly:
>  
> "select * from LOGS;" "DRIVER=Firebird/InterBase(r) driver; UID=SYSDBA; 
> PWD=masterkey; 
> DBNAME=C:\\Programs\\Dev\\factor.git\\work\\spinlog\\SPINLOG.FB;" odbc-query
>  
> (These are the default admin name and password, I'll change them in a second.)
>  
> ---=---
> Александр
>  
> --
> The Command Line: Reinvented for Modern Developers
> Did the resurgence of CLI tooling catch you by surprise?
> Reconnect with the command line and become more productive. 
> Learn the new .NET and ASP.NET CLI. Get your free copy!
> http://sdm.link/telerik
> ___
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk

--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] Firebird Bindings

2016-10-31 Thread Alexander Ilin
Hello! I have installed the Firebird with its ODBC drivers.Using FlameRobin GUI tool I have created a test DB.Using the latest `odbc` vocab I have successfully connected to that DB and queried the data correctly: "select * from LOGS;" "DRIVER=Firebird/InterBase(r) driver; UID=SYSDBA; PWD=masterkey; DBNAME=C:\\Programs\\Dev\\factor.git\\work\\spinlog\\SPINLOG.FB;" odbc-query (These are the default admin name and password, I'll change them in a second.) ---=---Александр 

--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] Firebird Bindings

2016-10-29 Thread Alexander Ilin
Hello! 29.10.2016, 18:41, "John Benediktsson" : There is some code in ``unmaintained/odbc`` for binding to odbc32.dll.  It might need a little cleanup to get working with latest Factor. I made the `odbc` vocab compilable, but when I try to test-run it I get an error. Here's how I tried to test it:"select * from authors.txt;" "Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq='C:\\Programs\\Dev\\factor.git\\extra\\odbc\\';Extensions=asc,csv,tab,txt;" odbc-query I have no idea if I'm calling this whole thing correctly, I just slightly modified the example code I found here:http://www.htmlgoodies.com/primers/database/connect-to-csv-data-files-using-microsoft-data-access-components.html Does anyone know how to use ODBC? Please, take a look at the code in the recent PR. ---=---Александр --
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


Re: [Factor-talk] Firebird Bindings

2016-10-29 Thread John Benediktsson
We don't have Firebird DB bindings as far as I know.

There is some code in ``unmaintained/odbc`` for binding to odbc32.dll.  It
might need a little cleanup to get working with latest Factor.

On Sat, Oct 29, 2016 at 7:42 AM, Alexander Ilin  wrote:

> Hello!
>
> Do we have the Firebird DB bindings?
> Do we support the ODBC standard?
>
> ---=---
> Александр
>
>
> 
> --
> The Command Line: Reinvented for Modern Developers
> Did the resurgence of CLI tooling catch you by surprise?
> Reconnect with the command line and become more productive.
> Learn the new .NET and ASP.NET CLI. Get your free copy!
> http://sdm.link/telerik
> ___
> Factor-talk mailing list
> Factor-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
>
--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk


[Factor-talk] Firebird Bindings

2016-10-29 Thread Alexander Ilin
Hello! Do we have the Firebird DB bindings?Do we support the ODBC standard? ---=---Александр 

--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik___
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk