Sybase Connection

Posts   
 
    
Dextre
User
Posts: 16
Joined: 18-Jun-2009
# Posted on: 27-May-2012 10:27:42   

Hi,

I was able to get the entities of Sybase ASE 15.0.2 in the server computer and generated the source code, if this is the case, can I assume that the Sybase dot provider was properly installed in my local machine? How come I cannot connect? Is it possible to get/see the connection string of LLBLGen designer during or after Refreshing Relational Model Data from Database so that I can use it in my program?

I'm using LLBLGen Pro v3.5 Final(April 20th, 2012)

Please help...

Thanks

Dextre

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 27-May-2012 11:55:03   

What does 'cannot connect' mean? You get an error in your own code? Do you use .net 4 in your own code perhaps? If so, make sure the dbproviderfactory is installed in the .net 4 machine.config file.

Frans Bouma | Lead developer LLBLGen Pro
Dextre
User
Posts: 16
Joined: 18-Jun-2009
# Posted on: 27-May-2012 13:03:06   

Hi Otis,

Its working now, you're correct, I'm using .net 4.

Thank you very much.

Dextre