Sample Database For Running Crystal Reports Tutorials
Sample Database For Running Crystal Reports Tutorials
OrderMaster
OrderDetails
1 of 6 9/26/2023, 5:37 AM
Sample Database and tables for Crystal Reports tutorials https://net-informations.com/vb/crystal-report/vb.net_crystal_report_sa...
Product
OrderMaster
OrderMaster_id
OrderMaster_date
OrderMaster_customer
OrderMaster_createduser
OrderDetails
OrderDetails_id
OrderDetails_masterid
OrderDetails_productid
OrderDetails_qty
Product
Product_id
Product_name
Product_price Microsoft .Net
Framework
Tutorials
The following picture shows the relations
VB.NET
of each table : Language
Basics Tutorials
VB.NET
Program Flow
Control
Tutorials
VB.Net
Graphical User
Interface
2 of 6 9/26/2023, 5:37 AM
Sample Database and tables for Crystal Reports tutorials https://net-informations.com/vb/crystal-report/vb.net_crystal_report_sa...
VB.NET
SQL command for creation tables are Collections
Tutorials
follows :
VB.NET String
Tutorials
CREATE TABLE [dbo].[OrderMaster] ( VB.NET Files
[OrderMaster_id] [int] NOT NULL , Tutorials
[OrderMaster_date] [datetime] NULL ,
[OrderMaster_customername] [varchar] (50),
VB.Net Excel
Automation
[OrderMaster_createduser] [varchar] (50)
) ON [PRIMARY] VB.NET Crystal
Reports
Tutorials
CREATE TABLE [dbo].[OrderDetails] (
VB.NET
[OrderDetails_id] [int] NOT NULL , Communications
[OrderDetails_masterid] [int] NULL , Tutorial
[OrderDetails_productid] [int] NULL ,
[OrderDetails_qty] [int] NULL VB.NET
) ON [PRIMARY]
ADO.NET
Tutorial
ADO.NET Data
CREATE TABLE [dbo].[Product] ( Providers
[Product_id] [int] NOT NULL , Tutorial
[Product_name] [varchar] (50) ,
VB.NET
[Product_price] [numeric](18, 0) NULL ADO.NET
) ON [PRIMARY] Dataset Tutorial
ADO.NET
Enter data to the tables : DataAdapter
and Dataset
Order Master Table Data VB.NET
ADO.NET
DataView
Tutorial
VB.NET
Remoting
Order Details Table Data Tutorial
VB.NET XML
Tutorial
3 of 6 9/26/2023, 5:37 AM
Sample Database and tables for Crystal Reports tutorials https://net-informations.com/vb/crystal-report/vb.net_crystal_report_sa...
VB.NET
DataGridView
Tutorial
Related Topics
4 of 6 9/26/2023, 5:37 AM
Sample Database and tables for Crystal Reports tutorials https://net-informations.com/vb/crystal-report/vb.net_crystal_report_sa...
tables
5 of 6 9/26/2023, 5:37 AM
Sample Database and tables for Crystal Reports tutorials https://net-informations.com/vb/crystal-report/vb.net_crystal_report_sa...
6 of 6 9/26/2023, 5:37 AM