473,387 Members | 3,781 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Need Window Form Ex. retrieving from Northwind.

Hello,
I am trying to learn how to manipulate a table via a Windows Form in vb
..NET. I am able to create the form1, and in the load event, I can put in the
necessary ADO connection statements to query Northwind. So the environment
is set up correct.

Can anyone point me to an example where I can enter search criteria from the
form, and get the results back and display them, or update them from the main
form? I can't seem to find one.

Thanks a lot,
Steve
Nov 21 '05 #1
8 1416

Jan. 10, 2005

You might look at this download at Microsoft :

http://www.microsoft.com/downloads/d...displaylang=en

This is supposed to be a master set of samples with contents ranging
from data access to message queuing, .Net Remoting, windows services, etc. It
is only 6 mb which is not much if you have a high speed connection. I hope
this download will answer your question!
Joseph MCAD
"SteveInBeloit" wrote:
Hello,
I am trying to learn how to manipulate a table via a Windows Form in vb
.NET. I am able to create the form1, and in the load event, I can put in the
necessary ADO connection statements to query Northwind. So the environment
is set up correct.

Can anyone point me to an example where I can enter search criteria from the
form, and get the results back and display them, or update them from the main
form? I can't seem to find one.

Thanks a lot,
Steve

Nov 21 '05 #2

Jan. 10, 2005

You might look at this download at Microsoft :

http://www.microsoft.com/downloads/d...displaylang=en

This is supposed to be a master set of samples with contents ranging
from data access to message queuing, .Net Remoting, windows services, etc. It
is only 6 mb which is not much if you have a high speed connection. I hope
this download will answer your question!
Joseph MCAD
"SteveInBeloit" wrote:
Hello,
I am trying to learn how to manipulate a table via a Windows Form in vb
.NET. I am able to create the form1, and in the load event, I can put in the
necessary ADO connection statements to query Northwind. So the environment
is set up correct.

Can anyone point me to an example where I can enter search criteria from the
form, and get the results back and display them, or update them from the main
form? I can't seem to find one.

Thanks a lot,
Steve

Nov 21 '05 #3
Thanks Joseph,

I having trouble getting those to work. Wonder if it is cause I have VS
..NET 2003? I need a step by step that shows me how to do it.

Thanks,
Steve

"Joseph MCAD" wrote:

Jan. 10, 2005

You might look at this download at Microsoft :

http://www.microsoft.com/downloads/d...displaylang=en

This is supposed to be a master set of samples with contents ranging
from data access to message queuing, .Net Remoting, windows services, etc. It
is only 6 mb which is not much if you have a high speed connection. I hope
this download will answer your question!
Joseph MCAD
"SteveInBeloit" wrote:
Hello,
I am trying to learn how to manipulate a table via a Windows Form in vb
.NET. I am able to create the form1, and in the load event, I can put in the
necessary ADO connection statements to query Northwind. So the environment
is set up correct.

Can anyone point me to an example where I can enter search criteria from the
form, and get the results back and display them, or update them from the main
form? I can't seem to find one.

Thanks a lot,
Steve

Nov 21 '05 #4
Thanks Joseph,

I having trouble getting those to work. Wonder if it is cause I have VS
..NET 2003? I need a step by step that shows me how to do it.

Thanks,
Steve

"Joseph MCAD" wrote:

Jan. 10, 2005

You might look at this download at Microsoft :

http://www.microsoft.com/downloads/d...displaylang=en

This is supposed to be a master set of samples with contents ranging
from data access to message queuing, .Net Remoting, windows services, etc. It
is only 6 mb which is not much if you have a high speed connection. I hope
this download will answer your question!
Joseph MCAD
"SteveInBeloit" wrote:
Hello,
I am trying to learn how to manipulate a table via a Windows Form in vb
.NET. I am able to create the form1, and in the load event, I can put in the
necessary ADO connection statements to query Northwind. So the environment
is set up correct.

Can anyone point me to an example where I can enter search criteria from the
form, and get the results back and display them, or update them from the main
form? I can't seem to find one.

Thanks a lot,
Steve

Nov 21 '05 #5
Spoke too soon. I am able to get the application to work , (afer adjusting
the server settings), so I can see the code. But I am hoping to find
something that will walk me through it.
Thanks again

"Joseph MCAD" wrote:

Jan. 10, 2005

You might look at this download at Microsoft :

http://www.microsoft.com/downloads/d...displaylang=en

This is supposed to be a master set of samples with contents ranging
from data access to message queuing, .Net Remoting, windows services, etc. It
is only 6 mb which is not much if you have a high speed connection. I hope
this download will answer your question!
Joseph MCAD
"SteveInBeloit" wrote:
Hello,
I am trying to learn how to manipulate a table via a Windows Form in vb
.NET. I am able to create the form1, and in the load event, I can put in the
necessary ADO connection statements to query Northwind. So the environment
is set up correct.

Can anyone point me to an example where I can enter search criteria from the
form, and get the results back and display them, or update them from the main
form? I can't seem to find one.

Thanks a lot,
Steve

