Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: How to Insert word documents into sql server?

    sample code in VB i found somewhere

    'write to sql

    Dim cn As ADODB.Connection

    Dim rs As ADODB.Recordset

    Dim mstream As ADODB.Stream

    Set cn = New ADODB.Connection

    cn.Open "Provider=SQLOLEDB;data Source=<name of your SQL Server>;

    Initial Catalog=pubs;User Id=<Your...

Viewing post 1 (of 1 total)