|
-
Nov 17th, 2009, 09:19 PM
#1
Thread Starter
Lively Member
need advice: upgrade system of vb6 & access97
my company currently using VB6, MS Access 97 for barcode system.
few days back, we were discussing on upgrading the systems.
i was thinking to use VB.net 2008 for the language because most my colleagues familiar with VB6 only.
so i think convert to vb.net wont be too hard for them.
**actually my boss was thinking of java, but none of my colleagues familiar with it
for database, my boss prefer oracle. i'm not sure which version is the most suitable? 9i?10g?11g?
the problem is most my colleagues here have limited knowledge on oracle.
except me, i learn oracle 9i pl/sql during my university time.
-
Nov 18th, 2009, 03:35 AM
#2
Re: need advice: upgrade system of vb6 & access97
What about using MS SQL Server...
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Nov 18th, 2009, 03:38 AM
#3
Re: need advice: upgrade system of vb6 & access97
This thread should be in the General Developer Forum
http://www.vbforums.com/forumdisplay.php?f=41
Send a PM to a moderator, to move this thread...
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Nov 18th, 2009, 04:19 AM
#4
Thread Starter
Lively Member
Re: need advice: upgrade system of vb6 & access97
thanks for reply.
perhaps moving to General Discussion will be better?
let's say setting up a MS SQL SERVER/ORACLE database,
what is the basic knowledge that one should have?
installing database server? create database? and what else?
all i know is some little knowledge on DBA command and some DDL/DML/DCL.. is that enough?
-
Nov 18th, 2009, 04:28 AM
#5
Re: need advice: upgrade system of vb6 & access97
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Nov 18th, 2009, 04:29 AM
#6
Re: need advice: upgrade system of vb6 & access97
If you have time, go through our Database FAQ section...
You will find lots of info...
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Nov 18th, 2009, 04:34 AM
#7
Re: need advice: upgrade system of vb6 & access97
Thread moved to the "General Developer Forum" (General Discussion is for non-computer topics)
 Originally Posted by akhileshbc
Send a PM to a moderator, to move this thread... 
It would be better if somebody else (because the thread starter doesn't have permission) clicked the "Report" icon to the left of a post - because that lets all of the moderators know, so whoever logs on first can deal with it (rather than waiting for whoever was PM'd).
-
Nov 18th, 2009, 04:39 AM
#8
Re: need advice: upgrade system of vb6 & access97
It would be better if somebody else (because the thread starter doesn't have permission) clicked the "Report" icon to the left of a post - because that lets all of the moderators know, so whoever logs on first can deal with it (rather than waiting for whoever was PM'd).
Sorry, I didn't see that...
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Nov 18th, 2009, 05:12 AM
#9
Re: need advice: upgrade system of vb6 & access97
Most people don't until we explain it. 
..and I notice you've used it on a different thread - thanks
-
Nov 18th, 2009, 08:54 AM
#10
Re: need advice: upgrade system of vb6 & access97
Yes, I'd highly recommend Visual Basic 2008 and either SQL Server Express of MySQL for your database backend. Get away from Access, it'll cause you nothing but headaches in the long run. 
People on this forum would be more than happy to help out your programmers during their transition. Heck, I'll even upload the little barcoding system I wrote for my company's shipping department if you like.
-
Nov 18th, 2009, 11:48 AM
#11
Re: need advice: upgrade system of vb6 & access97
SQL Server Express has the great advantage that there is a free version. Your boss might appreciate that. However, there are different flavors of SQL Server Express, and it is likely that the basic version is not going to be the most useful. You probably want the version with Management Studio Express (still free), or the one with Reporting (also still free) as well as MSE.
My usual boring signature: Nothing
 
-
Nov 18th, 2009, 07:48 PM
#12
Thread Starter
Lively Member
-
Nov 18th, 2009, 11:11 PM
#13
Re: need advice: upgrade system of vb6 & access97
 Originally Posted by Jenner
Yes, I'd highly recommend Visual Basic 2008 and either SQL Server Express of MySQL for your database backend. Get away from Access, it'll cause you nothing but headaches in the long run.
People on this forum would be more than happy to help out your programmers during their transition. Heck, I'll even upload the little barcoding system I wrote for my company's shipping department if you like. 
Please upload it....
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Nov 19th, 2009, 05:43 AM
#14
Re: need advice: upgrade system of vb6 & access97
 Originally Posted by vandoren
