I am using Assess db with vb.
my db is secured with a password
My coding is as below:
dim crxreport as new crystalreport1
dim crxtable as craxdt.database
for each crxtable in crxreport.database.tables
crxtable.setsessioninfo "","password"
next
my problem is eventhough i have include "setsessioninfo", the password prompt still appears when running d report preview. how do i do to make it not appearing
my db is secured with a password
My coding is as below:
dim crxreport as new crystalreport1
dim crxtable as craxdt.database
for each crxtable in crxreport.database.tables
crxtable.setsessioninfo "","password"
next
my problem is eventhough i have include "setsessioninfo", the password prompt still appears when running d report preview. how do i do to make it not appearing