Re: Table OO

2001-10-29 Thread Casey West
On Oct 26, 2001 at 01:48 +0200, [EMAIL PROTECTED] took the soap box and proclaimed: : Hi to All, : I' d like to create a table in which put the data read from a database : using Perl Object-Oriented language. : Now I' ve created this functional table, and I' d like to re-write it in : object-orie

Table OO

2001-10-26 Thread angelo . bettati
Hi to All, I' d like to create a table in which put the data read from a database using Perl Object-Oriented language. Now I' ve created this functional table, and I' d like to re-write it in object-oriented: use CGI; use Win32::ODBC; my $q = new CGI; $db = new Win32::ODBC("DSN=connection.dsn;")