i used SQL Server 2000 before, not sure if it's same with SQL Server Express,
It is very similar, because Express is basically the same as whatever version is current (2008 at the moment), but without some of the features from the paid editions - even so, the limitations are better than you get with Access.
There have been new features added to SQL Server since the 2000 version (most were in the the 2005 version), but it is debatable if you will use many of them. The management programs have changed too, so there is a slightly different interface - close enough to cause only minimal confusion, but with nice extra features (like tabbed windows).
-
Nov 19th, 2009, 08:35 AM
#15
Re: need advice: upgrade system of vb6 & access97
Ok, let me clean it up a bit and I'll package it. Possibly the biggest holdup with just posting it is I used a bunch of DevExpress controls on it to make it look pretty. After I change them back to their Windows default equivalents, I'll post it in the codebank.
EDIT: Sorry to disappoint, but cleaning up this code is much more monumental a task than I thought and unfortunately, I don't have that kind of time at the moment. Some of these controls aren't switching over very easily and on top of it all, one of them (the tree-list view) is a commercial one that has no Windows equivalent. Polishing this up for a codebank submission would be the equivalent of rewriting it completely. 
I'll also admit, there's a lot of fluff in our barcoding/shipping program for doing things very specific to our business (figuring out model numbers, matching specific customers with private labels, interfacing with our MRP system to get sales orders). It accounts for probably 80% of the program and would be of no use to anyone.
If I get some time, I may just make a sample project with the bare-bones ability to print and read barcodes, but that might not be till sometime next week.
Last edited by Jenner; Nov 19th, 2009 at 09:17 AM.
-
Nov 19th, 2009, 07:29 PM
#16
Thread Starter
Lively Member
Re: need advice: upgrade system of vb6 & access97
hi jenner,
please take your time to do it, maybe a simple program of reading and printing barcode would be enough 
just wish to see if there's lots of differ with VB6
-
Nov 19th, 2009, 08:07 PM
#17
Re: need advice: upgrade system of vb6 & access97
I would upgrade you system like others have said! VB6 is around 12 years old and there is easier methods of achieving the same thing in the new version of Visual Basic. As for Microsoft Access I can't think of a harder database to try and deal with in terms of trying to connect to, insert data, etc into it via your own program. As Jenner and others have mentioned SQL would be one of the better choices.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Dec 9th, 2009, 04:34 AM
#18
Thread Starter
Lively Member
Re: need advice: upgrade system of vb6 & access97
i have read this artical
any comment on this Firebird database?
-
Dec 10th, 2009, 11:08 AM
#19
Re: need advice: upgrade system of vb6 & access97
I have a few comments -
Databases
Oracle is unlikely to be a sensible database for your purposes. Do you work for a Bank ? do you need to manage stupid numbers of rows of data ? No then you probably don't need oracle. Also unless you already have it at your company its expensive.
Does anyone in your company have any experience managing databases ? or does anyone have any experience with Open Source databases ?
If the Answer is no then it will be a lot easier for you to use an SQL Server database. SQL Server is a perfectly good database and would be more than adequate for your needs.Also it is very easy to manage. Oracle for instance is not easy at all to manage and you would want a proper DBA to be setup and look after your Oracle DB server.
MySql for instance is a perfectly good database, (and if you were writing a Web application i would recommend it), however it has a steeper learning curve than SQL Server.
I have heard of Firebrand before and it's probably a perfectly good database but again unless you have experience it will be a bigger learning curve then SQL Server.
SQL Server has a very easy to use graphical front end which helps you manage your database server which makes it fairly easy, also it is a natural fit for VB & VB.Net.
Programming Language
VB.Net is like the next version of VB. It is different but if you know VB then it is relatively straight forward to learn.
If you are going to change the language you program in coming from a VB background then you would probably be best going for VB.Net or C#.
Please Mark your Thread "Resolved",  if the query is solved & Rate those who have helped you
-
Dec 23rd, 2009, 02:46 AM
#20
Thread Starter
Lively Member
Re: need advice: upgrade system of vb6 & access97
dear all,
i'm able to install VB 2008 Express successfully.
However, I faced problem when install SQL Server Express 2008.
At first, I try to install [Runtime with Advanced Services] with size 515MB from this page
It fails few time in the progress of download using Web Platform Installation. 
Then, I try to download offline installer (SQLEXPR_x86_ENU.exe
) from this page
The offline installer installed successfully, but it only have manager configuration console, i have no idea where to write the SQL, something like query analyzer?
anyone can help? i'm too noob to this.
-
Dec 23rd, 2009, 07:47 AM
#21
Re: need advice: upgrade system of vb6 & access97
-
Dec 23rd, 2009, 07:53 AM
#22
Thread Starter
Lively Member
Re: need advice: upgrade system of vb6 & access97
 Originally Posted by si_the_geek
there's 2 version
SQLManagementStudio_x64_ENU.exe
SQLManagementStudio_x86_ENU.exe
which one should i take?
-
Dec 23rd, 2009, 07:59 AM
#23
Re: need advice: upgrade system of vb6 & access97
x86 is for 32-bit versions of Windows
x64 is for 64-bit versions of Windows
If you don't know which you are using, go in to "Control Panel" -> "System".
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
|