Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Kobaia27

  1. Kobaia27

    BLOBs and SQL Server 2000

    Thanks for the answer but I am using ColdFusion now with an ODBC connection :-( I now know where my problem was: the inserted file is truncated when a NULL character is found in the file. I will try to Base64 it before storing it into the DB. Is there a function to do it with SQL Server?
  2. Kobaia27

    BLOBs and SQL Server 2000

    Hi everyone, Does anyone know how to store files directly in a database? I need to develop an upload feature on a Website and I would like to store the uploaded files in SQL Server. I tried to use the text data type for this and insert the file in it: insert into Files (fileName, mimeType...
  3. Kobaia27

    How to link 2 SQL Server 2000 databases

    Hi everyone, I have a generic database and I want to add new tables which are specific to a project I am working on. For this, I thought of creating a new database containing the new specific tables (which have relationships with other tables in the generic database). I therefore need to link...

Part and Inventory Search

Back
Top