DrJavaJoe,
It doesn't mater. I can use either RDO or ADO and I tried the connection strings listed in the link.
Dimandja,
I can use Oracle ODBC driver. Can you provide the connection string for this.
Thank you.
I am trying to connect to Oracle database from VB using RDO and keep getting the following error message.
IM006: [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
Can some one help me in connecting to the Oracle database.
I am using the following code.
Conn =...
I have a main report and one sub-report and I am printing at the main report footer.
I want to suppress main report heading when ever sub-report begins.
Is there any way to do this?
Please help.
Thank you
Hi,
Any idea on how to find, in which month the maximum number of employees joined the company.
Table has two fields Month, Emp_Id
You can use the following as prototype.
select Month_Name, max(count(Emp_Id)) from Table1
group by Month_Name
When I execute Crystal Report (ver 5.0) from VB 6.0, the drill down function is not working. But it's working fine in CRW environment.
Please advice on how to set .canDrillDown option to true and what are the referrences should I have to use in VB.
ThankX in Advance.
I have created a report wiht Crystal Report(Ver 5.0) with drilldown function. If I run this report from Crystal Reports (Preview), the drilldown function is working fine.<br><br>When I call this report from Visual Basic (Ver 6.0) the DrillDown functionality is not working.<br><br>Any...
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.