VB.NET and windows

G

Guest

H
I have couple of qeustions about vb.net
1-Does the application that developed by vb.net need to work on windows that have .net frame work and otheres not
2- and when i develop an application that works on database like access does the database i creat need the access program it self to work liek SQL server 2000 or how i can develop an application work on data base with access?
thanks
 
J

Jan Tielens

1) If you write an application in .NET (VB.NET, C#, ...) you need the .NET
Framework in your client pc's.
2) Sorry, I don't understand your question...

--
Greetz,
Jan
________________________
Read my weblog: http://weblogs.asp.net/jan

river said:
Hi
I have couple of qeustions about vb.net
1-Does the application that developed by vb.net need to work on windows
that have .net frame work and otheres not?
2- and when i develop an application that works on database like access
does the database i creat need the access program it self to work liek SQL
server 2000 or how i can develop an application work on data base with
access??
 
H

Herfried K. Wagner [MVP]

* "=?Utf-8?B?cml2ZXI=?= said:
1-Does the application that developed by vb.net need to work on
windows that have .net frame work and otheres not?

The application will only work with the .NET Framework installed.
2- and when i develop an application that works on database like
access does the database i creat need the access program it self to work
liek SQL server 2000 or how i can develop an application work on data
base with access??

Maybe this group is better for the topic of your question:

<
Web interface:

<http://msdn.microsoft.com/newsgroup...roup=microsoft.public.dotnet.framework.adonet>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top