Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Other SQL Server 2008 Topics
 powerbuilder 10

Author  Topic 

tylermaudlin
Starting Member

2 Posts

Posted - 2009-02-05 : 14:39:09
I am having problems connecting to sql server 2008 using PB 10

are there drivers for PB 10 that I can download somewhere?
I am now connecting to sql server 2005 using ole db

tylermaudlin
Starting Member

2 Posts

Posted - 2009-04-22 : 13:54:30
I have found the solution
ini file entry

[Database]
DBMS = "OLE DB"
DBParm = "PROVIDER='SQLOLEDB',DATASOURCE='server name',PROVIDERSTRING='DataBase=database name','Trusted_Connection=true',PBTrimCharColumns='YES'"


Go to Top of Page
   

- Advertisement -