Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Win32 - DBD-ODBC - Sybase

by mpeppler (Vicar)
on Oct 21, 2005 at 19:11 UTC ( [id://502100]=note: print w/replies, xml ) Need Help??


in reply to Win32 - DBD-ODBC - Sybase

If you're not using strict then it may be that SQL_INTEGER isn't defined, but perl isn't telling you that.

To get the SQL_xxx symbols you usually need to import them explicitly, like so:

use DBI qw(:sql_types);
Michael

Replies are listed 'Best First'.
Re^2: Win32 - DBD-ODBC - Sybase
by dmacdou (Novice) on Oct 21, 2005 at 20:30 UTC
    Hi Michael,
    Thank you very much...importing the SQL_xxx symbols has turned the corner for me.
    Thanks again,
    David

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://502100]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-25 08:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found