G
Guest
Hi.
When I move to VS.NET 2003 I find very challenging than since march 2005 I
had big problem doing a report with IBM AS400 and luckily I finished. I get 5
days of to study new ADO.NET 2.0 with VS.NET 2005 Professional edition. It
was expensive but I find I can do many things much easier than previous one.
First I create a database using SQL Server 2000 (I guess I am chicken to
move on SQL Server 2005) and had only 3 tables as Customer, Products and
Orders.
I use the wizard to create and see how easy and fast to create a input
windows form and it was very good and very fast. Not only I get details form
also I place a data grid and love to see the “BindingNavigatorâ€.
Now when I try to make another form for Orders tables I get many
difficulties so I guess I have to love the new ADO.NET or I might going to
kill myself! Last 2 days I couldn’t sleep and I was searching many books and
articles on the net to find some good example for my problem to solve it.
The orders form has 2 specific columns that show the Customer ID and Product
ID.
The data grid view was okay but I was stuck on the “Details†section.
Only Data sources tab I choose both column to show as combo Box. And it is
okay when I view but when I click the “BindingNavigator†ADD btn I couldn’t
mange to fill customer name and product name.
What I need was to when I click the add button on the “BindingNavigator†I
need to fill the 2 combo boxes with Customer name and Product name. And then
when I click the SAVE btn on the “BindingNavigator†I want to save my orders
but the Customer Name and Product Name must be somehow converted to integer
so I can place them in my SQL tables. In Order tables in my SQL server has
set to accept integer value for Customer ID and Product ID.
So how to mange to get this work? Or does anyone know good article about
this problem that can share with me?
Thank you very much for reading my mail and I hope I can get quick response
to my post.
Rgds,
GC
When I move to VS.NET 2003 I find very challenging than since march 2005 I
had big problem doing a report with IBM AS400 and luckily I finished. I get 5
days of to study new ADO.NET 2.0 with VS.NET 2005 Professional edition. It
was expensive but I find I can do many things much easier than previous one.
First I create a database using SQL Server 2000 (I guess I am chicken to
move on SQL Server 2005) and had only 3 tables as Customer, Products and
Orders.
I use the wizard to create and see how easy and fast to create a input
windows form and it was very good and very fast. Not only I get details form
also I place a data grid and love to see the “BindingNavigatorâ€.
Now when I try to make another form for Orders tables I get many
difficulties so I guess I have to love the new ADO.NET or I might going to
kill myself! Last 2 days I couldn’t sleep and I was searching many books and
articles on the net to find some good example for my problem to solve it.
The orders form has 2 specific columns that show the Customer ID and Product
ID.
The data grid view was okay but I was stuck on the “Details†section.
Only Data sources tab I choose both column to show as combo Box. And it is
okay when I view but when I click the “BindingNavigator†ADD btn I couldn’t
mange to fill customer name and product name.
What I need was to when I click the add button on the “BindingNavigator†I
need to fill the 2 combo boxes with Customer name and Product name. And then
when I click the SAVE btn on the “BindingNavigator†I want to save my orders
but the Customer Name and Product Name must be somehow converted to integer
so I can place them in my SQL tables. In Order tables in my SQL server has
set to accept integer value for Customer ID and Product ID.
So how to mange to get this work? Or does anyone know good article about
this problem that can share with me?
Thank you very much for reading my mail and I hope I can get quick response
to my post.
Rgds,
GC