Re: Standard DBI Proposal



On Oct 30, 5:16 am, "Larry W. Virden" <lvir...@xxxxxxxxx> wrote:
On Oct 29, 11:17 am, "tom.rmadilo" <tom.rmad...@xxxxxxxxx> wrote:
How do other scripting
languages do the connection on unix/linux?

I can't speak for how other languages do it.

They you aren't much helping here, what is your point?

However, if there is no
library, then someone with enough motivation to want one could always
create one. I mean, there wasn't a library like Tk before Dr. O and
his students wrote it...

Umm, there is a C library unixodbc, and another iodbc, plus commercial
ones. As pointed out above, maybe they are no longer maintained. So
the lack of motivation already exists for the library code. If you
want to direct your motivation at the Tcl level, it is totally
pointless without the C library. The lack of motivation at the C
library level is causing understandable concern for the library
users.

And my point was that if someone is motivated, maybe look around and
see how others have done it, but it isn't going to start at the Tcl
level, only an idiot would write a odbc library just for Tcl on non-
windows.

.



Relevant Pages

  • What positive steps are the concerned/worried/unsatisifed ready to take? Re: is tcl/tk dying out?!
    ... writing Tcl core code. ... comprehensive Tcl base". ... But your proposal, to date, is that more functionality should be in the ... that other competing languages have in their base package. ...
    (comp.lang.tcl)
  • Re: Dangers of web apps written in Tcl
    ... Any of the typed languages must perform ... Do the same in Tcl. ... You should validate user input before using it, ... app in a safe interp. ...
    (comp.lang.tcl)
  • Re: Perl vs Python vs Ruby.... vs Tcl?
    ... Would someone care to show me how this would be done in Tcl please? ... set records [list] ... set CONTACTME 27 ... Tcl has a more minimal "standard" library than many other languages, but you can find equivalents to these commands in the libraries shipped with most distributions: ...
    (comp.lang.tcl)
  • Re: Tcl on slashdot...
    ... any substantial amount of syntax and therefore what becomes important ... Over the years I have taught many people the basics of Tcl. ... commands to accomplish some immediate task. ... languages, executing your own language statements from within a program are ...
    (comp.lang.tcl)
  • Re: Dangers of web apps written in Tcl
    ... little-language results in one more round of evaluation than most other languages, and that this can lead to a potential exploit. ... merely that to abandon Tcl as a language for web apps because of this seems somewhat extreme, as Tcl has plenty of other safety features that make up for this, and which many other languages lack. ... Complex web apps typically take hundreds to user inputs and I think it's odds-on that a Tcl programmer, especially an inexperienced one, will miss braces at least once. ... I have plenty of attack code, some of it written in Tcl, ironically, that enumerates web application inputs and presents them with hostile inputs. ...
    (comp.lang.tcl)