help

  • hi.

    i design a application with c# and i implemented this programs on the local network ,in my application there are several crystal report forms,my problem is that when my clients open a crystal forms,my application shows a form that it needs to the sa user name and password of the sql ?

    what can i do ?

    thanks ehsan

    ---------------------------------------------------
    baaaaaaaaaaaaaleh!!! (Ehs_Akb)

  • You need to preset the authentication (credentials) in the code.

    Google those terms and see if you can't find the same code I found 2 years ago and which I don't have a copy.

  • in my application there are several crystal report forms,my problem is that when my clients open a crystal forms,my application shows a form that it needs to the sa user name and password of the sql

    It simply means your C# application is not passing all the required parameters for SQL Server Connection. Please search for more in C# or Crystal Reports forums.

  • PS

    NEVER use SA account for this.

    Create an account for the web reports and use that instead. Much less dangerous security wise.

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

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