select so.name as TableName, sind.name as PKName,
case
when (sind.status & 0x800) = 0x800 then 'PK'
else 'IX'
end as IndexType,
sik.keyno, col.name as ColName ,
case
when sind.indid = 1 then 'Yes'
else ''
end as 'Clustered Indexes'
from sysobjects so
inner join sysindexes sind on...
When I use Crystal Report 9 , how to assign SQL server name
and Database name and User ID and user password in RAS.
i can use
Session("oClientDoc").DatabaseController.Logon "sa", "password"
assign userid and password , but how to assign SQL server name and...
>1) You need two patch files from the Seagate Site.
> cr8dev.zip and
> dbexdrvr.zip
Thank You... But...
I can't found cr8dev.zip and dbexdrvr.zip on
http://support.crystaldecisions.com
Please tell me how to get cr8dev.zip and dbexdrvr.zip
two files ?
How to export to DHTML ,when i use crystl32.ocx(8.0) ?
my VB code :
Crystalreport.PrintFileName = RepOutFileName
CrystalReport.PrintFileType = crptHTML30
Crystalreport.Destination = 2
crystl32.ocx can export DHTML(HTML4.0) ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.