Hi
Why connection to a pervasive DB using a DSN Connection string
many of the columns are empty, While if I use
All of the data is showing.
Thanks in advance.
Why connection to a pervasive DB using a DSN Connection string
Code:
Friend CW_Schedule As New OdbcConnection("DSN=SCHEDULE")
Code:
Friend CW_Schedule As New OdbcConnection("Driver={Pervasive ODBC Client Interface};ServerName=192.168.2.11;dbq=SCHEDULE;")
Thanks in advance.