|
-
Feb 22nd, 2008, 08:38 PM
#1
Thread Starter
New Member
-
Feb 22nd, 2008, 08:54 PM
#2
Thread Starter
New Member
Re: Help me pls ! error in VB.Net connection false to Crystal Report XI
I have done various kinds already but I can not .
How to do ?
Code Use dataset
Dim myDa As New SqlDataAdapter( _
"SELECT * FROM TBL_FJT_TEST WHERE ID_LOT_NO ='" & dmRow_Id & "'", _
northwindConnection)
Dim ds As DataSet
myDa.Fill(ds, "TBL_FJT_TEST")
rpt1.Load(Application.StartupPath & "/Report1.rpt")
rpt1.SetDataSource(ds)
CrystalReportViewer1.ReportSource = rpt1
-
Feb 25th, 2008, 03:25 AM
#3
Frenzied Member
Re: Help me pls ! error in VB.Net connection false to Crystal Report XI
Welcome se_juneke 
Is the DB available at the location supplied to the CR
-
Feb 25th, 2008, 11:41 PM
#4
Thread Starter
New Member
Re: Help me pls ! error in VB.Net connection false to Crystal Report XI
 Originally Posted by VBFnewcomer
Welcome se_juneke 
Is the DB available at the location supplied to the CR
Thanks you.
I don't know location paste where DB of CR
do you have Example for me..
please.....
-
Feb 26th, 2008, 02:32 PM
#5
Re: Help me pls ! error in VB.Net connection false to Crystal Report XI
He means is the database located where Crystal Reports is being told it is located.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|