Hi go through this URL. It will definitely helpful to u. http://www.simple-talk.com/sql/reporting-services/beginning-sql-server-2005-reporting-services-part-1/[^] http://www.simple-talk.com/sql/reporting-services/beginning-sql-server-2005-reporting-services-part-2/[^]
swaroop09
Posts
-
how to use reporting services in sql server 2005 -
How to use chart in RDLC?Hi i'm new to MicroSoft Reporting. Can any one tell me how to use chart in the Report. I'm using ASP.Net and C#.Net and back end is Sql Server 2005. I want to display two measurements in the chart. That means a single chart should have two Y- Axis. Please Help Me...! Thanks in advance.
-
How to insert multiple records from DataGridView into Mysql database table using VB.Net in Windows ApplicationsHi i am implementing VB.Net Windows Application. In that i have a datagridview. In that i displayed some records (let us say 10 rows with 12 columns, out of which 8 columns are datagridviewcheckbox columns.) from MySql database student table. The values in the datagrid for each row are like this: 1,joseph, 5thclass, B, true, false, true, true, etc depending on the selection. How to insert multiple records into a database table that are entered into a datagridview. With a single shot of Save all the records in the datagridview should be inserted in new table using Vb.Net . Can any one help me in this regard. Any help appreciated Thanks in advance...
-
How do i deploy MySQL Database to another computer?I have developed an application using Visual Basic .NET 2008 which uses a MySQL Database. The connection string i use is something like Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword; so actually the server is localhost, database name is customers(or watever!), and uid=root and pwd is ***** :P so everything works fine...now this program is something which i need to run on other computers as well....so do i have to install mySQL server to each and every computer that i need to run this software? cant i get a single database like MS SQL Server ?? .mdf or .sdf??? Plz help me! :) and if possible please tell me or post a website which can help me deploy the database to another computer to use. This is a project which i need to submit to my university :) so plz tell me what files i need to burn on to the CD that im submitting and any special instructions that i should include in the CD to run the project :) Thanx loadz in advance :)