Forum Replies Created

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

  • RE: insert into mysql from mssql

    thank you for the reply Lowell

    no it does not work also.

    Lowell (12/1/2014)


    could it be related to implied/deferred schema? SQL lets you be lazy with not explicitly identifying columns, but it...

  • RE: insert into mysql from mssql

    yes it works,

    for example these query s works

    delete from openquery(SQLTEST, 'select * from oc_product')

    or this

    select * from openquery(SQLTEST, 'select * from oc_product')

    are working just fine

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