Insert text data into a table in SQL Serve

  • Hi,

    I am importing text files into a table in SQL Server 2000 from Visual

    C++ 6.0, using the Bulk Dao object. When the text data is too

    long(over 80k bytes) for the field, it would say OUT OF MEMMERY, why?

  • It could be a limitation of the DAO Object, try using the ADO objects instead to see what happens or post the fully error message with the code where fails.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply