SPOPS 0.60 released

2002-05-06 Thread Chris Winters
://prdownloads.sourceforge.net/openinteract/SPOPS-0.60.tar.gz Detailed changes: http://sourceforge.net/project/shownotes.php?release_id=88236 Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

[ANNOUNCE] SPOPS 0.57 released

2002-02-23 Thread Chris Winters
?release_id=76557 Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

[ANNOUNCE] SPOPS 0.53 released

2001-11-24 Thread Chris Winters
more detailed than above): http://sourceforge.net/project/shownotes.php?release_id=62730 Sourceforge home (mailing lists, CVS, bugs, to-do list, etc.): http://sourceforge.net/projects/openinteract/ Thanks, Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack

[ANNOUNCE] SPOPS 0.52 released

2001-10-25 Thread Chris Winters
initial support for setting default values in newly-created objects. Full changelog: http://sourceforge.net/project/shownotes.php?release_id=58753 Source: http://sourceforge.net/project/showfiles.php?group_id=16810 Have fun, Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable

SPOPS 0.41 released

2001-07-21 Thread Chris Winters
.): http://sourceforge.net/projects/openinteract/ Other home: http://www.openinteract.org/SPOPS/ Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: Object Oriented Databases with MySQL

2001-06-17 Thread Chris Winters
) at: http://sourceforge.net/mail/?group_id=16810 Hope this helps! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: connecting to postgresql

2001-05-31 Thread Chris Winters
=$tty, $username, $password); So you'd want to modify $dsn: my( $dsn ) = DBI:Pg:dbname=base_name; since 'localhost' is the default, you don't need to specify it. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions

Re: Can't locate object method prepare via package dbh - Error

2001-05-29 Thread Chris Winters
. Try using '$dbh-prepare' instead of 'dbh-prepare' -- once you create your database handle ($dbh) you might as well use it :-) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: performance question.

2001-05-15 Thread Chris Winters
.. This is a frequent topic in the mod_perl arena. See: http://perl.apache.org/guide/strategy.html#When_One_Machine_is_not_Enough_f Summary (IIRC): unless you're communicating using LocalTalk, it's usually a good thing to move your DB to a separate machine. Chris -- Chris Winters ([EMAIL

Re: Using perl to access an LDAP server

2001-05-07 Thread Chris Winters
, available via PPM on ActiveState Perl installations. Tangentially we're (http://sourceforge.net/projects/openinteract/) hoping to get LDAP functionality into the object serialization module SPOPS so you can use it as another data store. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise

Re: Extract data from MS Excel Spreadsheets. Can it be done?

2001-05-03 Thread Chris Winters
95/98/NT/2000 shares just fine with it from Linux. Not that this will necessarily solve your problem :-) Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: last id with DBI and MySQL OT?

2001-04-20 Thread Chris Winters
nsert into..." ); my $id = $dbh-{mysql_insertid}; HTH Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: documentation suggestion: explain strings, numbers, and binding gotcha.

2001-04-02 Thread Chris Winters
documention under 'Data Types for Placeholders'. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: $STH-{NAME}-[$Value] problem

2001-03-29 Thread Chris Winters
t_info; my $js_value_array = join( ', ', @values ); print qq| var StudentInfo = new Array( $js_value_array );\n|; my @names = map { "'$_'" } @{ $STH-{NAME} }; my $js_name_array = join( ', ', @names ); print qq| var ColNames = new Array( $js_name_array );\n|; HTH Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: How do I get multiple rows?

2001-03-15 Thread Chris Winters
ow }... } Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: (trouble) INSERT/SELECT

2001-03-02 Thread Chris Winters
id}\n"; Hope this helps. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

ANNOUNCE: SPOPS 0.39

2001-02-26 Thread Chris Winters
=16810release_id=25292 SPOPS is supported by the openinteract-(help|dev) mailing lists: http://sourceforge.net/mail/?group_id=16810 Thanks! Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack solutions since 1988.

Re: DBI insert

2001-02-26 Thread Chris Winters
several engines and they all come up short. I have slides from a presentation at YAPC 1999 and a decent intro at: http://www.cwinters.com/programming/ (look toward the bottom of the page) Hope you find it useful. Chris -- Chris Winters ([EMAIL PROTECTED]) Building enterprise-capable snack