How to turn Procedure into DLL?

Asked

Viewed 48 times

1

Good evening. I am new in the area of programming, I got an internship recently despite not having experience. For without experience I do not say layman, have only notions of POO, Database, etc.

These days I had the function to process to Make Inserts and Updates in a database, a victory for me since everything worked out.

I have now been told that I need to create a DLL for such procedures. From what I understand it was for another company to access such a trial, could anyone help me ? I’ve been doing some research, but since it’s urgent, I need help, even if it’s a way for me to develop as quickly as possible. I did the procedures in SQL Server and in the company Uso VB.

Thanks in advance, guys Abs

  • Ué, you must create classes and methods so that one can be instantiated when referencing the dll, hence the methods are to perform the procedures

  • Vb.net or vb6 ?

  • I think it should be in VB6. Actually I asked for knowing the basics only. Actually in my view a Webservice would already suit but I did not understand why he asked for a DLL. Wouldn’t know how to mount it, it would only be common functions to run them and then convert to DLL ?

  • It would be a class library with the Ué functions, based on your question is this, now if the communication can be coming from outside, then you have to explain

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.