Forum Replies Created

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

  • RE: Create Database Error ODBC SQL SERVER

    I did active all right for services, but again getting same error.

  • RE: Create Database Error ODBC SQL SERVER

    Dear Friends,

    There isnt path in file.

    Table of contents cm_empty.sql file

    if exists (select * from dbo.sysobjects

    where id = object_id(N'[rep_Error]') and

    OBJECTPROPERTY(id, N'IsUserTable') = 1)

    begin

    drop table [rep_Error]

    end

    ;

    CREATE TABLE [rep_Error] (

    [id]...

  • RE: Create Database Error ODBC SQL SERVER

    Yes, error said that in (Access is denied).

    but in Program's Replication Guide said that "You need to create database where installed Program setup "

    I have got a cm_empty.sql file but...

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