I am attempting to build a database that is implemented through an already constructed LISP routine in AutoCAD. The LISP routine already has a bunch of data members that complete a function/task. I am trying to add to that already established and working routine to inject the data from the members into a Database in SQL Server. I have come across this framework, and I am interested to know if this would work to solve that problem. It seems to me that the code present is already functioning, and if I were to implement it into my project, I am imagining that I would just need to utilize your functions to complete the tasks I am trying to accomplish. Here is my question: How do I go about setting this up within my AutoCAD LISP library to utilize these functions. I have gone through the readme, but it looks to me that it only explains the functions and how they can be used as well as their outputs, however I don't understand how I am to implement your code to begin using these functions. Any advice or help would be appreciated! Thank you!
I am attempting to build a database that is implemented through an already constructed LISP routine in AutoCAD. The LISP routine already has a bunch of data members that complete a function/task. I am trying to add to that already established and working routine to inject the data from the members into a Database in SQL Server. I have come across this framework, and I am interested to know if this would work to solve that problem. It seems to me that the code present is already functioning, and if I were to implement it into my project, I am imagining that I would just need to utilize your functions to complete the tasks I am trying to accomplish. Here is my question: How do I go about setting this up within my AutoCAD LISP library to utilize these functions. I have gone through the readme, but it looks to me that it only explains the functions and how they can be used as well as their outputs, however I don't understand how I am to implement your code to begin using these functions. Any advice or help would be appreciated! Thank you!