Wanting to switch from ms access thinking .net? visual studio?

So, I wrote a project management program for small businesses using Microsoft Access 2007.

Now they have requested many additional features (timekeeping, privileged data levels ...)

I personally use Linux, but the whole office uses Windows.

I am relatively new to programming, but I like to teach myself similar projects.

I am on the verge of this - I can’t say which way of least resistance is here: staying in + VBA access and teaching myself a dying, annoying language - struggling with all access restrictions? Or am I moving on to something else?

Python seems simple enough ... No matter what I use, I should be able to offer a graphical interface.

screenshot so you can get jist: http://img707.imageshack.us/img707/9360/screenshot1fi.jpg

http://img707.imageshack.us/img707/7338/screenshotmh.jpg

- notes: the current access project uses a separate external interface for multi-user exchange via a local network

cross-compatibility with linux is not so important for me, I have been using virtualbox for some time.

- UPDATE-- my wanderings convinced me that I should continue to work in IronPython - however, when I try to install the package in both XP and 7, it fails ... Interestingly, this is also something outdated. .. most importantly, I read about it, and I LOVE PYTHON 3 - but I need to offer a graphical interface for Windows, not sure where to start (including which IDE to use, etc.)

+5
10

VB #, , Access, , .

Python , Access. , db. GUI , . GUI python, #/VB. Python ie. , SQLite. , python .

Access. , - . , VBA . # python, .

0

VB/#. VS Express.

-, Linux , Python (QT wxpython) .

EDIT: . sqlite, - . Microsoft, SQL- .

- .NET, , ( , ..), , Microsoft.

+5

MS Access - . , SQL Server Compact Edition (SQLCE), ( SQL Server Express , ). SQLCE , Microsoft Visual Studio 2010 Visual ++ IntelliSense, .

, , SQLCE Entity Framework. LINQ-to-SQL . , , , :

  • : SQL Server Compact Edition
  • /: LINQ-to-SQL
  • : #
  • : WPF
    • : WPF , , (MFC, WinForms ..). , , , , .
+3

, - (#) SQL Express -

+2

WPF , Access. WinForms , Access. , WPF, WinForms , , VB.NET - VBA, .:)

WPF, Silverlight, " ".

+1

, :

Access, . MS . Access 2010 Sharepoint 2010 , VBA ( , , ). Client Access Sharepoint, Sharepoint, -.

, Access 2-3 Access 2010 :

  • VBA , . , Access, VBA , , . , VBA.

  • , , .NET VBA.

# 2, , Microsoft , Access, , , (№ 1) , (# 2).

, Access, VBA ( ), , , .

, - . VBA , . , . , A2007, . , Access , , , VBA , IDE.

, , Access , Jet/ACE , . , , Access .

+1

PyGtk Glade. Gtk Windows Linux, Python GTK, /.

, ExtJS, , - , GUI.

Postgresql SQLite. , SQLite , concurrency, .

+1

, .NET WPF/WinForms , .

, , , -, Windows, Linux, Mono ( WinForms... -, ).

0

Appcelerator Titanium - ? - (HTML, CSS, javascript / python) .

, Linux Windows.

, . . , " , ", .

0

If these are just small, internal applications that you are working on, take a look at Visual WebGUI - you get a very similar VB6 development environment for web applications. I would not recommend it for large and / or public applications.

0
source

All Articles