Monday, June 9, 2008

da = New System.Data.Odbc.OdbcDataAdapter("SELECT code-name-price-description-onsale-category from tblproduct"- odbccon)
ds = New dsreport
da.Fill(ds- "dsreport")
Dim oRpt As New CrystalDecisions.CrystalReports.Engine.ReportDocument()

oRpt.FileName = "cr.rpt"
oRpt.Load("cr.rpt")
oRpt.SetDataSource(ds)
CrystalReportViewer1.ReportSource = oRpt

the error occurs in the line oRpt.SetDataSource(ds)
I m using ASP.Net 2.0 + MySQL 5.0
I ve used a dataset and it does not have any problems except when binding it with my Crystal Report.

What is the problem?

Hello-

I m in search of a tool that will allow me create stock charts on my finance website like those found on Google.

My website is running on Linux and is written in PHP with a MySql back end. I guess such a tool would probably be Flash based.

I will appreciate relevant pointers on preferably customizable tools.

Thank you

mysql_query("SELECT * FROM users WHERE username = $username && bucks = $bucks ");

Is this how you would take the column "bucks" that contains information- from the certain username? Like- if you were logged in as "Bob" and "Bob" s bucks field said 10-000- it would take that information from the table.

How could you do this?
Thxxx

I am trying to make a table of users for my website and i am trying to use mysql- but i am a noob- so if you could help it would be greatly appreciated- thanks!!!

I m trying to connection to my database using the mysql query browser but it won t connect.

The hosts I ve tried are thephphost.net and also byethost.com

Does anyone know why I can t connect or a host that works with mysql query browser?

No comments: