473,804 Members | 2,100 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Connect student version of vb.net to a sql database?

Hi

I am a poor student studying towards my MCSD. I have managed to get a
cheapish student version of vb.net. Problem is that this version does not
connect to sql databases and I need it to because access ... well I just do!
I was wondering if anybody knows of any 3rd party tools or com objects etc
that would enable me to make this life giving connection?

Thanks

Frank - its a long shot, I know
Nov 21 '05 #1
4 3808

"Frank" <fr***********@ hotmail.com> wrote in message news:%2******** ********@TK2MSF TNGP14.phx.gbl. ..
Hi

I am a poor student studying towards my MCSD. I have managed to get a cheapish student version of vb.net. Problem is that this
version does not connect to sql databases and I need it to because access ... well I just do! I was wondering if anybody knows
of any 3rd party tools or com objects etc that would enable me to make this life giving connection?

Thanks

Frank - its a long shot, I know


Not knowing exactly which version you have, I can only guess it is the Standard version. If that is the case you can connect to
a SQL database, but, will have to write the code yourself. There are no Database Wizards in the Standard Versions.

Start here http://www.connectionstrings.com/

To find connections strings to use.

There is plenty of Database examples that don't rely on Database Wizards online.

Here's a good one: http://msdn.microsoft.com/data/DataF...s/default.aspx
And this one should have a lot of answers to your questions too:

http://www.xtremevbtalk.com/forumdisplay.php?f=107

These three links should give you a good start.
Good luck,
james

Nov 21 '05 #2
And given that he is a student, you don't do much learning having the wizard
do everything for you.

"james" <jjames700ReMoV eMe at earthlink dot net> wrote in message
news:ep******** *****@TK2MSFTNG P15.phx.gbl...

"Frank" <fr***********@ hotmail.com> wrote in message
news:%2******** ********@TK2MSF TNGP14.phx.gbl. ..
Hi

I am a poor student studying towards my MCSD. I have managed to get a
cheapish student version of vb.net. Problem is that this version does not
connect to sql databases and I need it to because access ... well I just
do! I was wondering if anybody knows of any 3rd party tools or com
objects etc that would enable me to make this life giving connection?

Thanks

Frank - its a long shot, I know


Not knowing exactly which version you have, I can only guess it is the
Standard version. If that is the case you can connect to a SQL database,
but, will have to write the code yourself. There are no Database Wizards
in the Standard Versions.

Start here http://www.connectionstrings.com/

To find connections strings to use.

There is plenty of Database examples that don't rely on Database Wizards
online.

Here's a good one:
http://msdn.microsoft.com/data/DataF...s/default.aspx
And this one should have a lot of answers to your questions too:

http://www.xtremevbtalk.com/forumdisplay.php?f=107

These three links should give you a good start.
Good luck,
james

Nov 21 '05 #3
You are quite right. I had falsely assumed that connections were not
possible at all The error message that pops up "Unable to connect to
database. It is only possible to connect to SQL Server Desktop Engine
databases and Microsoft Access databases with this version of Visual
Studio." is a bit misleading because it makes it sound like sql cannot be
used at all, whereas the standard version just doesn't include the database
wizard. It is totally possible (and probably good habit) to just connect
through code.

Frank Hayward
http://www.apricot.topfreewebhosting.com
fr***********@h otmail.com
"james" <jjames700ReMoV eMe at earthlink dot net> wrote in message
news:ep******** *****@TK2MSFTNG P15.phx.gbl...

"Frank" <fr***********@ hotmail.com> wrote in message
news:%2******** ********@TK2MSF TNGP14.phx.gbl. ..
Hi

I am a poor student studying towards my MCSD. I have managed to get a
cheapish student version of vb.net. Problem is that this version does not
connect to sql databases and I need it to because access ... well I just
do! I was wondering if anybody knows of any 3rd party tools or com
objects etc that would enable me to make this life giving connection?

Thanks

Frank - its a long shot, I know


Not knowing exactly which version you have, I can only guess it is the
Standard version. If that is the case you can connect to a SQL database,
but, will have to write the code yourself. There are no Database Wizards
in the Standard Versions.

Start here http://www.connectionstrings.com/

To find connections strings to use.

There is plenty of Database examples that don't rely on Database Wizards
online.

Here's a good one:
http://msdn.microsoft.com/data/DataF...s/default.aspx
And this one should have a lot of answers to your questions too:

http://www.xtremevbtalk.com/forumdisplay.php?f=107

These three links should give you a good start.
Good luck,
james

Nov 21 '05 #4
Yes, as another poster stated, you will learn much more coding the connections yourself. And also you will have much more
control over the how things are done. It's more work, but, much more versitle than using Wizards. Between the links I posted
and using Google, there is not too much you cannot find on the subject.
james
"Frank" <fr***********@ hotmail.com> wrote in message news:u%******** ********@TK2MSF TNGP10.phx.gbl. ..
You are quite right. I had falsely assumed that connections were not possible at all The error message that pops up "Unable to
connect to database. It is only possible to connect to SQL Server Desktop Engine databases and Microsoft Access databases with
this version of Visual Studio." is a bit misleading because it makes it sound like sql cannot be used at all, whereas the
standard version just doesn't include the database wizard. It is totally possible (and probably good habit) to just connect
through code.

Frank Hayward
http://www.apricot.topfreewebhosting.com
fr***********@h otmail.com

Nov 21 '05 #5

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

Similar topics

11
27270
by: Marcus | last post by:
Hello! I'm trying to write a VB.NET program that connects to a AS/400 Server. I've tried almost everything, but it will not connect. I've tried to set up a DSN using the Client Access ODBC-driver (v8.00.04.08) but with no result. I've also tried a DSN-less connection. From VB.NET i'm using oleDbConnection to create the connection. If I don't supply a provider in the connection string, the program hangs saying that a provider is...
4
3917
by: Development at American Savings | last post by:
I'm having some trouble being able to connect to my db2 server (it lives on an os/2 warp 3 connect box) from my Windows2000 workstation using vs.net 2003. Any suggestions? I have a local user account on the server "readonly", i have created a user in the database of "readonly" and I can connect through the command line, but from within visual studio .net 2003 I cannot make a connection. Better stated: I can make a connection but I...
4
6478
by: banz | last post by:
Hello I have a problem to resolve: I wrote a Perlscript which caches data from a server (local on my machine) I would like to have a other connection to a remote server but I don't know how to define the servername / hostname in my Perl Progrem.. Here is the code:
10
6470
by: Andy K | last post by:
Hi again , I've been trying to connect to a distant database with my control center on WinXp . I'm using a personnal edition DB2 v8.1.9.700 for the control center on WinXp. I've setup a node (a distant connection ) in order to reach this distant database but it doesn't seem to work ... The distant database
5
5696
by: mayamorning123 | last post by:
A comparison among six VSS remote tools including SourceOffSite , SourceAnyWhere, VSS Connect, SourceXT, VSS Remoting, VSS.NET To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool This article makes a detailed comparison among SourceAnyWhere 4.0, SourceOffSite 4.1, VSS Connect 1.5, SourceXT 2.1, VSS Remoting 2.5,
6
4606
by: Al G | last post by:
Can someone tell me what I need to get connected to our AS400? I am trying to write an app in VS2005(Data source, Gridview) that requires data from files on our AS400. I've downloaded DB2, and installed it, but apparently I need an additional product, "DB Connect" to actually make a connection. "DB connect" says that it will only display tables with a type of "T", and as far as I know, we are using files, not tables on the 400. Can...
1
3200
by: syed asghar abbas | last post by:
I am Student of the BS(Cs) and i am student of the Final Term and my Final Project on the Barcode Reader that "How to Connect the Barcode Reader Device Scanner With Sql Database in C# 2005 "
4
2015
by: psyvanz | last post by:
Im a college student, my program is a computerized enrollment system, Im using MS ACCESS database in connecting my VB6 program form. Inside i'd created two tables, named "tbstudentinfo" and "tbstudentfees". In my 1st table i renamed my fieldname to STUDENTNUMBER and STUDENTNAME on the second fieldname, then below i entered (0001) for studnumber and (Paul) for studname. The 2nd table is almost the same with the 1st table but i added another...
1
1734
by: ajeeshc | last post by:
the code that i tried <?php $con = mysql_connect("telious", ***, ***); if (!$con) { die('Could not connect: ' . mysql_error()); } if (mysql_query("CREATE DATABASE my_db",$con)) {
0
9594
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10595
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10343
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10341
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7634
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5530
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5673
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4308
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3831
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.