Nov 21 '05 #6
Spoke too soon. I am able to get the application to work , (afer adjusting
the server settings), so I can see the code. But I am hoping to find
something that will walk me through it.
Thanks again

"Joseph MCAD" wrote:

Jan. 10, 2005

You might look at this download at Microsoft :

http://www.microsoft.com/downloads/d...displaylang=en

This is supposed to be a master set of samples with contents ranging
from data access to message queuing, .Net Remoting, windows services, etc. It
is only 6 mb which is not much if you have a high speed connection. I hope
this download will answer your question!
Joseph MCAD
"SteveInBeloit" wrote:
Hello,
I am trying to learn how to manipulate a table via a Windows Form in vb
.NET. I am able to create the form1, and in the load event, I can put in the
necessary ADO connection statements to query Northwind. So the environment
is set up correct.

Can anyone point me to an example where I can enter search criteria from the
form, and get the results back and display them, or update them from the main
form? I can't seem to find one.

Thanks a lot,
Steve

Nov 21 '05 #7

Jan. 10, 2005

I hadn't seen the samples myself, so I didn't know whether they where
step by step examples. I will have an eye out for samples that walk you
through it! :)
Joseph MCAD

"SteveInBeloit" wrote:
Spoke too soon. I am able to get the application to work , (afer adjusting
the server settings), so I can see the code. But I am hoping to find
something that will walk me through it.
Thanks again

"Joseph MCAD" wrote:

Jan. 10, 2005

You might look at this download at Microsoft :

http://www.microsoft.com/downloads/d...displaylang=en

This is supposed to be a master set of samples with contents ranging
from data access to message queuing, .Net Remoting, windows services, etc. It
is only 6 mb which is not much if you have a high speed connection. I hope
this download will answer your question!
Joseph MCAD
"SteveInBeloit" wrote:
Hello,
I am trying to learn how to manipulate a table via a Windows Form in vb
.NET. I am able to create the form1, and in the load event, I can put in the
necessary ADO connection statements to query Northwind. So the environment
is set up correct.

Can anyone point me to an example where I can enter search criteria from the
form, and get the results back and display them, or update them from the main
form? I can't seem to find one.

Thanks a lot,
Steve

Nov 21 '05 #8

Jan. 10, 2005

I hadn't seen the samples myself, so I didn't know whether they where
step by step examples. I will have an eye out for samples that walk you
through it! :)
Joseph MCAD

"SteveInBeloit" wrote:
Spoke too soon. I am able to get the application to work , (afer adjusting
the server settings), so I can see the code. But I am hoping to find
something that will walk me through it.
Thanks again

"Joseph MCAD" wrote:

Jan. 10, 2005

You might look at this download at Microsoft :

http://www.microsoft.com/downloads/d...displaylang=en

This is supposed to be a master set of samples with contents ranging
from data access to message queuing, .Net Remoting, windows services, etc. It
is only 6 mb which is not much if you have a high speed connection. I hope
this download will answer your question!
Joseph MCAD
"SteveInBeloit" wrote:
Hello,
I am trying to learn how to manipulate a table via a Windows Form in vb
.NET. I am able to create the form1, and in the load event, I can put in the
necessary ADO connection statements to query Northwind. So the environment
is set up correct.

Can anyone point me to an example where I can enter search criteria from the
form, and get the results back and display them, or update them from the main
form? I can't seem to find one.

Thanks a lot,
Steve

Nov 21 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: news.versatel.de | last post by:
Hello NG, I am using javascript to open a new window like this: printpreview=window.open('printview.php','printprev','width=600,height=600'); The new window has a layer called preview: ...
6
by: Dean Slindee | last post by:
Does anybody have an actual example of retrieving an Image data type column from a SQL Server table using a dataset (not a datareader)? I would like to see the statements that would move the...
0
by: SteveInBeloit | last post by:
Hello, I am trying to learn how to manipulate a table via a Windows Form in vb ..NET. I am able to create the form1, and in the load event, I can put in the necessary ADO connection statements to...
0
by: teddysnips | last post by:
I have Search form that allows users to retrieve records into a DataGrid. There are two search criteria - a Month and a Year, which are selected from drop-down lists. There is a server-side...
0
by: teddysnips | last post by:
I have Search form that allows users to retrieve records into a DataGrid. There are two search criteria - a Month and a Year, which are selected from drop-down lists. There is a server-side...
7
by: Sirplaya | last post by:
I am retrieving images that I stored in SQL Server on my web pages in C#. I have no problem with the images displaying, however, I am trying to wrap the image with an <A HREF ..." and each time I...
12
by: John | last post by:
I can't get my head around this! I have the following code: <% .... Code for connection to the database ... .... Code for retrieving recordset ... If Not rs.EOF Then ... Do something...
3
by: Agnes | last post by:
I got a datagrid in web page , when the user click the row in the datagrid, I want to prompt a new window and pass the parameter to that window . and that "window" will show the corresponsed data...
4
by: MikeSA | last post by:
Hi All I have a Orders query and a Order Details query both derived from their respective tables, of which the Order Details query then eventually becomes a sub-form of the Form Orders. Standard...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.