Folks,
Now that I figured out the data problem, how do I obtain the following
information from DBI?
Thamks.
keith
--
-------------------------------------------------
Keith Clay, [EMAIL PROTECTED]
Lead Programmer, Web Integration and Programming
286 Adams Center for Teaching Excellence
Abilene Christian University
Abilene, TX 79699
(915) 674-2187
(915) 674-2834
-------------------------------------------------
dbd_st_prepare'd sql f2669392
select * from table1
<- prepare= DBI::st=HASH(0x106388) at
/usr/local/lib/perl5/site_perl/5.6.1/Acu/EclassDb.pm line 79
-> execute for DBD::ODBC::st (DBI::st=HASH(0x106388)~0xfe834)
dbd_st_execute (for sql f2669392 after)...
dbd_describe sql 2669392: num_fields=4
col 1: VARBINARY len= 8 disp= 17, prec= 8 scale=0
col 2: VARCHAR len= 51 disp= 51, prec= 50 scale=0
col 3: VARCHAR len= 51 disp= 51, prec= 50 scale=0
col 4: INTEGER len= 4 disp= 12, prec= 10 scale=0
col 1: 'id' sqltype=VARBINARY, ctype=SQL_C_BINARY, maxlen=17
col 2: 'lname' sqltype=VARCHAR, ctype=SQL_C_CHAR, maxlen=51
col 3: 'fname' sqltype=VARCHAR, ctype=SQL_C_CHAR, maxlen=51
col 4: 'age' sqltype=INTEGER, ctype=SQL_C_CHAR, maxlen=12