|
-
Jan 7th, 2007, 12:14 PM
#1
Thread Starter
Frenzied Member
[2005] Database connections
Help someone,
I have never done any database work in my life butnowrequire it. I am reading the Database sectionin my vb.net book but it just looses me and I cant either make sense of it or get anything working.
I have got to make a program that stores quite a bit of information in a database. This program is also going to be used on multiple computers which most likly will be accessing the database at the same time.
The database will be held on a locl machine to the network and no traffic is neededto go over the internet. I was going to use the MDA database but I cant work out how to connect to one let alone be able to read all the data and write changes back. The database cant be stored in the program because its got to be possible to move the database around and just set the path to it in my program.
Can anyone just get me set of on how to connect to the mda database and I will try and work from there?
Thanks
-
Jan 7th, 2007, 02:04 PM
#2
New Member
Re: [2005] Database connections
Why dont you try SQL Server 2005 Express embeded in the VB 2005 Express eddition
. that was so easy and quick to use.
-
Jan 7th, 2007, 02:23 PM
#3
Re: [2005] Database connections
Check out the first example on the Express site. It shows how to use a database with the amazon website.
http://msdn.microsoft.com/vstudio/ex...t/default.aspx
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jan 7th, 2007, 05:15 PM
#4
Thread Starter
Frenzied Member
Re: [2005] Database connections
Ok thank you the reason I want to use Access is bec the computers itisgoing to be deployed on dont have SQL on any so was just easyier to use access plus I and every one there are familiar with access so any problems they can open the database up direct and have a look at it so it was the sensible option.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|