Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: DBI SQL statement in while loop

by mpeppler (Vicar)
on Dec 03, 2002 at 23:48 UTC ( [id://217374]=note: print w/replies, xml ) Need Help??


in reply to Re: DBI SQL statement in while loop
in thread DBI SQL statement in while loop

though I've never used FreeTDS, I know that DBI emulates placeholders for databases that don't support them natively
Unfortunately DBI doesn't - however some drivers emulate placeholders (for example DBD::MySQL).

In the case of DBD::Sybase it is written with the Sybase libraries in mind, and in that situation will handle placeholders just fine. The problem is that FreeTDS isn't (yet) a complete implementation of the TDS protocol, and the reverse engineering problem is compounded by the fact that Sybase and MS have implemented placeholder handling differently.

However, there is hope - I understand that the next release of FreeTDS may support placeholders correctly.

Michael

  • Comment on Re: Re: DBI SQL statement in while loop

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-23 19:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found