473,378 Members | 1,482 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,378 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 1415

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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.