库存管理:现有数量(vb.net或C#) [英] Inventory Management: On hand quantity (vb.net or C#)

查看:117
本文介绍了库存管理:现有数量(vb.net或C#)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试从Microsoft Access迁移到我的库存管理数据库的在线asp.net网站。



在Microsoft Access中我使用Allen Browne的库存解决方案管理: http://allenbrowne.com/appinventory.html ,它非常适合我的需求,但MS Access没有。



我在Visual Studio中有非常基本的知识(我主要在设计模式下工作)。有没有类似的解决方案,对于Allen Browne功能,我可以用来计算我在视觉工作室中库存的数量?



我有什么方法可以转换vba函数到C#或VB,或者我可以从MS Access Module使用它的任何方式? (除了从头开始学习C#或VB并自行完成功能)



*注意:我还没有启动项目所以如果解决方案是什么并不重要在C#或VB.net中我不知道它们中的任何一个所以我将主要在设计模式下工作。



谢谢。

I am trying to migrate from Microsoft Access to an online asp.net website for my inventory management database.

In Microsoft Access I used Allen Browne's solution for inventory management: http://allenbrowne.com/appinventory.html and it works great for my needs but MS Access doesn't.

I have very basic knowledge in Visual Studio (I'm working mostly in Design Mode). Is there any similar solution, for Allen Browne function, that I can use to calculate on hand quantity of my inventory in visual studio?

Is there any way I can convert the vba function to C# or VB, or any way I can use it from the MS Access Module? (besides learning C# or VB from scratch and make my own function)

*Note: I haven't started the project yet so it does not matter if the solution is in C# or VB.net I don't know any of them so I will work mostly in design mode.

Thank you.

推荐答案

老实说,如果你不了解其中任何一个,那么你需要做的第一件事就是学习一个!对于VB或C#,你不能主要在设计模式下工作 - 它们是通用语言,需要你能够编码以获得实际做任何事情的设计模式。要做到这一点,您需要知道如何访问数据库,以及如何处理控件。如果你真的想要进入一个在线网站,那么你还有更多需要学习的东西 - 网站的工作方式(这不像是一个Access应用程序),也可能是一些Javascript来处理客户端的东西。如果你不这样做,你最终会得到一个非常缓慢,笨拙且反应迟钝的解决方案。



如果你停下来我会停下来思考给自己一个你没有准备好的任务。
To be honest, if you don't know either of them, then the first thing you need to do is learn one! You can't "work mostly in design mode" for VB or C# - they are general purpose languages and need you to be able to code in order to get the "design mode" stuff to actually do anything. And to do that, you need to know how to access databases, and what to do with controls. If you are truly moving to an online website for this, then you have even more to learn - the way websites work (which is nothing like an Access app) and probably some Javascript as well to handle the client side stuff. If you don't, you are going to end up with a very slow, awkward, and unresponsive solution.

I'd stop and think long and hard if you are giving yourself a task that you are very unprepared for.


这篇关于库存管理:现有数量(vb.net或C#)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