Large objects and SQL Server

wxdqz

New Member
I'm having to migrate a database from Postgres to SQL Server 2000. The front-end is PHP4/Apache on Linux. One thing that puzzles me is how to insert large objects (e.g. files) into the MSSQL database using PHP.
I've compiled PHP against FreeTDS and unixODBC and so can use either the ODBC or Sybase interfaces to access the database but can't see a function from either set that would help me.

Thanks in advance for pointing out the obvious that I have missed.
 
Back
Top